RE: Disabling redirect to admin

2003-04-04 Thread Jeff Tulley
localhost:8080/admin/adminlistcompanies.jsp. If you could give me some suggestions it would be most appreciated. Thanks. -Original Message- From: Jacob Kjome [mailto:[EMAIL PROTECTED] Sent: Friday, 4 April 2003 3:53 PM To: Tomcat Users List Subject: Re: Disabling redirect to admin

RE: Disabling redirect to admin

2003-04-04 Thread Jacob Kjome
ers List Subject: Re: Disabling redirect to admin This is the very reason why ROOT is not a good idea to use for your context. If you want a default context, just add an index.html to the ROOT context to redirect to the context you want people to be at. For instance: http://localhost:8080/ r

RE: Disabling redirect to admin

2003-04-03 Thread Andrew Zeon
appreciated. Thanks. -Original Message- From: Jacob Kjome [mailto:[EMAIL PROTECTED] Sent: Friday, 4 April 2003 3:53 PM To: Tomcat Users List Subject: Re: Disabling redirect to admin This is the very reason why ROOT is not a good idea to use for your context. If you want a default context, ju

Re: Disabling redirect to admin

2003-04-03 Thread Jacob Kjome
This is the very reason why ROOT is not a good idea to use for your context. If you want a default context, just add an index.html to the ROOT context to redirect to the context you want people to be at. For instance: http://localhost:8080/ redirects to... http://localhost:8080/mycontext/ W

RE: Disabling redirect to admin

2003-04-03 Thread Filip Hanik
Andrew Zeon [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 03, 2003 9:51 PM > To: tomcat (E-mail) > Subject: Disabling redirect to admin > > > Hi, > > I've got a link in my web site which goes to > http://localhost:8080/admin/adminlistcompanies.jsp. Everytime

Disabling redirect to admin

2003-04-03 Thread Andrew Zeon
Hi, I've got a link in my web site which goes to http://localhost:8080/admin/adminlistcompanies.jsp. Everytime I click on this link, it goes to the Tomcat web server administration tool login page. Is there a way I can disable this so that it goes to the correct URL? All my files are in webapps/