RE: design issue .....

2004-01-27 Thread Goehring, Chuck Mr., RCI - San Diego
Shanta, We store the images on the file system instead of in the database. A couple things to conspired are: Images in the database will severely bloat up your database backups - exports etc. Having the images/documents in the database would be more secure because someone would have to

RE: Struts

2004-01-27 Thread Goehring, Chuck Mr., RCI - San Diego
Pinguti, Download: http://apache.webmeta.com/jakarta/struts/binaries/jakarta-struts-1.1.zip Unzip It. You can open struts-documentation.war with WinZip and unzip it somwhere so you can look at it. File index.html would be top-level of documentation. There are several installation-xx.html

RE: jk_nt_service.exe

2004-01-27 Thread Goehring, Chuck Mr., RCI - San Diego
Jeff, The only way I have gotten a service setup is to remove re-install Tomcat. You have to scroll down during the install and check nt service. Otherwise, your in for hell getting it to run that way. I don't know why they opted to make it so difficult - it is a breeze with Apache web

RE: Geomatica Webserver

2004-01-23 Thread Goehring, Chuck Mr., RCI - San Diego
Candyman, If you don't want to develop and just want to set it and forget it, you may as well use the version and configuration the maker of Geomatica recommends. Chuck -Original Message- From: Candyman [mailto:[EMAIL PROTECTED] Sent: Thursday, January 22, 2004 7:50 PM To: Tomcat

RE: SQLPLUS and TOMCAT conflict?

2004-01-12 Thread Goehring, Chuck Mr., RCI - San Diego
epyonne, It is not sqlPlus that uses 8080. xmldb is a new thing they came up with for 9i. It takes 8080. Technically, it is sql*net rather than SQL*Plus and it should be using 1521 by default. If you have also installed Oracle's application server, it may also present a conflict. For me,

RE: JSP Editors

2003-11-28 Thread Goehring, Chuck Mr., RCI - San Diego
http://www.netbeans.org Welcome to netbeans.org, the project that develops NetBeans IDE, the full-featured integrated environment for Java Developers and NetBeans Platform, the widely adopted infrastructure backplane for complex desktop applications. They (netbeans.org) don't have Sun One

OT: RE: Tomcat 4.1.29 and Remedy 5.1.2 MidTier

2003-11-26 Thread Goehring, Chuck Mr., RCI - San Diego
Simon, Just for curiosity, is the Remedy trouble reporting system (don't know the specific name) Java-based? We have some support folks that are running Remedy for the Gov. Thanks Chuck -Original Message- From: Simon Taylor [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 26, 2003

RE: Removing Examples context in Tomcat 4.1

2003-11-25 Thread Goehring, Chuck Mr., RCI - San Diego
Bob, I had the same problem but got completely different errors. I think it needed ExampleFilter.class but I'm not sure. I couldn't tell you what version either - still have Examples in there. Chuck -Original Message- From: Bob Jacoby [mailto:[EMAIL PROTECTED] Sent: Tuesday,

RE: My hosting company upgraded to the Apache Tomcat/4.1.27

2003-11-21 Thread Goehring, Chuck Mr., RCI - San Diego
Kent, The jar containing the driver would have to be in the JAVA_HOME\jre\lib\ext or probably preferably in WEB-INF\lib so Java can find it. Probably have to re-start Tomcat as well. You can view the contents of the jar with WinZip to make sure the package name matches and is in the jar.

RE: Server URL Before Request

2003-11-21 Thread Goehring, Chuck Mr., RCI - San Diego
Harris, If you don't get a maintenance-free method from the group, you can always do the following: In the servlet: public void init() throws ServletException { String lConnectTNSName = getServletContext().getInitParameter(ConnectTNSName); if(lConnectTNSName == null) throw new

RE: Server URL Before Request

2003-11-21 Thread Goehring, Chuck Mr., RCI - San Diego
Justin, I would be interested in seeing how to read an environment variable from the init method of a servlet. Chuck -Original Message- From: Justin Ruthenbeck [mailto:[EMAIL PROTECTED] Sent: Friday, November 21, 2003 2:54 PM To: Tomcat Users List Subject: RE: Server URL Before Request

RE: Designing Systems Help!

2003-11-20 Thread Goehring, Chuck Mr., RCI - San Diego
Vaneet, There are a ton of open source projects at www.sourceforge.net. There is a keyword search capably to find existing projects. Check the Development Status and other project attributes to see if a project meets your objectives. Don't know if there is a Document Management system, but

RE: Bit off topic : What happened to RedHat?

2003-11-18 Thread Goehring, Chuck Mr., RCI - San Diego
Rumor was they were not going to allow free downloading of binaries. They have launched http://fedora.redhat.com as an open source project. It has binaries under a different naming/numbering scheme. I expect they will shut down ftp.redhat.org to the public. So, they may be

RE: UNSUBSCRIBE!!!

2003-11-17 Thread Goehring, Chuck Mr., RCI - San Diego
ArcherDaPunk, To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] I think some email clients don't show this for some reason. Chuck -Original Message- From: ArcherDaPunk [mailto:[EMAIL PROTECTED] Sent: Monday, November 17, 2003 2:46 PM To:

RE: UNSUBSCRIBE!!!

2003-11-17 Thread Goehring, Chuck Mr., RCI - San Diego
Jean , To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] I think some email clients don't show this (at the bottom of the emails) for some reason. Chuck -Original Message- From: Jean B. Denis [mailto:[EMAIL PROTECTED] Sent: Monday, November

RE: [OT] Re: UNSUBSCRIBE!!!

2003-11-17 Thread Goehring, Chuck Mr., RCI - San Diego
... Goehring, Chuck Mr., RCI - San Diego: Jean , To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] I think some email clients don't show this (at the bottom of the emails) for some reason. Ciao Jens Skripczynski -- E-Mail: skripi-lists(at)myrealbox(dot

