在 idea 中 启动 jboss 后, 没有运行部署(通过idea部署)的ssm项目,打开后项目404,

暂时的解决办法

每次启动 jboss 都需要是手动登录到 9999 管理端,添加部署 Create an unmanaged deployment,这样很麻烦,每次启动 jboss 都要手动添加。。。。。。

下面贴我的配置情况,求老司机指点迷津

启动 jboss 后,打印了下面信息,感觉只启动了jboss,而没有加载项目

/Users/y/software/wildfly-10.1.0.Final/bin/standalone.sh

JAVA_OPTS already set in environment; overriding default settings with values: -agentlib:jdwp=transport=dt_socket,address=127.0.0.1:54668,suspend=y,server=n -javaagent:/Users/y/Library/Caches/IntelliJIdea2017.3/captureAgent/debugger-agent.jar=/private/var/folders/15/k2yltlk97sndtd9qwcn37f3m0000gn/T/capture1082.props

/Library/Java/JavaVirtualMachines/jdk-9.0.1.jdk/Contents/Home/bin/java -Dfile.encoding=UTF-8 -classpath "/Applications/IntelliJ IDEA.app/Contents/lib/idea_rt.jar" com.intellij.rt.execution.CommandLineWrapper /private/var/folders/15/k2yltlk97sndtd9qwcn37f3m0000gn/T/idea_classpath com.intellij.javaee.oss.process.JavaeeProcess 55715 com.intellij.javaee.oss.jboss.agent.JBoss71Agent

=========================================================================

[2017-12-06 10:38:49,426] Artifact nabfWeb:war exploded: Waiting for server connection to start artifact deployment...

Detected server admin port: 9999

Detected server http port: 8080

JBoss Bootstrap Environment

JBOSS_HOME: /Users/y/software/wildfly-10.1.0.Final

JAVA: /Library/Java/JavaVirtualMachines/jdk-9.0.1.jdk/Contents/Home/bin/java

JAVA_OPTS: -server -agentlib:jdwp=transport=dt_socket,address=127.0.0.1:54668,suspend=y,server=n -javaagent:/Users/y/Library/Caches/IntelliJIdea2017.3/captureAgent/debugger-agent.jar=/private/var/folders/15/k2yltlk97sndtd9qwcn37f3m0000gn/T/capture1082.props

=========================================================================

Connected to the target VM, address: '127.0.0.1:54668', transport: 'socket'

WARNING: An illegal reflective access operation has occurred

WARNING: Illegal reflective access by org.jboss.modules.ClassLoaderLocalLoader$1 (file:/Users/y/software/wildfly-10.1.0.Final/jboss-modules.jar) to method java.lang.ClassLoader.getPackage(java.lang.String)

WARNING: Please consider reporting this to the maintainers of org.jboss.modules.ClassLoaderLocalLoader$1

WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations

WARNING: All illegal access operations will be denied in a future release

10:38:50,197 INFO [org.jboss.modules] (main) JBoss Modules version 1.5.2.Final

10:38:50,622 INFO [org.jboss.msc] (main) JBoss MSC version 1.2.6.Final

10:38:50,738 INFO [org.jboss.as] (MSC service thread 1-6) WFLYSRV0049: WildFly Full 10.1.0.Final (WildFly Core 2.2.0.Final) starting

10:38:51,944 INFO [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) WFLYDS0004: Found NabfWeb.war in deployment directory. To trigger deployment create a file called NabfWeb.war.dodeploy

10:38:52,022 INFO [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http)

10:38:52,042 INFO [org.xnio] (MSC service thread 1-6) XNIO version 3.4.0.Final

10:38:52,051 INFO [org.xnio.nio] (MSC service thread 1-6) XNIO NIO Implementation Version 3.4.0.Final

10:38:52,080 WARN [org.jboss.as.txn] (ServerService Thread Pool -- 57) WFLYTX0013: Node identifier property is set to the default value. Please make sure it is unique.

10:38:52,090 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 39) WFLYCLINF0001: Activating Infinispan subsystem.

