SystemErrLogger and SystemOutLogger

2002-04-26 Thread Mark Diggory
the temp directory has becaome configurable in /etc/tomcat4/conf/tomcat4.conf. Having this in there as well would be cool too. -Mark Diggory -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>

SystemErrLogger and SystemOutLogger

2002-04-26 Thread Mark Diggory
the temp directory has becaome configurable in /etc/tomcat4/conf/tomcat4.conf. Having this in there as well would be cool too. -Mark Diggory -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>

mod_webapp

2002-04-15 Thread Mark Diggory
I'm trying to upgrade to 4.0.3 with Apache 1.3x. Is there a recommended rpm for mod_webapp these days? I cooked my own awhile back and made some recommendations to the list on the rpm, Now I can't seem to locate the rpm anymore on the jakarta site? -Mark Diggory Harvard-MIT D

Re: Servlet Destroy Method....

2002-04-03 Thread Mark Diggory
aig R. McClanahan wrote: > > On Wed, 3 Apr 2002, Mark Diggory wrote: > > >>Date: Wed, 03 Apr 2002 12:24:31 -0500 >>From: Mark Diggory <[EMAIL PROTECTED]> >>Reply-To: Tomcat Users List <[EMAIL PROTECTED]>, >> [EMAIL PROTECTED] >>To: T

Re: Servlet Destroy Method....

2002-04-03 Thread Mark Diggory
te: > Are you looking to take different action during the actual destroy call > itself? > > Joe > > - Original Message - > From: "Mark Diggory" <[EMAIL PROTECTED]> > To: "Tomcat Users List" <[EMAIL PROTECTED]> > Sent: We

Re: Servlet Destroy Method....

2002-04-03 Thread Mark Diggory
I'm looking for something more explicit, like a Servlet Engine status code or something... that identifies the state of the Servlet Engine. -thanks for the reply, Mark Diggory Joseph Molnar wrote: > Hi Mark. > > Easiest way would be write something to disk

Servlet Destroy Method....

2002-04-03 Thread Mark Diggory
Hi all, Is there a way I can test if the Servlet is being destroy()ed because the tomcat server is being shutdown as opposed to the Servlet being reloaded? -Mark Diggory -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troub

Re: Realms and User Sessions.

2002-02-19 Thread Mark Diggory
at mean my Authenticator > was unavailable in the o.a.c.startup.Authenticator.properties file ? > > Does this mean I'll have to configure and rebuilt tomcat to use my > Authenticator? > > -Mark Diggory > > > > -- > To unsubscribe: <mailto:[EMAIL PROT

Please someone, I really need help with this issue.

2002-02-08 Thread Mark Diggory
I anyone has any experince with this please let me know. It could be just one sentence (Even just one word!). I just need to know why I can't run my users jsp's through my warp connector... Here's my Connector in server.xml

Fwd: REMOTE_HOST not showing up in Tomcat3.2

2001-08-17 Thread Mark Diggory
>Hello, > >Is there something I have to configure in mod_jk to get the remote host >information >to resolve. Its apparently available in Apache but seems to not show up >in Tomcat when I do request.getRemoteHost(). How, is this setup / configured? > >thank you, >Mark Diggory

RE: Do I smell?

2001-04-30 Thread Mark Diggory
At 03:24 PM 4/30/01 -0400, you wrote: >mod_jserv and mod_jk are Apache modules used in integrating Apache and >Tomcat (i.e., in routing request from Apache to Tomcat to be processed). >They have nothing to do with the processing of web.xml --- that is used by >Tomcat. If you've set up your apac

Do I smell?

2001-04-30 Thread Mark Diggory
Or is it just that no one else is interested in integrating Tomcat and Apache?! I have servlet mappings in my web.xml file that map URI's to servlets. These URI's may contain files with jsp extent ions on them. when I integrate Tomcat 3.2.1 with Apache I can see any of my jsp's and servlets an

Re: how can i get apache to redirect a whole subdir to a servlet ?

2001-04-30 Thread Mark Diggory
this issue to as well and will forward any experience I get to you. -Mark Diggory >Hi, >try mod_rewrite. It's great! >You have a nice doc in Apache's docs. > >cu. >o,,,o > ( 'o' ) > >''''< > (

web.xml, jserv_mod and Apache

2001-04-30 Thread Mark Diggory
I have servlet mappings in my web.xml file that map URI's to servlets. These URI's may contain files with jsp extent ions on them. when I integrate Tomcat 3.2.1 with Apache I can see any of my jsp's and servlets and have them execute. However, it appears that the mappings I supplied in web.xml

Would really appreciate some help: Serlvet mappings in web.xml not available in Apache

2001-04-29 Thread Mark Diggory
At 12:28 PM 4/29/01 -0400, Mark Diggory wrote: >I have servlet mappings in my web.xml file that map URI's to servlets. >These URI's may contain files with jsp extensions on them. when I >integrate Tomcat 3.2.1 with Apache I can see any of my jsp's and servlets >and

Serlvet mappings in web.xml not available in Apache

2001-04-29 Thread Mark Diggory
I have servlet mappings in my web.xml file that map URI's to servlets. These URI's may contain files with jsp extensions on them. when I integrate Tomcat 3.2.1 with Apache I can see any of my jsp's and servlets and have them execute. However, it appears that the mappings I supplied in web.xml

web.xml, jserv_mod and Apache

2001-04-28 Thread Mark Diggory
I have servlet mappings in my web.xml file that map URI's to servlets. These URI's may contain files with jsp extent ions on them. when I integrate Tomcat 3.2.1 with Apache I can see any of my jsp's and servlets and have them execute. However, it appears that the mappings I supplied in web.xml

Re: Best IDE for Servlet Development?

2001-04-28 Thread Mark Diggory
Forte IE, all the way, on both Linux and WIndows, I use it for building my support classes and then I use Dreamweaver to write forms and jsp pages on windows and that pretty much allows me to build anything fast. However, I haven't used the integrated tomcat server, I use my own installation an

web.xml, jserv_mod and Apache

2001-04-28 Thread Mark Diggory
I have servlet mappings in my web.xml file that map URI's to servlets. These URI's may contain files with jsp extentions on them. when I integrate Tomcat 3.2.1 with Apache I can see any of my jsp's and servlets and have them execute. However, it appears that the mappings I supplied in web.xml

web.xml, jserv_mod and Apache

2001-04-27 Thread Mark Diggory
I have servlet mappings in my web.xml file that map URI's to servlets. These URI's may contain files with jsp extentions on them. when I integrate Tomcat 3.2.1 with Apache I can see any of my jsp's and servlets and have them execute. However, it appears that the mappings I supplied in web.xml

Re: Cookies with same name but different domains

2001-04-11 Thread Mark Diggory
At 11:17 PM 4/10/01 -0500, you wrote: >Any cookie belongs to a particular server (domain name) - the most general >that >a domain spec is allowed to be is *.foo.com i.e. with a specified TLD and >second >level domain. The path can be anything, i.e. as general as "/" The browser >will >send bac

Re: Connection Pooling

2001-04-11 Thread Mark Diggory
Shouldn't you be able to access the bean by setting the tags scope attribute to application? This is pretty basic tutorial stuff on the Sun site. At 01:07 PM 4/11/01 +0100, you wrote: >Hi... >I am creating the object of Connection pool manager in my Start up JSP. >The pool manager object is

Cookies with same name but different domains

2001-04-10 Thread Mark Diggory
s possible with Tomcat? Otherwise, is there a method by which I can set a cookie that will go to all domains/paths? -Mark Diggory