Re: [jBoss-User] RE: RE: TOMCAT3.2 BUG

2001-01-27 Thread Lionel Siau
; during my development and testing, but *should* work when putting my > > classes in the WEB-INF/classes and /lib directories of the WAR file. > > > > Has anyone gotten this to work these files in their WAR file? > > > > Rick Horowitz - Original Message - From

RE: RE: TOMCAT3.2 BUG

2001-01-27 Thread oliver2, andy
B. I keep getting some obnoxious error about deployment.cfg not existing (right after it deleted it). I had a jar and a ejb-jar.xml in its META-INF and no luck. -Original Message- From: shiva nand tripathi To: [EMAIL PROTECTED] Sent: 1/27/01 1:03 PM Subject: Re: RE: TOMCAT3.2 BUG Thank

RE: TOMCAT3.2 BUG

2001-01-27 Thread CPC Livelink Admin
Rick Horowitz [mailto:[EMAIL PROTECTED]] Sent: Saturday, January 27, 2001 1:00 PM To: [EMAIL PROTECTED] Subject: Re: TOMCAT3.2 BUG You're not alone with this problem. I was just involved in a couple of threads on this subject in the JBoss Users mailing list, but everyone who participate

Re: TOMCAT3.2 BUG

2001-01-27 Thread Erik G. Dybdahl
I have tried to put a similar question in this newsgroup, without getting any answers. Also tried other places, like the discussiong forum at Sun. This is somewhat curious, because hopefully we are not the only ones trying to access EJB's from JSP-pages. Fact is: The classes (and other resources,

Re: TOMCAT3.2 BUG

2001-01-27 Thread Rick Horowitz
You're not alone with this problem. I was just involved in a couple of threads on this subject in the JBoss Users mailing list, but everyone who participated seems to have the same problem. Here's a link to one thread: http://www.mail-archive.com/jboss-user@list.working-dogs.com/msg09704.html

RE: TOMCAT3.2 BUG

2001-01-27 Thread oliver2, andy
are you sure the file had the proper permissions for the user tomcat is running as? -Original Message- From: shiva nand tripathi To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Sent: 1/27/01 12:11 PM Subject: TOMCAT3.2 BUG I am integrating Apache Web server, Tomcat and Jboss (EJB container).