Hello,

A basic question... I'm trying to deploy a very simple servlet that
calls a very simple stateless session bean. Our configuration has Apache
integrated with Tomcat/Jboss (embedded). I've been following these
instructions:

http://www.jboss.org/business/jboss-tomcat.html

I have a web archive (ejbHello.war) containing a servlet called
ejbHelloServlet. This servlet uses a stateless session bean called
ejbHello, which is in a JAR called ejbHello.jar. These have been
combined into an EAR called ejbHello.ear. The application.xml file in
the EAR sets the context root as /ejbHello. The EAR is deployed in the
Jboss /deploy directory.

Which is great, except that when I visit the URL, which I believe
(according to the instructions) should be
http://localhost:8082/ejbHello, I get a 404. 

What am I doing wrong here? One area that makes me suspicious is at the
end of the instructions, where it says "for your application to be
visible through Apache, you must setup the appropriate JkMount
statements in mod_jk.conf." However, it doesn't mention what the
'appropriate statements' are.

Any help is appreciated... thanks in advance.
-- 
Jason Wells
Web Architect
Xsilogy, Inc.
http://www.xsilogy.com/

_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to