RE: jsp optimization for db driver load and connection

2006-12-04 Thread Chris Berthold
cus on that first. That quick change will be your first increase in performance. Hope this helps some. Chris Berthold -Original Message- From: IT Desk [mailto:[EMAIL PROTECTED] Sent: Monday, December 04, 2006 2:04 PM To: Tomcat Users List Subject: jsp optimization for db driver load a

RE: Help with Tomcat Clustering and load balancing

2006-09-28 Thread Chris Berthold
Clustering and load balancing > > Hi, > I have tried your suggestion, When I run my apache on windows env, I > am > getting following error > > BalancerMember Unknow status parameter option > > for line : BalancerMember ajp://1.2.3.5:8009 status=+H > > Any clue. &g

RE: Help with Tomcat Clustering and load balancing

2006-09-28 Thread Chris Berthold
windows env, I am getting following error BalancerMember Unknow status parameter option for line : BalancerMember ajp://1.2.3.5:8009 status=+H Any clue. Thanks Anil S. Ranka On 9/28/06, Chris Berthold <[EMAIL PROTECTED]> wrote: > > You'll probably want to use mod_proxy_ajp I&#

RE: Help with Tomcat Clustering and load balancing

2006-09-28 Thread Chris Berthold
ata from Tomcat to Apache HTTP via a binary format versus the straight up text interface. Hope this helps, Chris Berthold -Original Message- From: Anil Ranka [mailto:[EMAIL PROTECTED] Sent: Thursday, September 28, 2006 9:50 AM To: users@tomcat.apache.org Subject: Help with Tomcat Clus

RE: Moving to JBoss

2006-09-17 Thread Chris Berthold
You should be able to migrate all your apps with little and generally no changes. It really depends on the options you used to build your apps. If it is too Tomcat specific (generally with db access) you may have to make some modifications to your data access layer. Best thing to try is drop your

RE: Apache + Tomcat configuration: static / dynamic content (with ROOT application deployed)

2006-08-31 Thread Chris Berthold
Place the static content in Apache in the directories that would be referenced by Tomcat. The way you did it will work but it is not recommended especially if you would like to deploy WAR files quickly and the static content does not change often. You can deploy the files to a different document

RE: Site Configuration on 5.5.15 Pt 2

2006-05-08 Thread Chris Berthold
ow stupid they really are. In your case I can see it's just a matter of making sure that your link's for checkout and login refer to: https://www.theuniquepear.com Chris Berthold IT Systems Analyst Commercial Refrigerator Door Company 941 . 371 . 8110 x 205 -Original Message-

RE: Creating Virtual Hosts

2006-05-08 Thread Chris Berthold
If you copy and pasted your config file then your first useIPVHosts is not "true" its "tru". I'd be willing to bet that might be your problem. Chris Berthold IT Systems Analyst Commercial Refrigerator Door Company 941 . 371 . 8110 x 205 -Original Message- F

RE: Install Guide

2006-05-05 Thread Chris Berthold
getting java up and going. Without it getting tomcat to run is just going to be frivolous. Chris Berthold IT Systems Analyst Commercial Refrigerator Door Company 941 . 371 . 8110 x 205 -Original Message- From: Dirk Moolman [mailto:[EMAIL PROTECTED] Sent: Friday, May 05, 2006 10:14 AM T

RE: Install Guide

2006-05-05 Thread Chris Berthold
8080 not 8081 Chris Berthold IT Systems Analyst Commercial Refrigerator Door Company 941 . 371 . 8110 x 205 -Original Message- From: Dirk Moolman [mailto:[EMAIL PROTECTED] Sent: Friday, May 05, 2006 10:14 AM To: Tomcat Users List Subject: RE: Install Guide Thank you for everyone&#

RE: Site Configuration on 5.5.15

2006-05-05 Thread Chris Berthold
ch engines. theuniquepear.com www Chris Berthold IT Systems Analyst Commercial Refrigerator Door Company 941 . 371 . 8110 x 205 -Original Message- From: Scott Purcell [mailto:[EMAIL PROTECTED] Sent: Friday, May 05, 2006 9:21 AM

RE: should I call Servlet.destroy() if response.getWriter().checkError() is true?

2006-05-04 Thread Chris Berthold
} out.print(""); That would print out a table as it was working and when it checks it will spit out that it was working on the that transform before it actually does the calc. Chris Berthold IT Systems Analyst Commercial Refrigerator Door Company 941 . 371 . 8110 x 205

RE: Intalling two SSL certificates

2006-05-04 Thread Chris Berthold
rget to do the keystores in the right order too. Each one will need a copy of the Root CA Cert and then In the section you would have two hosts setup like so: ... ... Chris Berthold IT Systems Analyst Commercial Refrigerator Door Company 941 . 371 . 8110 x 205 -Original Message

RE: should I call Servlet.destroy() if response.getWriter().checkError() is true?

2006-05-04 Thread Chris Berthold
I would have to think it would set the the http status to 500 and then return. Servlet.destroy() is called when the container decides that servlet object should be unloaded. Chris Berthold IT Systems Analyst Commercial Refrigerator Door Company 941 . 371 . 8110 x 205 -Original Message

RE: User WEb Applications

2006-05-04 Thread Chris Berthold
unt /* Now if you go to jdoe.tomcat.mydomain.com it will go to the url: http://www.tomcat.mydomain.com/jdoe which now could be your symlinked directories and you wouldnt have to change your config at all after that. Just add and delete symlinks. Chris Berthold IT Systems Analyst Commerc

RE: NPE: outputStream is null in InternalOutputBuffer - why?

2006-05-04 Thread Chris Berthold
;t much reason to call it. The best I/O is generally perceived with less calls to flushBuffer() but the more in the buffer the more memory that is used. That's one of those performance type of things I won't get into. Chris Berthold IT Systems Analyst Commercial Refrigerator Door Company 94

RE: User WEb Applications

2006-05-04 Thread Chris Berthold
nes of what was shown below for lab01host001.tomcat.mydomain.com but instead lab01host001 would be each name or whatever scheme you would want to go with. Chris Berthold IT Systems Analyst Commercial Refrigerator Door Company 941 . 371 . 8110 x 205 -Original Message- From: Mike Sabr

RE: Install Guide

2006-05-04 Thread Chris Berthold
://tomcat.apache.org/tomcat-5.5-doc/index.html and RTFM =o) Chris Berthold IT Systems Analyst Commercial Refrigerator Door Company 941 . 371 . 8110 x 205 -Original Message- From: Dirk Moolman [mailto:[EMAIL PROTECTED] Sent: Thursday, May 04, 2006 10:11 AM To: Tomcat Users List Subject: RE

RE: want to know who are visiting my website

2006-05-04 Thread Chris Berthold
/var/log/httpd/access_log Find a log analyzer log Webalizer to give you the statistics you are looking for. Chris Berthold IT Systems Analyst Commercial Refrigerator Door Company 941 . 371 . 8110 x 205 -Original Message- From: balaraju mandala [mailto:[EMAIL PROTECTED] Sent: Thursday

RE: how to configure servlets within same webapp to listen to different local ports?

2006-05-04 Thread Chris Berthold
should need to be in. Everything would also react as if the other servlet does not exist, because it doesn't. Chris Berthold IT Systems Analyst Commercial Refrigerator Door Company 941 . 371 . 8110 x 205 -Original Message- From: Nikita Tovstoles [mailto:[EMAIL PROTECTED] Sent: Wedn

RE: how to configure servlets within same webapp to listen to different local ports?

2006-05-03 Thread Chris Berthold
Your on the right path. Instead of multiple connectors though, you need to setup multiple services with a single connector on a different port. You will end up with essentially two web roots and applications under each. Chris Berthold IT Systems Analyst Commercial Refrigerator Door Company 941

RE: Allow web access to /WEB-INF?

2006-05-03 Thread Chris Berthold
uld occur in WebApp1. Just a thought. Chris Berthold IT Systems Analyst Commercial Refrigerator Door Company 941 . 371 . 8110 x 205 -Original Message- From: Dong, Roland [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 03, 2006 12:49 PM To: Tomcat Users List Subject: RE: Allow web access to /

RE: Deploy from Sun Java Studio Creator to Tomcat 5.5.16

2006-05-03 Thread Chris Berthold
I think your having a similar problem as this guy: http://forum.sun.com/jive/thread.jspa?threadID=93443&messageID=322051 There is a link that might help in that thread. Chris Berthold IT Systems Analyst Commercial Refrigerator Door Company 941 . 371 . 8110 x 205 -Original Message-

RE: Using Tomcat as a reverse proxy

2006-05-03 Thread Chris Berthold
The Apache web server already has this functionality built in using mod_proxy. I would think Tomcat would not be well suited for doing this sort of task. Apache is going to be much more I/O efficient and has been tested and debugged for a VERY long time. Chris Berthold IT Systems Analyst

RE: Tomcat/IIS - how to map all web apps and not conflict with IIS content...

2006-05-03 Thread Chris Berthold
ugly. Chris Berthold IT Systems Analyst Commercial Refrigerator Door Company 941 . 371 . 8110 x 205 -Original Message- From: Josh Jacob [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 03, 2006 9:00 AM To: users@tomcat.apache.org Subject: Tomcat/IIS - how to map all web apps and not conflict

RE: iSeries Installation

2006-05-02 Thread Chris Berthold
http://mail-archives.apache.org/mod_mbox/tomcat-users/200411.mbox/%3C8877E11 [EMAIL PROTECTED] That link I think should cover what he is asking for. Chris Berthold IT Systems Analyst Commercial Refrigerator Door Company 941 . 371 . 8110 x 205 -Original Message- From: Michel Costa

RE: Server reboot, Tomcat ok, but app needs starting

2006-05-01 Thread Chris Berthold
I would agree if there are exceptions being throw in the log file. If there isn't I'm thinking that maybe deployOnStartup in the config is set to false. Check your server.xml for that host. Chris Berthold IT Systems Analyst Commercial Refrigerator Door Company 941 . 371 .

RE: My Tomcat just not start

2006-05-01 Thread Chris Berthold
e for JAVA_HOME. Chris Berthold IT Systems Analyst Commercial Refrigerator Door Company 941 . 371 . 8110 x 205 -Original Message- From: Rodrigo Tenorio [mailto:[EMAIL PROTECTED] Sent: Monday, May 01, 2006 1:00 PM To: Tomcat Users List Subject: Re: My Tomcat just not start Yes, I've tryed...

question with mod_jk behind a firewall and needing constant reboots

2006-04-27 Thread Chris Berthold
ge is. What can I do to keep this problem from occurring? Is there a way I can force a new thread to be generated with each request? Chris Berthold IT Systems Analyst Commercial Refrigerator Door Company 941 . 371 . 8110 x 205