how to deploy an app with only jsp, servlets and beans (not ejb)

2000-12-16 Thread Steven and Susan Hirsch
Hi, Can anyone point me to some literature explaining how to deploy an app that does not contain ejbs? For example, I'mm looking for a way to deploy a .war file without having to construct a .ear file. Any help would be appreciated!! Thanks!

RE: how to deploy an app with only jsp, servlets and beans (not ejb)

2000-12-16 Thread Jarek Skreta
This may not be the best way of doing things but in a situation like this we normally generate the .ear file containing only the .war file plus the j2ee deployment descriptor (application.xml). The .war file is created in the same fashion as for an application with EJBs. Seems to be working.