RE: Going Live

2003-04-03 Thread mike jackson
Personally I've not been happy with the Oracle version of Apache / Java Servlet / JSP server. We run Apache w/Tomcat on all web servers, including those that use Oracle for the backend database. However all that said, I'd look at making a WAR file and deploying it that way. It puts all the

RE: Going Live

2003-04-03 Thread Shapira, Yoav
Howdy, to keep Tomcat as my JSP and servlet container? Because we are using Oracle we have in place the Oracle Apache server already. How horrific would it be to move files to it? You mean the Oracle Application Server? Do do you mean an Apache web server talking to an Oracle database? You

RE: Going Live

2003-04-03 Thread Shapira, Yoav
Howdy, one file. The container will extract that and build the file system structures required. There's much less chance for error. Just one note: the container is not required to do this and may keep your war file packed. This is one reasons why you should use ServletContext's

RE: Going Live

2003-04-03 Thread mike jackson
:58 AM To: Tomcat Users List Subject: RE: Going Live Howdy, one file. The container will extract that and build the file system structures required. There's much less chance for error. Just one note: the container is not required to do this and may keep your war file packed. This is one