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
I believe you can comment out the security stuff in /admin/WEB-INF/web.xml that is protecting that link, then change the adminlistcompanies.jsp to do the redirect. in any case, taking away the security restrictions on admin, is at your own risk Filip > -Original Message- > From: Andrew Z