Hi,

I work with JBoss-2.2.2_Tomcat-3.2.2 (embedded Tomcat) and J2SE 1.3.1,
Windows NT 4 (SP6).
I deploy my application in a form of .ear file, which consist of .jar file
with all EJB's and .war file with JSP's and web controllers.

I'm wondering how can I avoid Tomcat having to serve up everything on port
8080 ???
I'd like to open my application in Production by just
http://<host>/<context>/index.jsp and not
http://<host>:8080/<context>/index.jsp

Thank you.


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to