mod_webapp help!

2001-04-11 Thread T. Park
Hi Folks, Can anyone advise me how to build it using the sources supplied with tomcat 4.0 b3? My end goal is to be able to build it on NT with MSVC 6.0, but I've been trying to get it to compile on Solaris 2.8 with the 6.1 C compiler. I know that it was written for gcc - my next step is to

mod_webapp source?

2001-04-10 Thread T. Park
Hi Folks, I've been playing with porting the mod_webapp over to Windows NT and am having a heck of a time with undefined symbols. For instance where is WA_LOG defined? Are the sources supplied (in webapplib) complete? I'd appreciate any guidance (especially if someone else has already

Re: More naming woes...

2001-03-30 Thread T. Park
and what function? -Thom "Craig R. McClanahan" wrote: On Thu, 29 Mar 2001, T. Park wrote: Remy, thanks, that's good to hear - I'm still having a nightmare of a time resolving one last issue. I have a large jar file that contains, amongst other things (e.g. an ejb

More naming woes...

2001-03-29 Thread T. Park
Hi Folks, I'm [still] trying to get an alternative naming service plugged into Tomcat 4. I managed to hack together a working environment but, unfortunately, it wouldn't cut it long-term. I've discovered that if I run with naming disabled (catalina run -nonaming) it seems that tomcat still

Re: More naming woes...

2001-03-29 Thread T. Park
Remy, thanks, that's good to hear - I'm still having a nightmare of a time resolving one last issue. I have a large jar file that contains, amongst other things (e.g. an ejb container, a namingservice etc) javax.naming package. If I deploy this to the common/lib and start tomcat I get the

Re: Cause found [was Re: How do I use a non-apache naming servicewith tomcat 4?]

2001-03-27 Thread T. Park
it would matter. -Thom "Craig R. McClanahan" wrote: On Mon, 26 Mar 2001, T. Park wrote: Hi Remy, I'm running tomcat 4 beta 1. I'll download tonight's latest build and see how I fare with that. Thanks so much for the support! -Thom p.s. is there a b2 drop in the n

How do I use a non-apache naming service with tomcat 4?

2001-03-26 Thread T. Park
Hello, I'm attempting to use an alternative naming service with tomcat 4.x and running into some difficulties. This may be a result of my lack of understanding on how to go about this but please read on... I start tomcat 4 with both -nonaming and -Dcatalina.useNaming=false added as parameters

Re: How do I use a non-apache naming service with tomcat 4?

2001-03-26 Thread T. Park
More info. I pulled the routines I needed out of my 'big everything' jar file and I can now get my jndi stuff to work with tomcat4. The problemi is that I still need to get the other stuff in that jar file to play nice with tomcat. but, for now, the problem looks to be in my camp. Thanks for the

Cause found [was Re: How do I use a non-apache naming service with tomcat 4?]

2001-03-26 Thread T. Park
Guys, I've isolated the cause of the problem down to the inclusion of the javax.naming package in my 'big everything' jar. If I remove the javax.naming package from the jar file, then all works well, if not, we get that wierd 'signature' problem with createNamingContext. (with or without

Re: Cause found [was Re: How do I use a non-apache naming service with tomcat 4?]

2001-03-26 Thread T. Park
Hi Remy, I'm running tomcat 4 beta 1. I'll download tonight's latest build and see how I fare with that. Thanks so much for the support! -Thom p.s. is there a b2 drop in the near future - I'm trying to focus my integration efforts on the nearest milestone build. Remy Maucherat wrote:

Catalina vs. preServletInit et. al.

2001-03-23 Thread T. Park
Hello, I'm a newbie to the Catalina code line and need some guidance (lots actually)... I have a custom interceptor that works really well with Tomcat 3.x that does some special setup work in the preServletInit/postServletInit, preService/postService and preServletDestroy/postServletDestroy

Catalina vs.preServletInit et. al.

2001-03-23 Thread T. Park
Hello, I'm a newbie to the Catalina code line and need some guidance (lots actually)... I have a custom interceptor that works really well with Tomcat 3.x that does some special setup work in the preServletInit/postServletInit, preService/postService and preServletDestroy/postServletDestroy