Re: Unable to run both Ant Tomcat (set classpath)rectified

2001-07-17 Thread Chuck Amadi
Hi Calvin your right , i mispelt jakarta,within the classpath. I would also like to know does it matter that i have copied from tomcat/lid dir to my webapp/WEB-INF/lib dir the servlet.jar as at first when i edit the tomcat.bat it stated it couldn't locate the servlet.jar. I recall the

Re: Unable to run both Ant Tomcat (set classpath)rectified

2001-07-17 Thread Calvin Yu
Keep servlet.jar in TOMCAT_HOME/lib. I usually follow Ant build structure, which for you would be something like this: capture/ build.xml samples/ src/ conf/ etc/ main/ VKCapture.java build/

Re: Unable to run both Ant Tomcat (set classpath)rectified

2001-07-17 Thread Chuck Amadi
Cheers wicked, ta 4 now Calvin Yu wrote: Keep servlet.jar in TOMCAT_HOME/lib. I usually follow Ant build structure, which for you would be something like this: capture/ build.xml samples/ src/ conf/ etc/ main/