10:38:52,095 INFO [org.jboss.as.jsf] (ServerService Thread Pool -- 46) WFLYJSF0007: Activated the following JSF Implementations: [main]

10:38:52,095 INFO [org.wildfly.extension.io] (ServerService Thread Pool -- 38) WFLYIO001: Worker 'default' has auto-configured to 16 core threads with 128 task threads based on your 8 available processors

10:38:52,133 INFO [org.jboss.as.naming] (ServerService Thread Pool -- 50) WFLYNAM0001: Activating Naming Subsystem

10:38:52,154 INFO [org.wildfly.iiop.openjdk] (ServerService Thread Pool -- 40) WFLYIIOP0001: Activating IIOP Subsystem

10:38:52,157 INFO [org.jboss.as.security] (ServerService Thread Pool -- 56) WFLYSEC0002: Activating Security Subsystem

10:38:52,173 INFO [org.jboss.as.security] (MSC service thread 1-7) WFLYSEC0001: Current PicketBox version=4.9.6.Final

10:38:52,176 INFO [org.jboss.remoting] (MSC service thread 1-6) JBoss Remoting version 4.0.21.Final

10:38:52,194 INFO [org.jboss.as.connector] (MSC service thread 1-8) WFLYJCA0009: Starting JCA Subsystem (WildFly/IronJacamar 1.3.4.Final)

10:38:52,197 INFO [org.wildfly.extension.undertow] (MSC service thread 1-3) WFLYUT0003: Undertow 1.4.0.Final starting

10:38:52,344 INFO [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 34) WFLYJCA0004: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)

10:38:52,372 INFO [org.jboss.as.naming] (MSC service thread 1-5) WFLYNAM0003: Starting Naming Service

10:38:52,374 INFO [org.jboss.as.mail.extension] (MSC service thread 1-7) WFLYMAIL0001: Bound mail session [java:jboss/mail/Default]

10:38:52,375 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-8) WFLYJCA0018: Started Driver service with driver-name = h2

10:38:52,449 INFO [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 34) WFLYJCA0005: Deploying non-JDBC-compliant driver class com.mysql.jdbc.Driver (version 5.1)

10:38:52,451 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-6) WFLYJCA0018: Started Driver service with driver-name = mysql

10:38:52,500 INFO [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 34) WFLYJCA0004: Deploying JDBC-compliant driver class com.ibm.db2.jcc.DB2Driver (version 4.19)

10:38:52,501 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-6) WFLYJCA0018: Started Driver service with driver-name = db2

10:38:52,548 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 58) WFLYUT0014: Creating file handler for path '/Users/y/software/wildfly-10.1.0.Final/welcome-content' with options [directory-listing: 'false', follow-symlink: 'false', case-sensitive: 'true', safe-symlink-paths: '[]']

10:38:52,629 INFO [org.wildfly.extension.undertow] (MSC service thread 1-7) WFLYUT0012: Started server default-server.

10:38:52,649 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0018: Host default-host starting

10:38:52,725 INFO [org.jboss.as.ejb3] (MSC service thread 1-4) WFLYEJB0481: Strict pool slsb-strict-max-pool is using a max instance size of 128 (per class), which is derived from thread worker pool sizing.

10:38:52,725 INFO [org.jboss.as.ejb3] (MSC service thread 1-1) WFLYEJB0482: Strict pool mdb-strict-max-pool is using a max instance size of 32 (per class), which is derived from the number of CPUs on this host.

10:38:52,928 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0006: Undertow HTTP listener default listening on 127.0.0.1:8080

10:38:52,936 INFO [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 34) WFLYJCA0004: Deploying JDBC-compliant driver class com.microsoft.sqlserver.jdbc.SQLServerDriver (version 4.0)

10:38:52,936 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-7) WFLYJCA0018: Started Driver service with driver-name = sqlserver

