J2EE and Tomcat (version 3.3 or ?? )

2002-02-13 Thread Keith Simpson
I need to use some javamail stuff in my app. Is j2ee.jar a replacement for servlet.jar in 3.3 Tomcat? I got some wierd jasper compliation error the other day when I put j2ee.jar in my lib/common directory. -- To unsubscribe: For additional commands:

Re: Unjar a war??

2002-02-13 Thread Keith Simpson
jar xf John Wadkin wrote: > > All, > > Is it possible to unjar a war file using something like jar -x? I've tried > and nothing happens! TomCat obviously does it but how? > > Thanks, > > John > > -- > To unsubscribe: > For additional commands:

Re: Configuring apache + tomcat on separate machines

2002-02-13 Thread Keith Simpson
call me crazy, but I think there must be something you need to do on the tomcat side to indicate another host for apache. Maybe in the ajp connector in server.xml, or maybe in the tomcat.conf? Probably someone who has actually done this will chime in. I'd look for anything that says "localhost"

Re: J2EE and Tomcat

2002-02-14 Thread Keith Simpson
How very ironic - we have the same name - and we have the same question! I put mine out yesterday. Is this a parallel universe or something? I am running 3.3 tomcat on my dev platform and need to use javamail. (which can be picked up separately or in j2ee) We are developing a new product with

Re: PLEASE HELP

2002-02-14 Thread Keith Simpson
I don't do it with tomcat, but I do with JRUN - that is, forward through a firewall. The only thing going through is http - unless you do https. Port 80 is the only one that I port forward (on a linux firewall box). James Moore wrote: > > please help, this is really bugging me. > > -Orig

Re: Configuring apache + tomcat on separate machines

2002-02-14 Thread Keith Simpson
Would think it would have to be possible. since they communicate via ajp protocol, you just need to specify something other than localhost on the tomcat side I would think. the ajp stuff has default ports of something like 8007 and 8009. Sharanya Vemu wrote: > > if any one hasnt done it , w

Re: Problem in connecting apache and tomcat on different hosts

2002-02-14 Thread Keith Simpson
think it has something to do with bindaddress in your tomcat properties file. experiment! "Eswar.K" wrote: > > hi all, > > I have a problem here.. > I have apache 1.3 on 1 machine and tomcat 3.2.3 on another machine. > how do i make them talk to each other. > where and what do i configure in

Re: J2EE and Tomcat

2002-02-14 Thread Keith Simpson
the taglib docs was dead - I assumed that sun just decided to wrap it all up into j2ee. once again, many thanks. "Craig R. McClanahan" wrote: > > On Thu, 14 Feb 2002, Keith Simpson wrote: > > > Date: Thu, 14 Feb 2002 08:00:04 -0500 > > From: Keith Simpson <[EMA

Re: Configuring apache + tomcat on separate machines

2002-02-14 Thread Keith Simpson
h IP address the tomcat is running? > from the tomcat side it is fine, but how about the communication from apache > to tomcat... > > -Original Message- > From: Keith Simpson [mailto:[EMAIL PROTECTED]] > Sent: Thursday, February 14, 2002 10:14 PM > To: Tomcat Users L