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
-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
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
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