Hi,

My APACHE-TOMCAT installation runs fine.

Now, i try to install JBOSS 2.0 with my TOMCAT 3.2.1 but...
i am unable to use it correctly.

I try the sample - Interest - given in the documentation.  If i use the java 
client, it is OK so the JBoss is OK.

Now, let's run http://localhost:8080 is OK, it displays the TOMCAT page.

If i use the embedded Tomcat with:
<MLET CODE = "org.jboss.tomcat.EmbeddedTomcatService" ARCHIVE="jboss.jar" 
CODEBASE="../../lib/ext/">
  <ARG TYPE="int" VALUE=8080>
</MLET>
then i don't have access at all to http://localhost:8080/examples so i am 
unable to test the servlet part of the sample.
The message is [EmbeddedTomcat] Ctx(  ): 404 R(  + /examples/servlets + 
null) null

If i use the other possibility:
<MLET CODE = "org.jboss.tomcat.TomcatService" ARCHIVE="jboss.jar" 
CODEBASE="../../lib/ext/">
</MLET>

i have access to http://localhost:8080/examples/servlets and /jsp
It runs in part(JSp never run), ie RequestInfo sample is OK but HelloWorld 
did't run, i have the following error:
----------------
Error: 500
Location: /examples/servlet/HelloWorldExample
Internal Servlet Error:

java.lang.NoSuchMethodError
        at HelloWorldExample.doGet(HelloWorldExample.java:25)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:499)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
        at org.apache.tomcat.core.ServletWrapper.doService(ServletWrapper.java:404)
        at org.apache.tomcat.core.Handler.service(Handler.java:286)
        at org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:372)
        at 
org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:797)
        at org.apache.tomcat.core.ContextManager.service(ContextManager.java:743)
        at 
org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpConnectionHandler.java:210)
        at 
org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:416)
        at 
org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:498)
        at java.lang.Thread.run(Unknown Source)
----------------

and http://localhost:8080/examples/servlet/EJB gives:

Servlet interface to EJB
Calling EJB...
Could not connect to Interest bean. Is EJB Container running?

Of course EJB Container is running!!!!!!!!!!!!!!

So, what can i do now????????????

Please help.

JMi
_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.



--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
List Help?:          [EMAIL PROTECTED]

Reply via email to