On 4/9/07, Johnny Kewl <[EMAIL PROTECTED]> wrote:

 just got remember that now there is no cool page that lets you
click on the manager, and so you have to type
http://localhost:8080/manager/html
to get to the manager.


In the development environment if you create a virtual host then you
can still access the Tomcat app at http://localhost:8080/  , and your
app at http://virtual-host-for-your-app:8080/
then both apps will be on the root context.

Or you could switch the default Tomcat app to it's own virtual host as
http://tomcatapp:8080/ and keep localhost for your app.

But in production env, you would keep localhost for your app.

-Rashmi

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to