i have my staging folder that contains apache tomcat ,jdk1.3,class files and jsp files. if i just copy the staging folder onto the client machine without installing the jdk and apache tomcat;will my application work or do i have to install the jdk and apache tomcat and then copy the class files and jsp's. I would be grateful for a quick response.
Tomcat and everything below it should copy fine. You will have to have a JRE on the other computer. I don't know if just copying it will work. It used to work back in the JDK 1.1 days.
Ummm... Exactly why are you copying tomcat to a client machine? Is this for some sort of Web Services thing? Otherwise, Tomcat is supposed to be server-side software... Kyle