okay, how do you setup a Enterprise Stack hmmmm..... What is the text capacity of outlook? three big pieces to install/consider: HTML serving (Apache) Servlet and jsp pages (Tomcat) J2EE Applications with EJB and more (JBOSS and others)
installing: Apache web server, Port 80 www.apache.org Tomcat servlet engine (mod_jk or mod_webapp connects you to Apache or better connects Apache to Tomcat) http://jakarta.apache.org/tomcat/index.html GREAT INTRO CREATED BY RUSS! http://abbott.calstatela.edu/courses/cs320b/Running%20a%20Servlet%20under%20 Tomcat.html Thanks Russ! Jboss Application server that is known to have docs on howto connect Tomcat with JBOSS http://www.jboss.org Java J2ee starter http://developer.java.sun.com/developer/onlineTraining/J2EE/Intro/ Good luck! B -----Original Message----- From: Mike DiChiappari [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 29, 2002 7:11 PM To: [EMAIL PROTECTED] Subject: Serving HTML and J2EE apps How are people setting up servers to serve both HTML and J2EE apps? I would like to setup my app so that both HTML and web apps (JSPs) are accessed using a web server (like Apache) and using port 80 (for both HTML and JSPs). I would prefer to not make any reference to port 8080 (or whatever port a J2EE server may use). I would like my users to be unaware of having to deal with ports. Is this considered a standard thing to do? What are most people doing? Mike -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]> -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
