can i let tomcat automatically start when Window be up

Hi,

I developer a small client-server search project for a not profit organization, the project is being testing , but i don't why and who, shout down the PC and reopen it , I have a password , avoid people to tuch and change the Web application, databaese, and so on. its a way to let tomcat automatically up when windowns start?

Thank you

by the way is weblogic is free for use?

[408 byte] By [TMarya] at [2007-10-2 4:53:43]
# 1

I run Tomcat as a Windows Service under WinXP, there are instructions on how to do this on the Tomcat site. The service can be configured to start automatically with the system.

Weblogic is free for development use, for comercial use it costs a large amount of money. I don't know situation for non-profit organizations, but yu could contact BEA. For a small project you are probably better off with Tomcat and Hibernate.

pkwoostera at 2007-7-16 0:58:11 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
Hi, the problem show up again, I have to deal with it, but I could not found the information I need.thank you
TMarya at 2007-7-16 0:58:11 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 3
I want when the win XP is start the tomcate also start don't need to start the tomcat by hand, how to deal with it ?thank you
TMarya at 2007-7-16 0:58:11 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 4
The Tomcat bin directory has an EXE called tomcat5w. Configure the startup type as "Automatic" there. Tomcat will start up as a service on the next reboot.
annie79a at 2007-7-16 0:58:11 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 5
Of course, I assume that you have the sufficient privileges to do that.
annie79a at 2007-7-16 0:58:11 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 6
Hi annie, where i sthe location? also, I put tomcate start up under windows start up, it seems work.thank you!
TMarya at 2007-7-16 0:58:11 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...