10:38:53,355 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-7) WFLYJCA0001: Bound data source [java:jboss/datasources/MES_LOCAL#LOCALDB]

10:38:53,355 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-7) WFLYJCA0001: Bound data source [java:jboss/datasources/BJ_MASII#MASII]

10:38:53,355 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-1) WFLYJCA0001: Bound data source [java:jboss/datasources/CDCENTRAL#PRODUCTIONDB]

10:38:53,355 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-7) WFLYJCA0001: Bound data source [java:jboss/datasources/INDIA_PROM#PROM]

10:38:53,355 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-8) WFLYJCA0001: Bound data source [java:jboss/datasources/BR_PROM#PROM]

10:38:53,356 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-7) WFLYJCA0001: Bound data source [java:jboss/datasources/BR_PROM#PROM_IDB]

10:38:53,356 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-1) WFLYJCA0001: Bound data source [java:jboss/datasources/ExampleDS]

10:38:53,356 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-7) WFLYJCA0001: Bound data source [java:jboss/datasources/HY_SFC#MAS_DB]

10:38:53,356 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-1) WFLYJCA0001: Bound data source [java:jboss/datasources/LEMS#KLEDB]

10:38:53,356 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-7) WFLYJCA0001: Bound data source [java:jboss/datasources/SH_PROM#PROM]

10:38:53,356 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-6) WFLYJCA0001: Bound data source [java:jboss/datasources/HY_DMC#MAS_DB]

10:38:53,356 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-1) WFLYJCA0001: Bound data source [java:jboss/datasources/10.99.202.57#MESDB]

10:38:53,356 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-7) WFLYJCA0001: Bound data source [java:jboss/datasources/PROM#PROM]

10:38:53,356 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-6) WFLYJCA0001: Bound data source [java:jboss/datasources/MX_PROM#PROM]

10:38:53,356 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-8) WFLYJCA0001: Bound data source [java:jboss/datasources/OPPT#OPPTDB]

10:38:53,357 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-4) WFLYJCA0001: Bound data source [java:jboss/datasources/LEMS#MESDB]

10:38:53,357 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-5) WFLYJCA0001: Bound data source [java:jboss/datasources/CDCENTRAL#INTERFACEDB]

10:38:53,357 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-4) WFLYJCA0001: Bound data source [java:jboss/datasources/HY_MASII#MAS2006]

10:38:53,356 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-7) WFLYJCA0001: Bound data source [java:jboss/datasources/LEMS#QUERYDB]

10:38:53,357 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-5) WFLYJCA0001: Bound data source [java:jboss/datasources/HY_MASII#SUBSDB]

10:38:53,357 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-1) WFLYJCA0001: Bound data source [java:jboss/datasources/MX_PROM#PROM_IDB]

10:38:53,357 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-4) WFLYJCA0001: Bound data source [java:jboss/datasources/10.186.182.34#MESDB]

10:38:53,358 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-1) WFLYJCA0001: Bound data source [java:jboss/datasources/INDIA_PROM#PROM_IDB]

10:38:53,357 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-7) WFLYJCA0001: Bound data source [java:jboss/datasources/LEMS#LEDB]

10:38:53,357 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-6) WFLYJCA0001: Bound data source [java:jboss/datasources/GSKS#PROM]

10:38:53,358 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-4) WFLYJCA0001: Bound data source [java:jboss/datasources/KMSUAT#KMS]

10:38:53,357 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-8) WFLYJCA0001: Bound data source [java:jboss/datasources/HY_DMC#SUBSDB]

10:38:53,359 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-6) WFLYJCA0001: Bound data source [java:jboss/datasources/appDs]

10:38:53,359 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-5) WFLYJCA0001: Bound data source [java:jboss/datasources/TOOLSERVER#NABFTOOLS]

10:38:53,359 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-4) WFLYJCA0001: Bound data source [java:jboss/datasources/SZ_PROM#PROM]

10:38:53,359 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-5) WFLYJCA0001: Bound data source [java:jboss/datasources/SZ_PROM#PROM_IDB]

10:38:53,360 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-7) WFLYJCA0001: Bound data source [java:jboss/datasources/SH_PROM#PROM_IDB]

10:38:53,360 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-5) WFLYJCA0001: Bound data source [java:/kitting]

