[JBoss-user] [Installation, Configuration & Deployment] - Migrating app from 3.2.3 to 4.0.3 errors

2005-12-16 Thread sigrney
With no changes, I migrated a web app [myapp.war] from Jboss 3.2.3 where it works fine to 4.0.3SP1. First error occurred and deployment failed because in declaration of web.xml did not begin with /. That seems to be resolved. Now the app deploys and works fine except when the action is to po

[JBoss-user] [Beginners Corner] - Server socket app with JBoss

2005-11-28 Thread sigrney
I am developing a socket app that needs to listen on a configurable port, write some things to the database, log, etc. Is it possible to run this app in JBoss? I would like to take adavantage of EJB, data source pooling, logging, etc. but I don't know how to package the application, which is rig