I'm not sure what's the problem, but I would not put the app into
"/usr/share/tomcat5.5/webapps" because this is the default location. I
would put the webapp into a different location. Also, check if you
already have a ROOT directory in your webapps/ path which may interfere
with your "other" root setting.
Markus
skarahan schrieb:
Hi ,
thanks your help.I add this line server.xml <Context path="/"
docBase="/usr/share/tomcat5.5/webapp/myapp"/>" I can see it manager page
path column.But its not running.is there another xml file to congire it.?
Markus Meyer wrote:
Hi,
just use an entry like the following in your Tomcat's "server.xml"
configuration file:
<Context path="/" docBase="/path/to/where/your/webapp/resides"/>
HTH
Markus
skarahan schrieb:
Hi,
I use tomcat5.5 on ubuntu and have java web application.When I run it,
its
address looks like "http://servername:8180/myapp" on browser address
line.But I don't like this.when I write "http://servername:8180/"
address
on web browser address line,I want to open my application.
I hope that I can explain my question..
Thanks for your help.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org