Interesting Things are happening with my Tomcat.

Points to Note:


   1. I am installing tomcat version 6.x and than running it by clicking
   startup.bat file and it is running fine as when I check in browser typing
   http://localhost:8080/ it shows me the Apache Foundation Welcome pages
   saying that Installation works fine.
   2. Interesting thing to note is that when I stop my server using
   shutdown.bat file than it work fine but now if I start my server using
   eclipse than it starts but when I go to browser to check Apache Foundation
   Welcome Page than it is not there and I get message as under and it is
   confusing.


Apache Tomcat/6.0.18 - Error report
Apache Tomcat/6.0.18 - Error report HTTP Status 404 - /
------------------------------

*type* Status report

*message* */*

*description* *The requested resource (/) is not available.*
------------------------------
Apache Tomcat/6.0.18


Any guidance would be appreciated.


On Wed, May 6, 2009 at 12:37 AM, André Warnier <a...@ice-sa.com> wrote:

> ados1...@gmail.com wrote:
>
>> It appears apparent that Tomcat is running as a service on my
>> Windows.
>>
>>  Right-click on the "My computer" icon and choose "Manage"
> In the panel that appears, navigate to "services" (on the left side)
> When you click on that, on the right side appears a list of services
> installed on your PC.
> In that list, you should find "Apache Tomcat".
> Right-click on that item, and in the pop-up menu, choose "stop".(*)
> That should stop the service.
> Now right-click on the item again, and choose "Properties".
> One of those properties is "startup", which gives you a choice of
> "automatic", "Manual" or "disabled". Pick "Manual".
> Now Tomcat will not start automatically anymore at each reboot.
>
> If you want it to run later as a service, there are 2 ways :
> - either follow the procedure above again, and instead of "stop" (at the
> place marked by *) choose "start".
> - or, open a command window, and enter : net start "Apache Tomcat"
>
> Another tip :
> If you open a command window, and enter just "net start", you will get a
> list of running services, with their names according to Windows.
> The name that appears as "Apache Tomcatxxx" is the name to use with these
> "net start" and "net stop" commands.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>
>

Reply via email to