RE: [Way off topic] Getting MSOutlook calendar to interface with Tomcat-served data

2005-04-03 Thread Peter Crowther
From: Rob Hunt [mailto:[EMAIL PROTECTED] I'd like to serve calendar/event info to the calendar in MS Outlook (or is that LookOUT!?). I know that it's possible to create output that can be statically imported, but I'd like to make it as easy as possible to periodically/on-demand

RE: still not clear with connection pooling in tomcat

2005-04-03 Thread Krishnakant Mane
hello all, Thanks for your help on this issue. however I still can't get my problem solved. 10 different articles give 10 different solutions. however my problem is simple. I have a streight forward question. I want to implement connection pooling in the tomcat 5 web container and I have the

RE: [Way off topic] Getting MSOutlook calendar to interface with Tomcat-served data

2005-04-03 Thread Rob Hunt
Synchronize as in one-way import/upload from the web server. Synchronize as in not duplicating entries. Synchronize as in not generating additional entries from events that had been modified; event A originally scheduled for 10:00am is moved to 2:00pm -- ultimate result, a single event

Re: still not clear with connection pooling in tomcat

2005-04-03 Thread Parsons Technical Services
In the beginning a programmer created ... Seriously it goes like this: To use pooling in Tomcat you can forget a lot of what is in the java api as Tomcat uses this to provide pooling for you. Steps to take: 1.Determine the database you are going to use. 2.Get the JDBC drivers for that

Re: Tomcat taking 125 seconds to launch

2005-04-03 Thread Mark
gonna need more information. hardware, config files..etc. On Apr 2, 2005 6:42 PM, Michael Mehrle [EMAIL PROTECTED] wrote: I just installed tomcat 5.5.9 on Fedora FC3 and it's suddenly taking a long amount of time to launch - 125 seconds to be exact! INFO: Starting Coyote HTTP/1.1 on

Re: Tomcat taking 125 seconds to launch

2005-04-03 Thread Michael Mehrle
Hi Mark: Okay, the machine is a P4, 1GB RAM (512MB assigned to tomcat), and besides Tomcat 5.5.9, there's Apache running and mysql. Apache is not in use much. I have the apache logging set to WARN, so the slowdown is not due to excessive logging. The site is running an image gallery and there

Re: Tomcat taking 125 seconds to launch

2005-04-03 Thread Remy Maucherat
On Apr 3, 2005 11:04 PM, Michael Mehrle [EMAIL PROTECTED] wrote: Hi Mark: Okay, the machine is a P4, 1GB RAM (512MB assigned to tomcat), and besides Tomcat 5.5.9, there's Apache running and mysql. Apache is not in use much. I have the apache logging set to WARN, so the slowdown is not due to

Re: Tomcat taking 125 seconds to launch

2005-04-03 Thread Michael Mehrle
Okay, what exactly do you guys need? - Original Message - From: Remy Maucherat [EMAIL PROTECTED] To: Tomcat Users List tomcat-user@jakarta.apache.org Sent: Sunday, April 03, 2005 2:09 PM Subject: Re: Tomcat taking 125 seconds to launch You didn't post anything really relevant, but maybe

Context gets continouosly reloaded

2005-04-03 Thread jesper
Hi Even when there are no changes to web.xml, it reloads the context. Is this supposed to be like that? Regards. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Context gets continouosly reloaded

2005-04-03 Thread Steve Lianoglou
If reloadable=true is set on your Context definition, then I believe any changes inside the WEB-INF/classes and WEB-INF/lib prompt Tomcat to reload the context auto-magically. Set reloadable=false if you want that to stop. -steve On Apr 3, 2005, at 8:46 PM, jesper wrote: Hi Even when there are

error on tomcat 5.0.28 after tomcat server reboot

2005-04-03 Thread Anselmo, John
I saw this tomcat error below after we rebooted the two suse linux servers. Has anyboy seen this ? and figured out a fix, and what is this error meanse BAD PACKET SIGNATURE THANKS JA [-02 Apr 2005 09:20:21 EST-] [-ERROR-] [-org.apache.tomcat.util.threads.ThreadPool-] - Caught exception

Tomcat shutdown exception

2005-04-03 Thread MKW
I'm using Tomcat 5.5 (installed as a manually started service) with the latest Axis release as a webapp and have defined a MySQL data source (as a context in server.xml and a resource-ref in the Axis web.xml) with to which an Axis web service (and an ordinary jsp page) can both connect

Apache, virtual host and Tomcat

2005-04-03 Thread david joffrin
Hi, I would like to run the following configurations with only one machine: 3 domains. Let's name them, www.domain1.com and sthg.domain2.com and www.domain2.com. www.domain1.com runs on 80 using apache and php www.domain2.com runs on 8080 using tomcat, mysql... sthg.domain2.com runs on 443

Apache, virtual host and Tomcat

2005-04-03 Thread david joffrin
Hi, I would like to run the following configurations with only one machine: 3 domains. Let's name them, www.domain1.com and sthg.domain2.com and www.domain2.com. www.domain1.com runs on 80 using apache and php www.domain2.com runs on 8080 using tomcat, mysql... sthg.domain2.com runs on 443 using