some serious problem with jsp java classes

2001-01-30 Thread Kotturi, Rajendra
We are having Tomcat 3.1 with apache installed on a sun solaris system and was running happily. But when I changed some JSP files and also some of the java files which were referred by/used by these JSP files, compiled them and copied the JSP files and the class files to their respective

RE: how to execute servlets using tomcat

2000-12-11 Thread Kotturi, Rajendra
with the correct servlet mappings. --- "Kotturi, Rajendra" [EMAIL PROTECTED] wrote: Hi , I have Tomcat installed along with the apache server on an Solaris Machine. We already have an application (JSP based) running on this apche - tomcat config. Now I want to execute some servlets on it.

how to execute servlets using tomcat

2000-12-09 Thread Kotturi, Rajendra
Hi , I have Tomcat installed along with the apache server on an Solaris Machine. We already have an application (JSP based) running on this apche - tomcat config. Now I want to execute some servlets on it. I already have the context defined for this application in the server.xml in the

apache - tomcat configuration- urgent

2000-12-08 Thread Kotturi, Rajendra
Hi, I have an application which consists of pure Java Servlets (not the jsp) . I would like the request for these .class servlets to be sent tomcat server by the apache. How should I configure my Tomcat apache for doin this. And where should I locate these class files. And what will be my