10:38:53,359 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-6) WFLYJCA0001: Bound data source [java:jboss/datasources/hyAppMasDb]

10:38:53,360 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-4) WFLYJCA0001: Bound data source [java:jboss/datasources/hyAppMas2006]

Dec 06, 2017 10:38:53 AM org.xnio.Xnio

INFO: XNIO version 3.4.0.Final

Dec 06, 2017 10:38:53 AM org.xnio.nio.NioXnio

INFO: XNIO NIO Implementation Version 3.4.0.Final

WARNING: An illegal reflective access operation has occurred

WARNING: Illegal reflective access by org.xnio.nio.NioXnio$2 (file:/Users/y/software/wildfly-10.1.0.Final/bin/client/jboss-client.jar) to constructor sun.nio.ch.KQueueSelectorProvider()

WARNING: Please consider reporting this to the maintainers of org.xnio.nio.NioXnio$2

WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations

WARNING: All illegal access operations will be denied in a future release

10:38:53,443 INFO [org.wildfly.iiop.openjdk] (MSC service thread 1-3) WFLYIIOP0009: CORBA ORB Service started

10:38:53,456 WARN [org.jboss.as.domain.management.security] (MSC service thread 1-6) WFLYDM0111: Keystore /Users/y/software/wildfly-10.1.0.Final/standalone/configuration/application.keystore not found, it will be auto generated on first use with a self signed certificate for host localhost

10:38:53,505 INFO [org.wildfly.extension.messaging-activemq] (MSC service thread 1-7) WFLYMSGAMQ0001: AIO wasn't located on this platform, it will fall back to using pure Java NIO.

10:38:53,524 INFO [org.jboss.as.server.deployment.scanner] (MSC service thread 1-2) WFLYDS0013: Started FileSystemDeploymentService for directory /Users/y/software/wildfly-10.1.0.Final/standalone/deployments

10:38:53,723 INFO [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 60) AMQ221000: live Message Broker is starting with configuration Broker Configuration (clustered=false,journalDirectory=/Users/y/software/wildfly-10.1.0.Final/standalone/data/activemq/journal,bindingsDirectory=/Users/y/software/wildfly-10.1.0.Final/standalone/data/activemq/bindings,largeMessagesDirectory=/Users/y/software/wildfly-10.1.0.Final/standalone/data/activemq/largemessages,pagingDirectory=/Users/y/software/wildfly-10.1.0.Final/standalone/data/activemq/paging)

Dec 06, 2017 10:38:53 AM org.jboss.remoting3.EndpointImpl

INFO: JBoss Remoting version 4.0.21.Final

10:38:53,798 INFO [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 60) AMQ221013: Using NIO Journal

10:38:53,835 INFO [org.wildfly.extension.undertow] (MSC service thread 1-3) WFLYUT0006: Undertow HTTPS listener https listening on 127.0.0.1:8443

10:38:53,917 INFO [org.infinispan.factories.GlobalComponentRegistry] (MSC service thread 1-1) ISPN000128: Infinispan version: Infinispan 'Chakra' 8.2.4.Final

10:38:53,991 INFO [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 62) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.

10:38:53,991 INFO [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 68) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.

10:38:53,991 INFO [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 65) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.

10:38:53,994 INFO [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 62) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.

10:38:53,997 INFO [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 68) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.

10:38:53,997 INFO [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 65) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.

10:38:54,060 INFO [io.netty.util.internal.PlatformDependent] (ServerService Thread Pool -- 60) Your platform does not provide complete low-level API for accessing direct buffers reliably. Unless explicitly requested, heap buffer will always be preferred to avoid potential system unstability.

10:38:54,114 INFO [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 60) AMQ221043: Protocol module found: [artemis-server]. Adding protocol support for: CORE

10:38:54,122 INFO [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 60) AMQ221043: Protocol module found: [artemis-amqp-protocol]. Adding protocol support for: AMQP

10:38:54,136 INFO [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 60) AMQ221043: Protocol module found: [artemis-hornetq-protocol]. Adding protocol support for: HORNETQ

