Re: configuring tomcat with apache and eclipse.

2009-03-30 Thread Wesley Acheson
On Mon, Mar 30, 2009 at 9:16 PM, Gregor Schneider wrote: > > Maybe the he's too lazy to login every time? Who knows... > Thats pretty much it :) Seriously though when doing HTML work just making small incremental changes to the markup thats being served, It can be a real pain. But yes I'm lazy

Re: configuring tomcat with apache and eclipse.

2009-03-30 Thread Wesley Acheson
On Mon, Mar 30, 2009 at 8:52 PM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: Gregor Schneider [mailto:rc4...@googlemail.com] > > Subject: Re: configuring tomcat with apache and eclipse. > > > > I'm understanding this scenario in suc

Re: configuring tomcat with apache and eclipse.

2009-03-30 Thread Gregor Schneider
Chuck, On Mon, Mar 30, 2009 at 8:52 PM, Caldarale, Charles R wrote: > > Perhaps, but then why would the OP be concerned about losing session > information when updating with Eclipse, if this were only for > test/development? > Maybe the he's too lazy to login every time? Who knows... >> So ca

RE: configuring tomcat with apache and eclipse.

2009-03-30 Thread Caldarale, Charles R
> From: Gregor Schneider [mailto:rc4...@googlemail.com] > Subject: Re: configuring tomcat with apache and eclipse. > > I'm understanding this scenario in such a way that there's a > test/dev-environment that being a 1:1-copy of the > production-environment. Makes sen

Re: configuring tomcat with apache and eclipse.

2009-03-30 Thread Gregor Schneider
Chuck, actually Nirvana is a pretty good place but for serialized / de-serialized sessions ;) Anyway: On Mon, Mar 30, 2009 at 8:38 PM, Caldarale, Charles R wrote: > > Are you saying you run a production Tomcat under Eclipse?  That's insane. > I'm understanding this scenario in such a way that

RE: configuring tomcat with apache and eclipse.

2009-03-30 Thread Caldarale, Charles R
> From: Wesley Acheson [mailto:wesley.ache...@gmail.com] > Subject: Re: configuring tomcat with apache and eclipse. > > Okay but as far as I know when you make any trivial change > in eclipse, It builds an entire WAR file and restarts its > tomcat instance Are you saying yo

RE: configuring tomcat with apache and eclipse.

2009-03-30 Thread Caldarale, Charles R
> From: Gregor Schneider [mailto:rc4...@googlemail.com] > Subject: Re: configuring tomcat with apache and eclipse. > > otherwise serialization / de-serialization of > session-data might end up somewhere in Nirvana. But wait, nirvana is a good place - where we'd all like to

Re: configuring tomcat with apache and eclipse.

2009-03-30 Thread Gregor Schneider
Wes, On Mon, Mar 30, 2009 at 7:23 PM, Wesley Acheson wrote: > > It was because of the SSL stuff I haven't learnt how to set up SSL with > tomcat. > I'm curious: What's the benefit having Tomcat run in SSL-mode for Servlet / JDP-development? > Okay but as far as I know when you make any trivial

Re: configuring tomcat with apache and eclipse.

2009-03-30 Thread Wesley Acheson
Hi Yassine, Gregor, mailing list readers. It was because of the SSL stuff I haven't learnt how to set up SSL with tomcat. Okay but as far as I know when you make any trivial change in eclipse, It builds an entire WAR file and restarts its tomcat instance which means lost sessions really annoying

Re: configuring tomcat with apache and eclipse.

2009-03-30 Thread Gregor Schneider
On Mon, Mar 30, 2009 at 6:35 PM, Yassine wrote: > if i were you i would use only eclipse + tomcat for my development and > when ever i want to > test some Apache related configurations i will then do the > configurations manually. > > afaik there is nothing (plug in) that takes care of Apache web

Re: configuring tomcat with apache and eclipse.

2009-03-30 Thread Yassine
I'm not sure why you would want to have Apache configured in eclipse? if i were you i would use only eclipse + tomcat for my development and when ever i want to test some Apache related configurations i will then do the configurations manually. afaik there is nothing (plug in) that takes care of

Re: configuring tomcat with apache and eclipse.

2009-03-30 Thread Wesley Acheson
Can anyone tell me if they know of another list where I can ask my questions. I thought tomcat would be most appropiate as its 2/4 tomcat 1/4 apache and 1/4 eclipse. On Fri, Mar 27, 2009 at 11:54 PM, Wesley Acheson wrote: > Hi all, > > I wish to launch tomcat from eclipse either using the conf

configuring tomcat with apache and eclipse.

2009-03-27 Thread Wesley Acheson
Hi all, I wish to launch tomcat from eclipse either using the conf files in my tomcat installation directory or with a similar configuration through eclipse on apache. The steps that I've already got working are as follows. I've installed XAMPP for apache and ssl support. I've installed tomcat.