Hi ..
I don't know what you want..
Acc to my knowledge if u having problem of starting server..
Then just do the below things...
If installation dir of
tomcat is c:\Tomcat then set the below path thro environment variables..
VARIABLE NAME ---- JAVA_HOME
VARIABLE VALUE ---- C:\jdk (here whatever version u have)
VARIABLE NAME ---- CATALINA_HOME
VARIABLE VALUE ---- C:\Tomcat (here whatever version u have)
After doing the above settings then...
u can start the server from START->RUN and type the below command ..
%CATALINA_HOME%\BIN\startup.bat
and if u want to stop the server ........
%CATALINA_HOME%\BIN\shutdown.bat
All the best...
Preeti