Alex Kravets wrote:

I mean as far as copying all the jar and tld files. Apache Struts site mentions different requirements for different containers on this page http://struts.apache.org/userGuide/installation.html, no mention of JBoss though. It's just seems odd to me if I just have to copy *jar *tld to lib directory and deploy application, why would it work in Tomcat and not JBoss?
Also, I have a forward action in my struts-config.xml that forwards request from index.jsp to app.do, so that works, but the actual sending of data and doing something with it in Action Class generates exception.


kjc wrote:

Alex Kravets wrote:

Are there any special requirements to install and run Struts applications on JBoss? I istalled JBoss on Tomcat and have been able to run Struts applications w/o any problems. Same application on JBoss gives me Servlet Exception.
I would try mailing lists/forums for JBoss, but I find them not especially active.


thanks,
Alex


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


None, you just deploy your struts app into JBoss deploy folder.

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




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


Are you deploying your app as a bundled WAR or EAR according to the
J2EE spec.

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



Reply via email to