Re: Deploying a Java Method

2002-07-13 Thread achana
Craig Servin wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > I'm not sure what you mean by deploying a java method. Tomcat will serve up > Servlets and JSP pages. It is not an EJB/CORBA server where you would expose > methods, although you could use someth

Re: Deploying a Java Method

2002-07-13 Thread Craig Servin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'm not sure what you mean by deploying a java method. Tomcat will serve up Servlets and JSP pages. It is not an EJB/CORBA server where you would expose methods, although you could use something like Axis to expose methods via SOAP. I

Re: Deploying a Java Method

2002-07-13 Thread achana
Shyam Kumar Mankayil wrote: > So is there any specific folder in which the class file(containing the > required method) should be placed. If your current setup is working, you probably have a good CLASSPATH and a good CATALINA_HOME . They are in /etc/.profile The recommended installation path i

Deploying a Java Method

2002-07-13 Thread Shyam Kumar Mankayil
I am having a problem in Tomcat server with deploying a Java method. I have created one simple method in java  and created the class file of the same and deployed this in an Apache Tomcat server. I want to call this method using a java program. So is there any specific folder in which the class