Setting virtual path

2004-12-11 Thread Centaur zeus
HI All, I have a path like: http://www.foo.com/fooapp/testing.do?id=2 Is it possible to point http://www.foo.com/2 to this location ? of course I still have id=3, 4, 5... where this path should be dynamic. Thanks. Perseus _ Don't just

Is there ways to minize the memory used by tomcat ?

2002-07-11 Thread Centaur zeus
Hi all , I am developing an application using tomcat. As I put development, testing and production in the same environment. And each environment has 2 instances. So there are now altogather 6 instances in the machine. My machine is getting slower. Actually, my application is only a small

torque with tomcat

2002-06-30 Thread Centaur zeus
Hi all, I am now trying torque and I know that it can pool the db connection in torque itself. However, how should I integrate the pooling of db in torque into tomcat such that each query in torque can also retrieve connection from the pool? Thanks. Perseus

tomcat / jndi

2002-06-30 Thread Centaur zeus
Hi all, i have some questions on jndi of tomcat : 1) if i put a class in tomcat jndi, and will the class constructor be exectued ? if it will, when will it be ? Once tomcat start up ? or first client get resources ? or will not execute constructor at all ? Since I go to tomcat doc and find

How to config taglib ?

2002-06-28 Thread Centaur zeus
Hi all , I have setup 2 services using two different ports using two connectors and they both have no context path. I have a same taglib and I put both taglib.tld in their corresponding app_path/WEB-INF/lib. But I don't know why when I access one service, it try to load the tag lib from