Hello:

I downloaded the Jboss-3.0.0/Tomcat4.0.3 bundle from the jboss.org site and
I'm trying to bring up a test .html page using the Tomcat webserver, but I
keep getting this error:

Apache Tomcat/4.0 - Http Status 404 - the requested resource /jsp/test.html
is not available.

Jboss, with the embedded Tomcat, seems to start fine and I get these
messages in the console when I start Jboss, so I'm assuming that Tomcat is
ok:

08:40:29,749 INFO  [MainDeployer] Adding deployer:
org.jboss.web.catalina.EmbeddedCatalinaServiceSX@113dc1
08:40:34,185 INFO  [STDOUT] Apache Tomcat/4.0.3
08:40:34,215 INFO  [Engine] HttpConnector Opening server socket on all host
IP addresses
08:40:34,225 INFO  [Engine] HttpConnector[8080] Starting background thread
08:40:35,036 INFO  [Engine] HttpProcessor[8080][0] Starting background
thread
08:40:35,046 INFO  [Engine] HttpProcessor[8080][1] Starting background
thread
08:40:35,056 INFO  [Engine] HttpProcessor[8080][2] Starting background
thread
08:40:35,056 INFO  [EmbeddedCatalinaServiceSX] OK

I put my test .html file in this location on my computer:

C:\jboss-3.0.0RC3_tomcat-4.0.3\catalina\webapps\examples\jsp\test.html

and try and bring it up with this URL:

http://localhost:8080/examples/jsp/test.html


But it just can't bring up the test page (and there's nothing to it except a
"Hello World") without the error.  

Am I missing some kind of configuration step, or something in my class path?
Does my test .html file need to be in a .war or .ear file?  All I want to do
is bring up a simple .html file and I can't do it.

Also, I'm assuming that I don't have to download Tomcat4.0.3 separately -
ie: that Tomcat4.0.3 is part of the JBoss bundle I downloaded.

Thanks alot,

Coral Burns

Attachment: winmail.dat
Description: application/ms-tnef

Reply via email to