not valid Tomcat installation

2009-03-21 Thread Sergey Livanov
I install Tomcat 6.0.18 in c:\tomcat. When add the new server Eclipse writes that tomcat install directory is not correct. It does not point to valid Tomcat installation. What should I do ?

Re: not valid Tomcat installation

2009-03-21 Thread Sergey Livanov
Thank you Andre. When I add a new server I specify a path where Tomcat installed before. Tc5.r I installed without problems. 2009/3/21 André Warnier a...@ice-sa.com Sergey Livanov wrote: I install Tomcat 6.0.18 in c:\tomcat. When add the new server Eclipse writes that tomcat install

Re: not valid Tomcat installation

2009-03-21 Thread Sergey Livanov
no, I have only tc 6.0.18 CATALINA_HOME points to c:\tomcat 2009/3/21 André Warnier a...@ice-sa.com 2009/3/21 André Warnier a...@ice-sa.com Sergey Livanov wrote: I install Tomcat 6.0.18 in c:\tomcat. When add the new server Eclipse writes that tomcat install directory is not correct

Tuning Tomcat

2009-02-03 Thread Sergey Livanov
Help me to adjust JVM, please. My configuration - win2k server, Tomcat5.5.9 system vars - JAVA_HOME=c:\jre153, CATALINA_HOME=c:\tomcat catalina.bat - set CATALINA_OPTS=-server -Xms256M -Xmx512M After start Free memory: 1.64 MB Total memory: 5.44 MB Max memory: 63.56 MB TIA .

Database connectivity problem

2008-01-07 Thread Sergey Livanov
Please help figure out a connection pool error. My application ( tomcat, spring, ibatis ) works well in the configuration SQL 2000 + ms server 2000. When I transfer the application ( war ) to a win 2003 server I get an error ( error creating connection pool e.t.c. ) (I think ms server 2003 needs

Re: Quartz

2007-09-06 Thread Sergey Livanov
Andrew, It is the best way to use Quartz together with spring. Look the documentation, there all very well is described. 2007/9/6, Andrew Hole [EMAIL PROTECTED]: I can't find an example of using Quartz to scheduling jobs on Tomcat Web application. Someone already work with Quartz? Could

Re: Quartz

2007-09-06 Thread Sergey Livanov
this code works for me well bean id=job class=org.springframework.scheduling.quartz.JobDetailBean property name=jobClass valuebaseportal.com.portal.sheduler.SimpleJob/value /property /bean bean id=job2 class=org.springframework.scheduling.quartz.JobDetailBean property name=jobClass

Re: Quartz

2007-09-06 Thread Sergey Livanov
Do as you know and as it is more convenient. I can't start with servlet-class org.quartz.ee.servlet. QuartzInitializerServlet /servlet-class init but when has tried spring - all has worked for 5 minutes. It is very pleased. In Quartz forum answer badly, it is lazy. In spring - it is very good.