RE: Tomcat App Configuration

2009-09-07 Thread Caldarale, Charles R
> From: Markus Meyer [mailto:me...@mesw.de] > Subject: Re: Tomcat App Configuration > > sorry if I got that one wrong. It's just that it works for me the way I > describe it. I doubt it. Not only are you violating standard practice by putting a element in server.xml, yo

Re: Tomcat App Configuration

2009-09-07 Thread Markus Meyer
Hi André, sorry if I got that one wrong. It's just that it works for me the way I describe it. (I generally avoid putting my webapps into the "default" setting and create Context entries for all of them.) Markus André Warnier schrieb: Markus, that was a bad recommendation. Look here instea

Re: Tomcat App Configuration

2009-09-07 Thread David Smith
ut 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. -- View this message in context: http://www.nabble.com/Tomcat-App-Configuration-tp2532787

Re: Tomcat App Configuration

2009-09-07 Thread André Warnier
Markus, that was a bad recommendation. Look here instead : http://wiki.apache.org/tomcat/HowTo#head-2e16a614a1be6e03102fc69dd59587a30e20bc5c Markus Meyer wrote: 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.

Re: Tomcat App Configuration

2009-09-07 Thread Markus Meyer
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" r

Re: Tomcat App Configuration

2009-09-07 Thread skarahan
--- > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org > > > -- View this message in context: http://www.nabble.com/Tomcat-App-Configuration-

Re: Tomcat App Configuration

2009-09-07 Thread Markus Meyer
Hi, just use an entry like the following in your Tomcat's "server.xml" configuration file: 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 lik

Tomcat App Configuration

2009-09-07 Thread skarahan
application. I hope that I can explain my question.. Thanks for your help. -- View this message in context: http://www.nabble.com/Tomcat-App-Configuration-tp25327877p25327877.html Sent from the Tomcat - User mailing list archive at Nabble.com. ---