I had tried to following the steps in
http://www.servicemix.org/site/tomcat-integration.html Tomcat Integration
After copy servicemix-web.war into Tomcat webapps
I see nothing when I typed the command netstat -an|find "1099"
(1099 service is not on for listening,
but TCP 61636 service is on
TCP 0.0.0.0:61636 0.0.0.0:0 LISTENING
)
When I tried to test the sample with link
http://localhost:8080/servicemix-web/examples/
I get null return
<hello>null</hello>
Can someone help me to find out the problems? Thx....
I'm using servicemix2.0.2 + Tomcat 5.5.17 in windows XP
--------- The attachment below is Tomcat console ---------
2006/7/31 下午 04:51:33 org.apache.catalina.core.AprLifecycleListener
lifecycleE
vent
INFO: The Apache Tomcat Native library which allows optimal performance in
produ
ction environments was not found on the java.library.path: C:\Program
Files\Java
\jdk1.5.0_06\bin;.;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\system32;C:\WINDOWS
;C:\WINDOWS\System32\Wbem;C:\Program Files\Microsoft SQL
Server\80\Tools\BINN;C:
\Program
Files\UltraEdit-32;c:\java\maven-1.0.2\bin;c:\java\apache-ant-1.6.5\bin
;c:\java\servicemix-2.0.2\bin
2006/7/31 下午 04:51:33 org.apache.coyote.http11.Http11BaseProtocol init
INFO: Initializing Coyote HTTP/1.1 on http-8080
2006/7/31 下午 04:51:33 org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 844 ms
2006/7/31 下午 04:51:33 org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
2006/7/31 下午 04:51:33 org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/5.5.17
2006/7/31 下午 04:51:33 org.apache.catalina.core.StandardHost start
INFO: XML validation disabled
2006/7/31 下午 04:51:33 org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive servicemix-web.war
2006/7/31 下午 04:51:42 org.apache.coyote.http11.Http11BaseProtocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
2006/7/31 下午 04:51:42 org.apache.jk.common.ChannelSocket init
INFO: JK: ajp13 listening on /0.0.0.0:8009
2006/7/31 下午 04:51:42 org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/31 config=null
2006/7/31 下午 04:51:42 org.apache.catalina.storeconfig.StoreLoader load
INFO: Find registry server-registry.xml at classpath resource
2006/7/31 下午 04:51:42 org.apache.catalina.startup.Catalina start
INFO: Server startup in 9500 ms
--
View this message in context:
http://www.nabble.com/serviccemix-web-does-not-work-after-deploying-into-Tomcat-tf2026354.html#a5572353
Sent from the ServiceMix - User forum at Nabble.com.