RE: Help : Linux Debian

2003-11-14 Thread Goehring, Chuck Mr., RCI - San Diego
Roberto, A few days ago, I went looking for Java for Debian when I was deciding which Linux port to use on a machine I was rebuilding. There is no Java from Sun that claims to run on it. The non-Sun compilers and libs for Java are available for Debian, but may not be complete. Their site

RE: Win2k+Apache+Tomcat Problems

2003-11-12 Thread Goehring, Chuck Mr., RCI - San Diego
Steve, Tomcat has to be started first because it generates a conf file that Apache will read. Note that on the referenced link there are two (different) items that contain the word ApacheConfig. They both need to be in there. This causes the config file to be generated. Tomcat may take a

RE: better error messages (was re: Exception at Tomcat startup)

2003-11-10 Thread Goehring, Chuck Mr., RCI - San Diego
Anton, I totally agree. Somehow a blank line found it's way into the top of one of my config files and I had to waste a lot of time trying to figure out the problem. Meanwhile Tomcat would not start and the system was down. The problem gets worse if you have multiple web applications. Chuck

RE: [OT] Re: Tomcat 4 losing session (may be related to Win XP)

2003-11-05 Thread Goehring, Chuck Mr., RCI - San Diego
Do you also have a get_this_crap_off_my_system script I can borrow. Thanks Chuck -Original Message- From: Filip Hanik [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 05, 2003 2:32 PM To: Tomcat Users List Subject: [OT] Re: Tomcat 4 losing session (may be related to Win XP) for

RE: Unable to access shared network drives with Tomcat service

2003-10-21 Thread Goehring, Chuck Mr., RCI - San Diego
Joeri, I haven't had to do this with Tomcat yet but am using it in Apache 1.x and 2.x on Windows 2000. In Apache this works: # Local Drive (old way) #Alias /Documents e:/Documents # Network Share (new way) Alias /Documents //server/Documents Couldn't find any documentation on it, but somehow

RE: Bugs and weakness when Tomcat works a NT Service (tcservcfg)

2003-10-21 Thread Goehring, Chuck Mr., RCI - San Diego
Jose, I spent a long time trying to manually setup Tomcat to run as a service. Finally ended up re-installing and checking the little checkbox that makes it usable as a service. It is unchecked by default. Once it is installed, you can change the account it executes as in the services thingy

RE: Bugs and weakness when Tomcat works a NT Service (tcservcfg)

2003-10-21 Thread Goehring, Chuck Mr., RCI - San Diego
at startup. Chuck -Original Message- From: Jose Euclides da Silva Junior - DATAPREVRJ [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 21, 2003 10:28 AM To: 'Tomcat Users List'; Goehring, Chuck Mr., RCI - San Diego Subject: RES: Bugs and weakness when Tomcat works a NT Service (tcservcfg

RE: Bugs and weakness when Tomcat works a NT Service (tcservcfg)

2003-10-21 Thread Goehring, Chuck Mr., RCI - San Diego
To: 'Tomcat Users List'; Goehring, Chuck Mr., RCI - San Diego Subject: RES: Bugs and weakness when Tomcat works a NT Service (tcservcfg) Thank you, Chuck. I will do it! So, i should keep saved the existing server.xml and web.xml files before the new installation starts, i guess... Isnt it? Euclides

RE: Bugs and weakness when Tomcat works a NT Service (tcservcfg)

2003-10-21 Thread Goehring, Chuck Mr., RCI - San Diego
I got a mail loop error?? -Original Message- From: Goehring, Chuck Mr., RCI - San Diego Sent: Tuesday, October 21, 2003 10:49 AM To: 'Jose Euclides da Silva Junior - DATAPREVRJ'; 'Tomcat Users List' Subject: RE: Bugs and weakness when Tomcat works a NT Service (tcservcfg) Jose, Yes

RE: Unable to access shared network drives with Tomcat service

2003-10-21 Thread Goehring, Chuck Mr., RCI - San Diego
Joeri, I think, a mapped drive can't be used for running as a service. The mappings aren't seen by services because noone is logged in so no login script runs. Chuck -Original Message- From: Wade Chandler [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 21, 2003 10:45 AM To:

RES: Bugs and weakness when Tomcat works a NT Service (tcservcfg)

2003-10-21 Thread Goehring, Chuck Mr., RCI - San Diego
To: 'Tomcat Users List'; Goehring, Chuck Mr., RCI - San Diego Subject: RES: Bugs and weakness when Tomcat works a NT Service (tcservcfg) Thank you, Chuck. I will do it! So, i should keep saved the existing server.xml and web.xml files before the new installation starts, i guess... Isnt it? Euclides

RES: Bugs and weakness when Tomcat works a NT Service (tcservcfg)

2003-10-21 Thread Goehring, Chuck Mr., RCI - San Diego
Jose, Regarding the service installed by the tcservcfg - don't know anything about what it did. But, since you installed the service outside of the Tomcat installer, it probably won't uninstall it. Could be that tool will remove it also, don't know. There is no GUI command to remove services

RE: Why should I use Tomcat vs .NET?

2003-10-13 Thread Goehring, Chuck Mr., RCI - San Diego
Eduardo, A couple interesting points involves myself and my coworker. He has about ten years of VB programming experience. None of his code can be migrated to vb.net without major rewriting because there is no semblance of backward compatibility. It wouldn't be practical for the customer to

RE: RE: Is it a Memory leak issue???

2003-10-05 Thread Goehring, Chuck Mr., RCI - San Diego
??? Chuck, In fact I've upgraded from Tomcat 4.0.4 to 4.1.27. I have precompiled JSPs w.r.t tomcat 4.0.4. Do you want me to compile them w.r.t 4.1.27 and retest?? Satya. On Sun, 05 Oct 2003 Goehring, Chuck Mr., RCI - San Diego wrote : Satya, Roomer was the Java compiler leaks memory when

RE: Is it a Memory leak issue???

2003-10-04 Thread Goehring, Chuck Mr., RCI - San Diego
Satya, Roomer was the Java compiler leaks memory when it compiles(as for JSPs). Solution is to compile offline. Don't know what versions or if even true, but I've seen it mentioned several times. Search the archives at http://marc.theaimsgroup.com. Chuck -Original Message- From:

RE: Urgent plz...modjk2, Tomcat 4.1.27, apache 1.3.24 integration

2003-09-24 Thread Goehring, Chuck Mr., RCI - San Diego
Mohan, I believe this Address already in use message always means something else is already listening on the port/LAN card/IP address. Could be another Tomcat or another web server. Doc at www.johnturner.com/howto is best instruction on modjk2/Tomcat/apache. If on Windows, check services

RE: How deploy EJB on Tomcat?

2003-09-15 Thread Goehring, Chuck Mr., RCI - San Diego
Igor, Tomcat has no EJB Container as they call it. I'd use JBoss (www.jboss.org) if I had EJB work to do. Otherwise, one of the commercial products would be needed. Chuck -Original Message- From: Igor Grygorov [mailto:[EMAIL PROTECTED] Sent: Friday, September 12, 2003 10:41 PM To:

RE: Development Tools

2003-09-10 Thread Goehring, Chuck Mr., RCI - San Diego
Nihita, I use eclipse for applet and application development. But for servlet writing, I use jcreator (http://www.jcreator.com/). The free version does not have debugger support but is small, Java version independent, easy/fast to install and doesn't use up 40mb of memory when it runs. It

RE: Installing Tomcat 4.1.24 as a service on Win 2000 - won't start

2003-09-08 Thread Goehring, Chuck Mr., RCI - San Diego
To the next guy, Found the problem here. JAVA_HOME should be d:\j2sdk1.4.2_01 instead of what it is below. Chuck -Original Message- From: Goehring, Chuck Mr., RCI - San Diego Sent: Friday, September 05, 2003 3:17 PM To: [EMAIL PROTECTED] Subject: Installing Tomcat 4.1.24 as a service

RE: Installing Tomcat 4.1.24 as a service on Win 2000 - won't start

2003-09-08 Thread Goehring, Chuck Mr., RCI - San Diego
Bootstrap: Starting service Bootstrap: Service started Any help would be appreciated Chuck -Original Message- From: Goehring, Chuck Mr., RCI - San Diego Sent: Monday, September 08, 2003 11:24 AM To: Tomcat Users List Subject: RE: Installing Tomcat 4.1.24 as a service on Win 2000 - won't start

Installing Tomcat 4.1.24 as a service on Win 2000 - won't start

2003-09-05 Thread Goehring, Chuck Mr., RCI - San Diego
Tomcatters, I'm having trouble getting tomcat installed as a Win2000 service. Below is the command I'm using: %CATALINA_HOME%\bin\tomcat.exe -install Apache Tomcat %JAVA_HOME%\jre\bin\server\jvm.dll -Djava.class.path=%CATALINA_HOME%\bin\bootstrap.jar

RE: Tomcat 5 book

2003-09-04 Thread Goehring, Chuck Mr., RCI - San Diego
Part of Wrox stuff went to Apress and part went to John Wiley and Sons. (from http://www.booksmatter.com) Chuck -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Thursday, September 04, 2003 6:04 AM To: Tomcat Users List Subject: RE: Tomcat 5 book Howdy, An

RE: Re-routing messages from the console on Win NT/2000

2003-08-14 Thread Goehring, Chuck Mr., RCI - San Diego
Thanks, I'll try it. -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Monday, August 04, 2003 8:34 AM To: Tomcat Users List Subject: RE: Re-routing messages from the console on Win NT/2000 Howdy, I am running Tomcat 4.1.24 on Windows NT 4.0. When I get a

Re-routing messages from the console on Win NT/2000

2003-08-04 Thread Goehring, Chuck Mr., RCI - San Diego
Tomcatters, I am running Tomcat 4.1.24 on Windows NT 4.0. When I get a runtime error in my servlet, I'm getting stack traces on the console instead of in the log. Is there a way to force all output to the log. I have a log specified that it writes to while the container loads, but for some

RE: Please help with unusual configuration

2003-07-14 Thread Goehring, Chuck Mr., RCI - San Diego
Since ssl is required/not required based on the directory, how can I have ssl and non-ssl users access the same files with only the protocol port different? Is this why I would use separate virtual hosts? Thanks Chuck -Original Message- From: Rick Roberts [mailto:[EMAIL PROTECTED]

RE: Please help with unusual configuration

2003-07-14 Thread Goehring, Chuck Mr., RCI - San Diego
Tried like below. Seams simple enough, but it complains about overlapping and localhost:0. All I want is two virtual hosts that are identical except for the protocol and port. I think I want overlapping in this case #Listen 206.128.139.123:80 #Listen 206.128.139.123:443 Listen 80 Listen

Please help with unusual configuration

2003-07-11 Thread Goehring, Chuck Mr., RCI - San Diego
Connector fans, I'm currently running Apache 2.x and Tomcat 4.24 (no ssl) on Windows 2000 on a Government intranet web server. This will be placed on the public internet and use full-time ssl for connections outside the firewall. Only port 443 will be available from outside the firewall.

RE: Need your suggestion

2003-07-02 Thread Goehring, Chuck Mr., RCI - San Diego
Cui, Tomcat is non-proprietary, so, if you are a little careful, anything you write could outlive any product commercial or otherwise. Same with the knowledge/skill you develop. If you start with Tomcat and something better comes along, you can switch without feeling guilty about spending

RE: running tomcat offline

2003-06-27 Thread Goehring, Chuck Mr., RCI - San Diego
Pierre, I use a hosts file to name the machine whatever I want. I think this would also eliminate the need for an internet connection (to get to DNS). I put the same name in the server.xml everywhere that localhost appears. Seams to work for me. Chuck -Original Message- From:

RE: running tomcat offline

2003-06-27 Thread Goehring, Chuck Mr., RCI - San Diego
Pierre, You may also have to turn lookups off in the server.xml (enableLookups=false) on the connectors. You will still probably need the network card and driver. Chuck -Original Message- From: Goehring, Chuck Mr., RCI - San Diego Sent: Friday, June 27, 2003 2:12 PM To: Tomcat Users

RE: Running Tomcat on port 80

2003-06-12 Thread Goehring, Chuck Mr., RCI - San Diego
Terry, Tomcat would need exclusive use of the port. You probably have Apache or some other web server already listening on that port. You will have to move it to another if you want to run Tomcat on 80. The other option is to have Apache act as the front-end to Tomcat using a connector such

RE: Tomcat unstable - Dr. Watson. Why?

2003-04-03 Thread Goehring, Chuck Mr., RCI - San Diego
Iain, Most backup software I've seen does so much I/O, anything else running will be so severely starved for CPU it may confuse itself to death. Backup software does this on purpose to get the process over with as quick as possible. So, it may not affect an idle server process, but trying to

RE: Tomcat unstable - Dr. Watson. Why?

2003-04-03 Thread Goehring, Chuck Mr., RCI - San Diego
is not in 1.4.0. (Ref bug 4724129 http://developer.java.sun.com/developer/bugParade/bugs/4724129.html) Chuck -Original Message- From: Goehring, Chuck Mr., RCI - San Diego Sent: Thursday, April 03, 2003 12:46 PM To: Tomcat Users List Subject: RE: Tomcat unstable - Dr. Watson. Why? Iain, Most

RE: How to hand in the passwords to 3000 users [urgent!]

2003-04-01 Thread Goehring, Chuck Mr., RCI - San Diego
Nancy, Hope I understood you problem correctly. It might be worth doing a signup application, then advertise it through the management chain of command with a url and instructions. Have the app capture the information to a text file or database. Get the email, username and password that

RE: Out of memory error

2003-04-01 Thread Goehring, Chuck Mr., RCI - San Diego
I just looked at this in Bug Parade. They put out a J2SE Version 1.4.1_02 but the release notes don't mention this bug. The bug (4724129) is still listed as In progress. I don't see a Known problem section of the release notes either. This probably explains a bunch of problems reported

RE: Multiple databases for basic auth

2003-03-28 Thread Goehring, Chuck Mr., RCI - San Diego
Michael, If you do anonymous authentication and write a filter or valve that does the authentication, you could do your own login screen and whatever you want in that area. Chuck -Original Message- From: Michael D. Kirkpatrick [mailto:[EMAIL PROTECTED] Sent: Friday, March 28, 2003 3:05

RE: Tomcat and IIS

2003-03-27 Thread Goehring, Chuck Mr., RCI - San Diego
It occurred to me to put Tomcat in front of Apache. Why? Because I'm on Windows 2000. And, Apache 1.x with mod_perl is a single-threaded dog that even ASF does not recommend using for production. Apache 2 and mod_perl beta is out but nonone can tell me if it is ready for prime time on

RE: Tomcat auth acting crazy

2003-03-19 Thread Goehring, Chuck Mr., RCI - San Diego
Christian, I have the same problem with Oracle9i. The xlm app the other poster is referring to is XML Developer Kit. On Windows 2000 netstat -a doesn't list anything listening on port 8080. The Tomcat log shows Address already in use error. My JAVA_HOME is not set. I also noticed that

RE: Tomcat auth acting crazy

2003-03-19 Thread Goehring, Chuck Mr., RCI - San Diego
be listening on 7778 and 4443. Hope this helps. Chuck -Original Message- From: Goehring, Chuck Mr., RCI - San Diego Sent: Wednesday, March 19, 2003 12:40 PM To: Tomcat Users List; Christian Dechery Subject: RE: Tomcat auth acting crazy Christian, I have the same problem with Oracle9i

RE: Oracle JDBC, what do do?

2003-03-04 Thread Goehring, Chuck Mr., RCI - San Diego
I did what Michael said and put them in the jre\lib\ext directory of the Java installation. Chuck -Original Message- From: Tam, Michael [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 04, 2003 12:47 PM To: 'Tomcat Users List' Subject: RE: Oracle JDBC, what do do? Depends which Oracle

RE: javax jar

2003-02-21 Thread Goehring, Chuck Mr., RCI - San Diego
Jacques, javax.* are in multiple places. That particular set of classes is in in rt.jar for j2sdk 1.4. On windows, searching for files containing javax.xml.parsers finds it because that string winds up in the jar. Chuck -Original Message- From: Jacques Capesius [mailto:[EMAIL

RE: [OT] free Database with Transaction (Sorry for the noise)

2003-02-18 Thread Goehring, Chuck Mr., RCI - San Diego
Filip, Firebird is the opensource version of Borland Interbase. Has a lot of docs and is a full-up database. Works well on W2K (posgress does not). http://firebird.sourceforge.net/ It is worth cheking out. Chuck -Original Message- From: Filip Hanik [mailto:[EMAIL PROTECTED]] Sent:

RE: Why won't anyone help me out??

2003-02-06 Thread Goehring, Chuck Mr., RCI - San Diego
without source code, unlike the GPL. -- Tim Moore / Blackboard Inc. / Software Engineer 1899 L Street, NW / 5th Floor / Washington, DC 20036 Phone 202-463-4860 ext. 258 / Fax 202-463-4863 -Original Message- From: Goehring, Chuck Mr., RCI - San Diego [mailto:[EMAIL PROTECTED]] Sent

RE: Why won't anyone help me out??

2003-02-05 Thread Goehring, Chuck Mr., RCI - San Diego
Steve, One way to learn these types of things is to download an open-source product and open the jars and look at the source to see how they have done things. This method costs you nothing and accommodates whatever schedule you are on. Also, there are some examples with Tomcat itself.

RE: Why won't anyone help me out??

2003-02-05 Thread Goehring, Chuck Mr., RCI - San Diego
Steve, Apache, Tomcat and a huge array of other products are so-called open-source. Usually this means they are licensed under the GPL (as Apache is). These products come in runtime and source downloads and have instructions on installation, compiling source etc. A web site called

RE: little off-topic: tomcat and jasperreports

2003-01-09 Thread Goehring, Chuck Mr., RCI - San Diego
Copy it to where your web app will find it - web-inf/lib. Chuck -Original Message- From: Felipe Schnack [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 07, 2003 11:11 AM To: Tomcat Users List Subject: little off-topic: tomcat and jasperreports Hi all! I'm starting to use

RE: File classes12.zip for Oracle on Tomcat ...

2003-01-07 Thread Goehring, Chuck Mr., RCI - San Diego
I had to rename them to .jar and put them in c:\ApacheTomcat\lib Chuck -Original Message- From: PALLUEL Sylvie [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 07, 2003 1:42 AM To: [EMAIL PROTECTED] Subject: File classes12.zip for Oracle on Tomcat ... Hello,

RE: reducing tomcat jasper memory footprint

2002-12-31 Thread Goehring, Chuck Mr., RCI - San Diego
Julian I would consider writing some sort of pre-processing program that will convert the documents form individual jsps to one generic jsp that processes the body of the document. Either the raw jsp could be processed or the html generated from it captured and processed. If they are machine