[Beginners Corner] - Re: Deployment problem : project doesn't appear in the web c
by srenaudo
Thanks for your reply PeterJ.
I tried that too but unfortunately adding the <servlet-mapping> makes no change :/
No error is shown in the application console :
===============================================================================
| .
| JBoss Bootstrap Environment
| .
| JBOSS_HOME: D:\PLATEFORMES\jboss\bin\\..
| .
| JAVA: C:\j2sdk1.4.2_10\bin\java
| .
| JAVA_OPTS: -Dprogram.name=run.bat -Xms128m -Xmx512m -Dsun.rmi.dgc.client.gcIn
| terval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000
| .
| CLASSPATH: C:\j2sdk1.4.2_10\lib\tools.jar;D:\PLATEFORMES\jboss\bin\\run.jar
| .
| ===============================================================================
| .
| 16:56:19,304 INFO [Embedded] Catalina naming disabled
| 16:56:19,444 INFO [ClusterRuleSetFactory] Unable to find a cluster rule set in
| the classpath. Will load the default rule set.
| 16:56:19,444 INFO [ClusterRuleSetFactory] Unable to find a cluster rule set in
| the classpath. Will load the default rule set.
| 16:56:19,896 INFO [Http11BaseProtocol] Initializing Coyote HTTP/1.1 on http-0.0
| .0.0-8080
| 16:56:19,896 INFO [Catalina] Initialization processed in 436 ms
| 16:56:19,912 INFO [StandardEngine] Starting Servlet Engine: Apache Tomcat/5.5.1
| 7
| 16:56:19,958 INFO [StandardHost] XML validation disabled
| 16:56:19,989 INFO [Catalina] Server startup in 93 ms
| 16:56:20,504 INFO [WebappLoader] Dual registration of jndi stream handler: factory already defined
| 16:56:28,624 INFO [Http11BaseProtocol] Starting Coyote HTTP/1.1 on http-0.0.0.0-8080
| 16:56:28,764 INFO [ChannelSocket] JK: ajp13 listening on /0.0.0.0:8009
| 16:56:28,780 INFO [JkMain] Jk running ID=0 time=0/94 config=null
|
Maybe I have to configure Jboss to show me more things at start-up ? But how can I do that ?
Have the classes files to be deployed elsewhere than the /WEB-INF/classes/ directory of my "application.war" directory ?
Regards.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3979113#3979113
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3979113
19 years, 8 months
[JBossCache] - Re: Shunning not working
by jbirkenmaier
I have gained access to the JChannel for the PojoCache and executed the following:
channel.setOpt(Channel.AUTO_GETSTATE, Boolean.FALSE);
channel.setOpt(Channel.AUTO_RECONNECT, Boolean.FALSE);
However, this doesn't seem to have any effect. When I reconnect the network cable (for node 192.168.69.122), the following is logged:
08:40:00,175 INFO [dragoneyes] (UpHandler (STATE_TRANSFER)) New cluster view for partition dragoneyes: 3 ([192.168.69.122:1099, 192.168.69.230:1099] delta: 1)
08:40:00,176 INFO [dragoneyes] (AsynchViewChangeHandler Thread) Merging partitions...
08:40:00,176 INFO [dragoneyes] (AsynchViewChangeHandler Thread) Dead members: 0
08:40:00,176 INFO [dragoneyes] (AsynchViewChangeHandler Thread) Originating groups: [[192.168.69.122:34399|2] [192.168.69.122:34399], [192.168.69.230:32821|2] [192.168.69.230:32821]]
08:40:05,753 INFO [CoreTreeCacheListener] (UpHandler (STATE_TRANSFER)) viewChange MergeView::[192.168.69.122:34402|3] [192.168.69.122:34402, 192.168.69.230:32823], subgroups=[[192.168.69.122:34402|2] [192.168.69.122:34402], [192.168.69.230:32823|2] [192.168.69.230:32823]]
The cache is still being merged for a node that is supposed to be shunned. Any ideas? Thanks.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3979109#3979109
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3979109
19 years, 8 months