Hi,
i tried to start jboss with tomcat as described in the documentation and added the
following lines in the jboss.conf:
<MLET CODE = "org.jboss.tomcat.EmbeddedTomcatService" ARCHIVE="jboss.jar"
CODEBASE="../../lib/ext/">
<ARG TYPE="int" VALUE=8080>
</MLET>
The log says:
[EmbeddedTomcat] Starting
[EmbeddedTomcat] Testing if Tomcat is present....
[EmbeddedTomcat] OK
[EmbeddedTomcat] ContextManager: Adding context Ctx( )
[EmbeddedTomcat] path="" :jsp: init
[EmbeddedTomcat] PoolTcpConnector: Starting HttpConnectionHandler on 8080
[EmbeddedTomcat] Started
So everything seems to be OK and the startpage of tomcat
http://127.0.0.1:8080/index.html is shown correctly. But by klicking on a link on the
startpage
(for example the jsp-examples) http://127.0.0.1:8080/examples/jsp/ i get a 404 (File
not found) and the jboss-log says:
[EmbeddedTomcat] Ctx( ): 404 R( + /examples/jsp/ + null) null
Can someone help?
Regards
Frank
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
List Help?: [EMAIL PROTECTED]