Changing Tomcat port programmatically

2007-01-21 Thread Youko
Hi...iam a new tomcat user and have few questions I want to add connection management utility in tomcat. Basically the functionalities are start, shutdown and restart tomcat programmatically from java code. Is there anyway to do this? Ant can do this from their task, but i dont know the

Re: Tomcat and jdbc over MS SQL Server

2007-01-21 Thread Youko
and dont forget to install SP3 or above for SQL server 2000. otherwise, jtds wouldnt work. --Priyoko At work we use SQL Server 2000 and 2005. At first we used Opta2000 as jdbc connector. Now we use jTDS, which is open source and freely available. I don't know about performance issues, but

Re: Changing Tomcat port programmatically

2007-01-21 Thread Youko
and started programmatically. http://www.google.co.uk/search?q=embedding+tomcat Youko wrote: Hi...iam a new tomcat user and have few questions I want to add connection management utility in tomcat. Basically the functionalities are start, shutdown and restart tomcat programmatically from