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
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
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
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
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
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/