EJB Support and Tomcat

2001-09-12 Thread Anand B N
Does Tomcat 4.0 include EJB support(whichever version it is)? Anand

User of "catalina.home" property

2001-09-05 Thread Anand B N
Can we rely on the fact that catalina.home property will always return a valid path(either ".." a.k.a. parent or an absolute path) abd write components that will run for Tomcat only based on that property. Currently I do the following:- FileInputStream in ; File catalinaHome

Tomcat 4 problems accessing Deployer reference

2001-08-30 Thread Anand B N
Hi, I'm stuck with my "Classes" problem in tomcat 4. As I mentioned earlier the whole thing works fine in a IDE environment like JBuilder but when I make them jars and put them in a standalone Tomcat 4 envrn it doesn't work. Here's what I am doing:- I have a JSP that invokes a method in a Ja