Hi all,

I have a problem deploying my application.

Used configuration:
JBoss 3.0 - Jetty 4.1
EJB 2.0
Servlets - Struts.

When I create my application.xml
I need to add a <ejb> module otherwise the appserver does not deploy the
ejbs.
But if I do, my struts are no longer accessible.

    This is the error :

        java.lang.NoClassDefFoundError: org/apache/struts/action/ActionForm

If I leave the <ejb> module out, the struts compile and are accessible
trough the JSP's but
when trying to access the ejb's (since they are not deployed)

    Following error occurs:

        javax.naming.NameNotFoundException: LogonSession not bound

Meaning I need to come up with a solution for this.

If anyone has encountered this problem, could you please let me know, maybe
I can send over my xml and .ear file
so you could have a look if my structure is wrong.

Thanks in advance,
Les.


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

Reply via email to