Hi! Last time I did similar with JBoss and Struts application. What I had was properly working version of Struts based application on Tomcat. It was packed as *.war file.
For my private needs I've applied AOP to my application, but it should make zero difference for your problem. I've downloaded latest Jboss AS version 4.0.1. Unpacked. Put my application inside JBOSS_HOME/server/default/deploy/ - actually I've unpacked it into directory name: application.war/ Started JBoss: ./bin/run.sh -c default That's all. It works smooth for me. With Struts of course. I don't use any EJB nor standard DB. But it shouldn't be the reason. Check directories once more. Watch the log.. there should be information about deploying your application. Regards, Tomasz View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863196#3863196 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3863196 ------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
