java - Not able to access tomcat from unix -
java - Not able to access tomcat from unix -
i have war file had deployed in tomcat server - window , able access it. in unix installed tomcat , deployed same war. configured server.xml file providing ip on these places localhost present.
<engine name="catalina" defaulthost="aaa.bb.cc.dd"> <host name="aaa.bb.cc.dd" appbase="webapps" unpackwars="true" autodeploy="true">
i tried http://aaa.bb.cc.dd:8080/my_app , browser says not connect latter. did wrong in this? missed out?
thanks.
java apache unix tomcat web-applications
Comments
Post a Comment