Бывалый

Профиль
Группа: Участник
Сообщений: 188
Регистрация: 15.2.2011
Репутация: нет Всего: нет
|
Здравствуйте. Пробую с нуля сделать элементарное web application. Скачал JBoss 5.1.0-> распаковал-> запустил NetBeans->создал web application (указав папку с JBoss)-> запускаю и получаю WebApplication1 (run)Цитата | init: deps-module-jar: deps-ear-jar: deps-jar: library-inclusion-in-archive: library-inclusion-in-manifest: compile: compile-jsps: Building jar: D:\Documents and Settings\New\My Documents\NetBeansProjects\WebApplication1\dist\WebApplication1.war Distributing D:\Documents and Settings\New\My Documents\NetBeansProjects\WebApplication1\dist\WebApplication1.war to [org.jboss.deployment.spi.LocalhostTarget@14deb2c] Deploying D:\Documents and Settings\New\My Documents\NetBeansProjects\WebApplication1\dist\WebApplication1.war Waiting for server to start the module http://localhost:8080/WebApplication1 Applicaton Deployed Operation start started Operation start completed run-deploy: Browsing: http://localhost:8080/WebApplication1 run-display-browser: run: BUILD SUCCESSFUL (total time: 15 seconds)
|
JBoss Application ServerЦитата | Calling C:\JBOSS\bin\run.conf.bat ===============================================================================
JBoss Bootstrap Environment
JBOSS_HOME: C:\JBOSS
JAVA: D:\Program Files\Java\jdk1.6.0_18\bin\java
JAVA_OPTS: -Dprogram.name=run.bat -Xms128m -Xmx512m -XX:MaxPermSize=256m -server
CLASSPATH: C:\JBOSS\bin\run.jar
===============================================================================
17:32:55,515 INFO [ServerImpl] Starting JBoss (Microcontainer)... 17:32:55,515 INFO [ServerImpl] Release ID: JBoss [The Oracle] 5.1.0.GA (build: SVNTag=JBoss_5_1_0_GA date=200905221634) 17:32:55,515 INFO [ServerImpl] Bootstrap URL: null 17:32:55,515 INFO [ServerImpl] Home Dir: C:\JBOSS 17:32:55,515 INFO [ServerImpl] Home URL: file:/C:/JBOSS/ 17:32:55,515 INFO [ServerImpl] Library URL: file:/C:/JBOSS/lib/ 17:32:55,515 INFO [ServerImpl] Patch URL: null 17:32:55,515 INFO [ServerImpl] Common Base URL: file:/C:/JBOSS/common/ 17:32:55,562 INFO [ServerImpl] Common Library URL: file:/C:/JBOSS/common/lib/ 17:32:55,562 INFO [ServerImpl] Server Name: default 17:32:55,562 INFO [ServerImpl] Server Base Dir: C:\JBOSS\server 17:32:55,562 INFO [ServerImpl] Server Base URL: file:/C:/JBOSS/server/ 17:32:55,562 INFO [ServerImpl] Server Config URL: file:/C:/JBOSS/server/default/conf/ 17:32:55,562 INFO [ServerImpl] Server Home Dir: C:\JBOSS\server\default 17:32:55,562 INFO [ServerImpl] Server Home URL: file:/C:/JBOSS/server/default/ 17:32:55,625 INFO [ServerImpl] Server Data Dir: C:\JBOSS\server\default\data 17:32:55,625 INFO [ServerImpl] Server Library URL: file:/C:/JBOSS/server/default/lib/ 17:32:55,625 INFO [ServerImpl] Server Log Dir: C:\JBOSS\server\default\log 17:32:55,625 INFO [ServerImpl] Server Native Dir: C:\JBOSS\server\default\tmp\native 17:32:55,625 INFO [ServerImpl] Server Temp Dir: C:\JBOSS\server\default\tmp 17:32:55,625 INFO [ServerImpl] Server Temp Deploy Dir: C:\JBOSS\server\default\tmp\deploy 17:32:56,796 INFO [ServerImpl] Starting Microcontainer, bootstrapURL=file:/C:/JBOSS/server/default/conf/bootstrap.xml 17:32:57,671 INFO [VFSCacheFactory] Initializing VFSCache [org.jboss.virtual.plugins.cache.CombinedVFSCache] 17:32:57,687 INFO [VFSCacheFactory] Using VFSCache [CombinedVFSCache[real-cache: null]] 17:32:58,140 INFO [CopyMechanism] VFS temp dir: C:\JBOSS\server\default\tmp 17:32:58,171 INFO [ZipEntryContext] VFS force nested jars copy-mode is enabled. 17:33:00,281 INFO [ServerInfo] Java version: 1.6.0_18,Sun Microsystems Inc. 17:33:00,281 INFO [ServerInfo] Java Runtime: Java SE Runtime Environment (build 1.6.0_18-b07) 17:33:00,281 INFO [ServerInfo] Java VM: Java HotSpot Server VM 16.0-b13,Sun Microsystems Inc. 17:33:00,281 INFO [ServerInfo] OS-System: Windows XP 5.1,x86 17:33:00,281 INFO [ServerInfo] VM arguments: -Dprogram.name=run.bat -Xms128m -Xmx512m -XX:MaxPermSize=256m -Djava.endorsed.dirs=C:\JBOSS\lib\endorsed 17:33:00,328 INFO [JMXKernel] Legacy JMX core initialized 17:33:04,015 INFO [ProfileServiceBootstrap] Loading profile: ProfileKey@10010ec[domain=default, server=default, name=default] 17:33:06,593 INFO [WebService] Using RMI server codebase: http://127.0.0.1:8083/ 17:33:16,687 INFO [NativeServerConfig] JBoss Web Services - Stack Native Core 17:33:16,687 INFO [NativeServerConfig] 3.1.2.GA 17:33:17,781 INFO [AttributeCallbackItem] Owner callback not implemented. 17:33:19,390 INFO [LogNotificationListener] Adding notification listener for logging mbean "jboss.system:service=Logging,type=Log4jService" to server org.jboss.mx.server.MBeanServerImpl@1cab18[ defaultDomain='jboss' ] 17:33:39,656 INFO [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext@18391212{vfsfile:/C:/JBOSS/server/default/deploy/profileservice-secured.jar/} 17:33:39,671 INFO [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext@18391212{vfsfile:/C:/JBOSS/server/default/deploy/profileservice-secured.jar/} 17:33:39,671 INFO [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext@18391212{vfsfile:/C:/JBOSS/server/default/deploy/profileservice-secured.jar/} 17:33:39,781 INFO [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext@18391212{vfsfile:/C:/JBOSS/server/default/deploy/profileservice-secured.jar/} 17:33:44,218 INFO [JMXConnectorServerService] JMX Connector server: service:jmx:rmi://127.0.0.1/jndi/rmi://127.0.0.1:1090/jmxconnector 17:33:44,437 INFO [MailService] Mail Service bound to java:/Mail 17:33:47,500 WARN [JBossASSecurityMetadataStore] WARNING! POTENTIAL SECURITY RISK. It has been detected that the MessageSucker component which sucks messages from one node to another has not had its password changed from the installation default. Please see the JBoss Messaging user guide for instructions on how to do this. 17:33:47,515 WARN [AnnotationCreator] No ClassLoader provided, using TCCL: org.jboss.managed.api.annotation.ManagementComponent 17:33:47,656 WARN [AnnotationCreator] No ClassLoader provided, using TCCL: org.jboss.managed.api.annotation.ManagementComponent 17:33:47,750 INFO [TransactionManagerService] JBossTS Transaction Service (JTA version - tag:JBOSSTS_4_6_1_GA) - JBoss Inc. 17:33:47,750 INFO [TransactionManagerService] Setting up property manager MBean and JMX layer 17:33:49,046 INFO [TransactionManagerService] Initializing recovery manager 17:33:49,265 INFO [TransactionManagerService] Recovery manager configured 17:33:49,265 INFO [TransactionManagerService] Binding TransactionManager JNDI Reference 17:33:49,312 INFO [TransactionManagerService] Starting transaction recovery manager 17:33:50,093 INFO [AprLifecycleListener] The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: D:\Program Files\Java\jdk1.6.0_18\bin;.;D:\WINDOWS\Sun\Java\bin;D:\WINDOWS\system32;D:\WINDOWS;G:\oraclexe\app\oracle\product\11.2.0\server\bin;;C:\C600min\BIN;D:\Program Files\Embarcadero\RAD Studio\7.0\bin;D:\Documents and Settings\All Users\Documents\RAD Studio\7.0\Bpl;D:\PROGRA~1\Borland\CBUILD~2\Projects\Bpl;D:\PROGRA~1\Borland\CBUILD~2\Bin;D:\Program Files\Embarcadero\RAD Studio\9.0\bin;D:\Documents and Settings\All Users\Documents\RAD Studio\9.0\Bpl;D:\WINDOWS\system32;D:\WINDOWS;D:\WINDOWS\system32\WBEM;C:\MinGW\bin;C:\MinGW\msys\1.0\bin;D:\Program Files\Java\jdk1.6.0_18\bin;D:\Program Files\MySQL\MySQL Server 5.5\bin;D:\Program Files\PostgreSQL\8.4\bin;C:\apache-ant-1.8.2\bin;D:\Program Files\QuickTime\QTSystem\;D:\Program Files\Common Files\Acronis\SnapAPI\;D:\Documents and Settings\All Users\Documents\RAD Studio\8.0\BPL;D:\Documents and Settings\All Users\Documents\RAD Studio\5.0\Bpl;C:\MinGW32\bin;C:\BP\UNITS 17:33:50,234 INFO [Http11Protocol] Initializing Coyote HTTP/1.1 on http-127.0.0.1-8080 17:33:50,250 INFO [AjpProtocol] Initializing Coyote AJP/1.3 on ajp-127.0.0.1-8009 17:33:50,281 INFO [StandardService] Starting service jboss.web 17:33:50,281 INFO [StandardEngine] Starting Servlet Engine: JBoss Web/2.1.3.GA 17:33:50,359 INFO [Catalina] Server startup in 112 ms 17:33:50,421 INFO [TomcatDeployment] deploy, ctxPath=/web-console 17:33:52,625 INFO [TomcatDeployment] deploy, ctxPath=/invoker 17:33:52,750 INFO [TomcatDeployment] deploy, ctxPath=/jbossws 17:33:52,937 INFO [RARDeployment] Required license terms exist, view vfszip:/C:/JBOSS/server/default/deploy/jboss-local-jdbc.rar/META-INF/ra.xml 17:33:52,968 INFO [RARDeployment] Required license terms exist, view vfszip:/C:/JBOSS/server/default/deploy/jboss-xa-jdbc.rar/META-INF/ra.xml 17:33:53,015 INFO [RARDeployment] Required license terms exist, view vfszip:/C:/JBOSS/server/default/deploy/jms-ra.rar/META-INF/ra.xml 17:33:53,031 INFO [RARDeployment] Required license terms exist, view vfszip:/C:/JBOSS/server/default/deploy/mail-ra.rar/META-INF/ra.xml 17:33:53,062 INFO [RARDeployment] Required license terms exist, view vfszip:/C:/JBOSS/server/default/deploy/quartz-ra.rar/META-INF/ra.xml 17:33:53,218 INFO [SimpleThreadPool] Job execution threads will use class loader of thread: main 17:33:53,265 INFO [QuartzScheduler] Quartz Scheduler v.1.5.2 created. 17:33:53,265 INFO [RAMJobStore] RAMJobStore initialized. 17:33:53,265 INFO [StdSchedulerFactory] Quartz scheduler 'DefaultQuartzScheduler' initialized from default resource file in Quartz package: 'quartz.properties' 17:33:53,265 INFO [StdSchedulerFactory] Quartz scheduler version: 1.5.2 17:33:53,265 INFO [QuartzScheduler] Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED started. 17:33:54,062 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=DefaultDS' to JNDI name 'java:DefaultDS' 17:33:54,828 INFO [ServerPeer] JBoss Messaging 1.4.3.GA server [0] started 17:33:55,125 INFO [ConnectionFactory] Connector bisocket://127.0.0.1:4457 has leasing enabled, lease period 10000 milliseconds 17:33:55,125 INFO [ConnectionFactory] org.jboss.jms.server.connectionfactory.ConnectionFactory@1660d33 started 17:33:55,125 INFO [ConnectionFactory] Connector bisocket://127.0.0.1:4457 has leasing enabled, lease period 10000 milliseconds 17:33:55,125 INFO [ConnectionFactory] org.jboss.jms.server.connectionfactory.ConnectionFactory@c7a89f started 17:33:55,125 INFO [ConnectionFactoryJNDIMapper] supportsFailover attribute is true on connection factory: jboss.messaging.connectionfactory:service=ClusteredConnectionFactory but post office is non clustered. So connection factory will *not* support failover 17:33:55,140 INFO [ConnectionFactoryJNDIMapper] supportsLoadBalancing attribute is true on connection factory: jboss.messaging.connectionfactory:service=ClusteredConnectionFactory but post office is non clustered. So connection factory will *not* support load balancing 17:33:55,140 INFO [ConnectionFactory] Connector bisocket://127.0.0.1:4457 has leasing enabled, lease period 10000 milliseconds 17:33:55,140 INFO [ConnectionFactory] org.jboss.jms.server.connectionfactory.ConnectionFactory@10205c2 started 17:33:55,218 INFO [QueueService] Queue[/queue/DLQ] started, fullSize=200000, pageSize=2000, downCacheSize=2000 17:33:55,218 INFO [QueueService] Queue[/queue/ExpiryQueue] started, fullSize=200000, pageSize=2000, downCacheSize=2000 17:33:55,375 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=ConnectionFactoryBinding,name=JmsXA' to JNDI name 'java:JmsXA' 17:33:57,046 INFO [JBossASKernel] Created KernelDeployment for: profileservice-secured.jar 17:33:57,078 INFO [JBossASKernel] installing bean: jboss.j2ee:jar=profileservice-secured.jar,name=SecureProfileService,service=EJB3 17:33:57,078 INFO [JBossASKernel] with dependencies: 17:33:57,078 INFO [JBossASKernel] and demands: 17:33:57,078 INFO [JBossASKernel] jndi:SecureManagementView/remote-org.jboss.deployers.spi.management.ManagementView 17:33:57,078 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService 17:33:57,078 INFO [JBossASKernel] and supplies: 17:33:57,078 INFO [JBossASKernel] Class:org.jboss.profileservice.spi.ProfileService 17:33:57,109 INFO [JBossASKernel] jndi:SecureProfileService/remote 17:33:57,109 INFO [JBossASKernel] jndi:SecureProfileService/remote-org.jboss.profileservice.spi.ProfileService 17:33:57,109 INFO [JBossASKernel] Added bean(jboss.j2ee:jar=profileservice-secured.jar,name=SecureProfileService,service=EJB3) to KernelDeployment of: profileservice-secured.jar 17:33:57,109 INFO [JBossASKernel] installing bean: jboss.j2ee:jar=profileservice-secured.jar,name=SecureDeploymentManager,service=EJB3 17:33:57,109 INFO [JBossASKernel] with dependencies: 17:33:57,109 INFO [JBossASKernel] and demands: 17:33:57,109 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService 17:33:57,109 INFO [JBossASKernel] and supplies: 17:33:57,109 INFO [JBossASKernel] jndi:SecureDeploymentManager/remote-org.jboss.deployers.spi.management.deploy.DeploymentManager 17:33:57,109 INFO [JBossASKernel] Class:org.jboss.deployers.spi.management.deploy.DeploymentManager 17:33:57,109 INFO [JBossASKernel] jndi:SecureDeploymentManager/remote 17:33:57,109 INFO [JBossASKernel] Added bean(jboss.j2ee:jar=profileservice-secured.jar,name=SecureDeploymentManager,service=EJB3) to KernelDeployment of: profileservice-secured.jar 17:33:57,109 INFO [JBossASKernel] installing bean: jboss.j2ee:jar=profileservice-secured.jar,name=SecureManagementView,service=EJB3 17:33:57,109 INFO [JBossASKernel] with dependencies: 17:33:57,109 INFO [JBossASKernel] and demands: 17:33:57,109 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService 17:33:57,109 INFO [JBossASKernel] and supplies: 17:33:57,109 INFO [JBossASKernel] jndi:SecureManagementView/remote-org.jboss.deployers.spi.management.ManagementView 17:33:57,109 INFO [JBossASKernel] Class:org.jboss.deployers.spi.management.ManagementView 17:33:57,109 INFO [JBossASKernel] jndi:SecureManagementView/remote 17:33:57,109 INFO [JBossASKernel] Added bean(jboss.j2ee:jar=profileservice-secured.jar,name=SecureManagementView,service=EJB3) to KernelDeployment of: profileservice-secured.jar 17:33:57,125 INFO [EJB3EndpointDeployer] Deploy AbstractBeanMetaData@3ddfa2{name=jboss.j2ee:jar=profileservice-secured.jar,name=SecureProfileService,service=EJB3_endpoint bean=org.jboss.ejb3.endpoint.deployers.impl.EndpointImpl properties=[container] constructor=null autowireCandidate=true} 17:33:57,125 INFO [EJB3EndpointDeployer] Deploy AbstractBeanMetaData@862391{name=jboss.j2ee:jar=profileservice-secured.jar,name=SecureDeploymentManager,service=EJB3_endpoint bean=org.jboss.ejb3.endpoint.deployers.impl.EndpointImpl properties=[container] constructor=null autowireCandidate=true} 17:33:57,125 INFO [EJB3EndpointDeployer] Deploy AbstractBeanMetaData@b85b52{name=jboss.j2ee:jar=profileservice-secured.jar,name=SecureManagementView,service=EJB3_endpoint bean=org.jboss.ejb3.endpoint.deployers.impl.EndpointImpl properties=[container] constructor=null autowireCandidate=true} 17:33:57,593 INFO [SessionSpecContainer] Starting jboss.j2ee:jar=profileservice-secured.jar,name=SecureDeploymentManager,service=EJB3 17:33:57,609 INFO [EJBContainer] STARTED EJB: org.jboss.profileservice.ejb.SecureDeploymentManager ejbName: SecureDeploymentManager 17:33:57,734 INFO [JndiSessionRegistrarBase] Binding the following Entries in Global JNDI:
SecureDeploymentManager/remote - EJB3.x Default Remote Business Interface SecureDeploymentManager/remote-org.jboss.deployers.spi.management.deploy.DeploymentManager - EJB3.x Remote Business Interface
17:33:57,812 INFO [SessionSpecContainer] Starting jboss.j2ee:jar=profileservice-secured.jar,name=SecureManagementView,service=EJB3 17:33:57,812 INFO [EJBContainer] STARTED EJB: org.jboss.profileservice.ejb.SecureManagementView ejbName: SecureManagementView 17:33:57,968 INFO [JndiSessionRegistrarBase] Binding the following Entries in Global JNDI:
SecureManagementView/remote - EJB3.x Default Remote Business Interface SecureManagementView/remote-org.jboss.deployers.spi.management.ManagementView - EJB3.x Remote Business Interface
17:33:58,046 INFO [SessionSpecContainer] Starting jboss.j2ee:jar=profileservice-secured.jar,name=SecureProfileService,service=EJB3 17:33:58,046 INFO [EJBContainer] STARTED EJB: org.jboss.profileservice.ejb.SecureProfileServiceBean ejbName: SecureProfileService 17:33:58,062 INFO [JndiSessionRegistrarBase] Binding the following Entries in Global JNDI:
SecureProfileService/remote - EJB3.x Default Remote Business Interface SecureProfileService/remote-org.jboss.profileservice.spi.ProfileService - EJB3.x Remote Business Interface
17:33:58,671 INFO [TomcatDeployment] deploy, ctxPath=/admin-console 17:33:58,828 INFO [config] Initializing Mojarra (1.2_12-b01-FCS) for context '/admin-console' 17:34:03,921 INFO [TomcatDeployment] deploy, ctxPath=/ 17:34:04,234 INFO [TomcatDeployment] deploy, ctxPath=/WebApplication1_contxpath 17:34:04,359 INFO [config] Initializing Mojarra (1.2_12-b01-FCS) for context '/WebApplication1_contxpath' 17:34:04,578 INFO [TomcatDeployment] deploy, ctxPath=/jmx-console 17:34:04,718 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on http-127.0.0.1-8080 17:34:04,750 INFO [AjpProtocol] Starting Coyote AJP/1.3 on ajp-127.0.0.1-8009 17:34:04,765 INFO [ServerImpl] JBoss (Microcontainer) [5.1.0.GA (build: SVNTag=JBoss_5_1_0_GA date=200905221634)] Started in 1m:9s:140ms 17:34:12,203 INFO [TomcatDeployment] undeploy, ctxPath=/WebApplication1_contxpath 17:34:14,250 INFO [DeployHandler] Begin start, [WebApplication1.war] 17:34:14,250 INFO [DeployHandler] Failed to complete command: [start] for deployment: names=[WebApplication1.war], copyContent=true org.jboss.profileservice.spi.NoSuchDeploymentException: Failed to find deployment in file: WebApplication1.war at org.jboss.system.server.profileservice.repository.AbstractDeploymentRepository.getDeployment(AbstractDeploymentRepository.java:134) at org.jboss.profileservice.management.upload.remoting.DeployHandler.scheduleStart(DeployHandler.java:136) at org.jboss.profileservice.management.upload.remoting.AbstractDeployHandler.start(AbstractDeployHandler.java:273) at org.jboss.profileservice.management.upload.remoting.AbstractDeployHandler.start(AbstractDeployHandler.java:260) at org.jboss.profileservice.management.upload.remoting.AbstractDeployHandler.invoke(AbstractDeployHandler.java:177) at org.jboss.remoting.ServerInvoker.invoke(ServerInvoker.java:891) at org.jboss.remoting.transport.socket.ServerThread.completeInvocation(ServerThread.java:744) at org.jboss.remoting.transport.socket.ServerThread.processInvocation(ServerThread.java:697) at org.jboss.remoting.transport.socket.ServerThread.dorun(ServerThread.java:524) at org.jboss.remoting.transport.socket.ServerThread.run(ServerThread.java:232) 17:34:16,109 WARN [AbstractManagedObjectPopulator] Cannot create String name from non-Simple property: ManagedProperty{JNDIName,JNDIName,metaType=SimpleMetaType:java.lang.String}, value=null 17:34:16,125 WARN [AbstractManagedObjectPopulator] Cannot create String name from non-Simple property: ManagedProperty{JNDIName,JNDIName,metaType=SimpleMetaType:java.lang.String}, value=null 17:34:18,937 INFO [TomcatDeployment] deploy, ctxPath=/WebApplication1 17:34:19,531 INFO [config] Initializing Mojarra (1.2_12-b01-FCS) for context '/WebApplication1' 17:34:22,671 WARN [AbstractManagedObjectPopulator] Cannot create String name from non-Simple property: ManagedProperty{JNDIName,JNDIName,metaType=SimpleMetaType:java.lang.String}, value=null 17:34:22,687 WARN [AbstractManagedObjectPopulator] Cannot create String name from non-Simple property: ManagedProperty{JNDIName,JNDIName,metaType=SimpleMetaType:java.lang.String}, value=null 17:39:17,109 INFO [DeployHandler] Begin start, [WebApplication1.war] 17:39:17,109 INFO [TomcatDeployment] undeploy, ctxPath=/WebApplication1 17:39:17,453 INFO [TomcatDeployment] deploy, ctxPath=/WebApplication1 17:39:17,546 INFO [config] Initializing Mojarra (1.2_12-b01-FCS) for context '/WebApplication1' 17:39:17,687 INFO [DeployHandler] End start, [vfszip:/C:/JBOSS/server/default/deploy/WebApplication1.war/] 17:39:18,156 WARN [AbstractManagedObjectPopulator] Cannot create String name from non-Simple property: ManagedProperty{JNDIName,JNDIName,metaType=SimpleMetaType:java.lang.String}, value=null 17:39:18,171 WARN [AbstractManagedObjectPopulator] Cannot create String name from non-Simple property: ManagedProperty{JNDIName,JNDIName,metaType=SimpleMetaType:java.lang.String}, value=null 17:39:18,921 INFO [TomcatDeployment] undeploy, ctxPath=/WebApplication1 17:39:19,265 INFO [TomcatDeployment] deploy, ctxPath=/WebApplication1 17:39:19,312 INFO [config] Initializing Mojarra (1.2_12-b01-FCS) for context '/WebApplication1'
|
Ошибок вроде нет но в открывшемся окне вижу Цитата | The connection to the server was reset while the page was loading.
|
Как быть?
|