Tomcat 6 fails to start on Terminal Server

2007-08-30 Thread jhayden

Have installed Tomcat onto MS Terminal Server.
However when attempting to start Tomcat it fails.
Have tried version 5.5 and 6.0 and both give the same failure.
Here are the logs below -

[2007-08-30 15:34:10] [info] Running Service...
[2007-08-30 15:34:10] [info] Starting service...
[2007-08-30 15:34:10] [174  javajni.c] [error] The specified module could
not be found.
[2007-08-30 15:34:10] [947  prunsrv.c] [error] Failed creating java
C:\Program Files\Java\jre1.6.0_02\bin\client\jvm.dll
[2007-08-30 15:34:10] [1202 prunsrv.c] [error] ServiceStart returned 1
[2007-08-30 15:34:10] [info] Run service finished.
[2007-08-30 15:34:10] [info] Procrun finished.
[2007-08-30 15:34:26] [info] Running Service...
[2007-08-30 15:34:26] [info] Starting service...
[2007-08-30 15:34:26] [174  javajni.c] [error] The specified module could
not be found.
[2007-08-30 15:34:26] [947  prunsrv.c] [error] Failed creating java
C:\Program Files\Java\jre1.6.0_02\bin\client\jvm.dll
[2007-08-30 15:34:26] [1202 prunsrv.c] [error] ServiceStart returned 1
[2007-08-30 15:34:26] [info] Run service finished.
[2007-08-30 15:34:26] [info] Procrun finished.

-- 
View this message in context: 
http://www.nabble.com/Tomcat-6-fails-to-start-on-Terminal-Server-tf4354782.html#a12408955
Sent from the Tomcat - Dev mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Default to index.html over index.jsp in ROOT

2007-08-30 Thread jhayden

After changing port to 80 attmpting to use Tomcat as a HTTP server as well as
a container.
When entering http:\\localhost I am getting the standard Tomcat display.
However its being drawn from the index.jsp rather than the index.html due
the message on the page detailing 
"$CATALINA_HOME/webapps/ROOT/index.jsp"

What I have attempted to do is place my own static html files in the
C:\Program Files\Apache Software Foundation\Tomcat 6.0\webapps\ROOT
directory.
Basically expecting my index.html to be displayed. However it only attempts
to display the index.jsp page.

I have tried commenting out the - index.jsp 
from the web.xml but this does not make any difference.
I want to use the ROOT directory and force the index.html to be used.
Can anyone help me please?



-- 
View this message in context: 
http://www.nabble.com/Default-to-index.html-over-index.jsp-in-ROOT-tf4354841.html#a12409154
Sent from the Tomcat - Dev mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]