10:38:54,139 INFO [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 60) AMQ221043: Protocol module found: [artemis-stomp-protocol]. Adding protocol support for: STOMP

10:38:54,451 INFO [org.wildfly.extension.messaging-activemq] (MSC service thread 1-2) WFLYMSGAMQ0016: Registered HTTP upgrade for activemq-remoting protocol handled by http-acceptor acceptor

10:38:54,451 INFO [org.wildfly.extension.messaging-activemq] (MSC service thread 1-6) WFLYMSGAMQ0016: Registered HTTP upgrade for activemq-remoting protocol handled by http-acceptor-throughput acceptor

10:38:54,451 INFO [org.wildfly.extension.messaging-activemq] (MSC service thread 1-4) WFLYMSGAMQ0016: Registered HTTP upgrade for activemq-remoting protocol handled by http-acceptor acceptor

10:38:54,451 INFO [org.wildfly.extension.messaging-activemq] (MSC service thread 1-5) WFLYMSGAMQ0016: Registered HTTP upgrade for activemq-remoting protocol handled by http-acceptor-throughput acceptor

10:38:54,520 INFO [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 60) AMQ221007: Server is now live

10:38:54,520 INFO [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 60) AMQ221001: Apache ActiveMQ Artemis Message Broker version 1.1.0.wildfly-017 [nodeID=bb064d65-0559-11e7-a9fd-250d6493f9b3]

10:38:54,523 INFO [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 68) AMQ221003: trying to deploy queue jms.queue.DLQ

10:38:54,559 INFO [org.wildfly.extension.messaging-activemq] (ServerService Thread Pool -- 62) WFLYMSGAMQ0002: Bound messaging object to jndi name java:jboss/exported/jms/RemoteConnectionFactory

10:38:54,564 INFO [org.wildfly.extension.messaging-activemq] (ServerService Thread Pool -- 60) WFLYMSGAMQ0002: Bound messaging object to jndi name java:/ConnectionFactory

10:38:54,565 INFO [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 65) AMQ221003: trying to deploy queue jms.queue.ExpiryQueue

10:38:54,599 INFO [org.jboss.as.connector.deployment] (MSC service thread 1-6) WFLYJCA0007: Registered connection factory java:/JmsXA

10:38:54,645 INFO [org.apache.activemq.artemis.ra] (MSC service thread 1-6) Resource adaptor started

10:38:54,645 INFO [org.jboss.as.connector.services.resourceadapters.ResourceAdapterActivatorService$ResourceAdapterActivator] (MSC service thread 1-6) IJ020002: Deployed: file://RaActivatoractivemq-ra

10:38:54,648 INFO [org.jboss.as.connector.deployment] (MSC service thread 1-7) WFLYJCA0002: Bound JCA ConnectionFactory [java:/JmsXA]

10:38:54,648 INFO [org.wildfly.extension.messaging-activemq] (MSC service thread 1-1) WFLYMSGAMQ0002: Bound messaging object to jndi name java:jboss/DefaultJMSConnectionFactory

10:38:54,889 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://127.0.0.1:9999/management

10:38:54,890 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0051: Admin console listening on http://127.0.0.1:9999

10:38:54,890 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Full 10.1.0.Final (WildFly Core 2.2.0.Final) started in 5370ms - Started 612 of 871 services (456 services are lazy, passive or on-demand)

下面是启动后的截图

打开页面 404

有没有老司机指点一下迷津

