Re: Questions about ROOT context

2007-04-09 Thread Rashmi Rubdi
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 st

Re: Questions about ROOT context

2007-04-09 Thread Johnny Kewl
en they would probably get too many "tomcat is broken" queries. have fun... - Original Message - From: "Srinivas V." <[EMAIL PROTECTED]> To: Sent: Monday, April 09, 2007 10:43 PM Subject: Questions about ROOT context Hello tomcat experts I'm working on a

Re: Questions about ROOT context

2007-04-09 Thread Rashmi Rubdi
There's no problem with using ROOT , it just means that your application will be accessible from the ROOT context , instead of another context. ROOT context means you can access the app at http://localhost:8080/ < the slash is root. If you deploy your app at another context then you wold acc

Questions about ROOT context

2007-04-09 Thread Srinivas V.
Hello tomcat experts I'm working on a new tomcat based website. I will be manager the server entirely and so will be the only person deploying html/jsp/servlets to it. I've been reading a few books and they suggest using custom webapps instead of the ROOT one. But I haven't seen any hard reasons