idea整合jboos_在 idea 中 启动 jboss 后, 没有运行部署(通过idea部署)的ssm项目,打开后项目404...相关推荐

  1. linux中启动 java -jar 后台运行程序

    ps -ef | grep java  查询java 端口占用 linux中启动 java -jar 后台运行程序 直接用java -jar xxx.jar,当退出或关闭shell时,程序就会停止掉. ...

  2. windows中启动 java -jar 后台运行程序

    第一种需要一直开着dos界面: java -jar jar文件路径 第二种无需一直开着dos界面: 1.新建my-service.bat文件,内容如下:@echo off START "my ...

  3. C语言中一个程序写完后怎么运行啊?

    C语言中一个程序写完后怎么运行啊? 当编写bai完一个程序后,需要首先进行编译,然后再运行. 如下图所示,程序编写完毕后,点击工具栏中的Execute,选择compile(编译). 如果没有错误,再选 ...

  4. 启动jboss_3种启动JBoss BPM流程的基本方法

    启动jboss 这一集提示和技巧将帮助您了解根据需要启动流程实例的最佳方法. 规划项目可能包括流程项目,但是您是否考虑过可以启动流程的各种方式? 也许您的JBoss BPM Suite在您的体系结构中 ...

  5. Jboss4集群配置之四:启动Jboss集群

    1.前言 2.集群准备知识 3.Jboss集群配置实例概述 4.Jboss集群负载均衡器配置 5.Jboss集群节点配置 6.启动Jboss集群 6.启动Jboss集群 步骤 先启动负载均衡器apac ...

  6. 外媒:微信小程序顺应“APP中启动APP”的行业潮流

    BI中文站 11月30日报道 上周,中国网络巨头腾讯的高级副总裁张小龙对外披露了一些照片,显示聊天工具微信开始整合"小程序".这一功能可以让微信的用户在无需下载软件的基础上,使用各 ...

  7. 在Myeclipse中配置 jboss 图解

    注:原文章转自http://blog.csdn.net/onetree2010/article/details/6053579,所有权力归原作者所有 前提:你的java环境都已经配置好,而且已经安装了 ...

  8. linux jar 运行 停止,[转] Linux中启动和停止jar包的运行

    脚本一: startTest.sh内容如下: #!/bin/sh java -jar Test.jar &       #注意:必须有&让其后台执行,否则没有pid生成 echo $! ...

  9. 以Debug模式启动JBoss

    JBoss服务器的启动方法: 假设JBoss的安装目录为$JBOSS_HOME,Windows以及Linux环境下的Debug模式的启动方法分别为: Windows环境: 找到Windows下的JBo ...

最新文章

  1. 腾讯后台开发面试题--整理1
  2. Nifty File Lists for Mac(文件列表创建工具)
  3. 随机数的生成 java
  4. Linux负载均衡Linux Virtual Server (lvs) 内核自带的负载均衡器
  5. Windows安装pytorch-gpu
  6. 【IJCAI 2020】篇章要素识别和篇章结构评分(下)
  7. [翻译] ASP.NET MVC Framework控制器操作安全性
  8. 左手用R右手Python系列之——表格数据抓取之道
  9. AD 10分钟画一块最简PCB
  10. WAP PUSH解析(2)——WSP以及WBXML编码
  11. 线性代数学习之坐标转换和线性变换
  12. 来了!Python 官方发布整套中文PDF文档(共27本)
  13. mac os修改默认的Python解释器版本
  14. 微信小程序抽奖转盘实现案例
  15. xp系统与时间服务器同步出错,解决XP时间同步出错的问题
  16. html中电子邮件地址怎么写,电子邮件地址怎么写
  17. 主板aspm关闭_【装机加人品】主板如何开启与关闭超线程技术?
  18. 【极简spark教程】RDD编程
  19. 重置帆软决策系统用户名密码
  20. swipecell样式_反馈组件 SwipeCell 滑动单元格 - 闪电教程JSRUN

热门文章

  1. Hadoop DistCp工具简介及其参数
  2. 美团外卖iOS多端复用的推动、支撑与思考
  3. Android官方开发文档Training系列课程中文版:构建第一款安卓应用之工程创建
  4. 【Tensorflow】ValueError: Only call `sigmoid_cross_entropy_with_logits` with named arguments
  5. 论文阅读课4-Long-tail Relation Extraction via Knowledge Graph Embeddings(GCN,关系抽取,2019,远程监督,少样本不平衡,2注意
  6. 基于改进YOLO v3网络的夜间环境柑橘识别方法
  7. KnockoutJS-与服务端交互
  8. C语言 - strcpy和strncpy的编程实现及总结
  9. 2018 UESTC Training for Data Structures
  10. $.getJSON()