Re: Tomcat refusing jsessionid's

2002-05-26 Thread Phillip Morelock
Cool, after I wrote it I thought that might be what you meant. Maybe you should just turn off cookies and _only_ use url rewriting? That's what I'd try, but maybe you have a reason not to do that? fillup On 5/25/02 8:24 PM, Jiger Java [EMAIL PROTECTED] wrote: Philip, I did try using

Re: how does tomcat store session objects?

2002-05-26 Thread Phillip Morelock
Have you built the Tomcat source javadoc tree? Maybe you don't want to wade knee-deep in source...understandable, I guess. But at least build yourself the javadoc from the sources and read that stuff. Also see the high-level architecture image (or maybe pdf?) on the jakarta site. fillup

Re: how does tomcat store session objects?

2002-05-26 Thread Phillip Morelock
I just quickly checked the site and there are also a couple of tomcat internals articles and the full javadoc for Tomcat 4 is already posted there as well. /f/ -- Have you built the Tomcat source javadoc tree? Maybe you don't want to wade knee-deep in source...understandable, I guess. But at

security resources

2002-05-26 Thread Mohammed Omar
Dear All Is there any Docs or links includes security checklist for tomcat4 on windows2000 and IIS5 ? Thanks

1 IP

2002-05-26 Thread Mohammed Omar
Dear all If i run tomcat as standalone , How do I set tomcat to accept connections from only one specific IP adress? Thanks in advance

Re: How to create dynamic graphs on web pages?

2002-05-26 Thread Michael Timpe
Try KavaChart from VW. See www.ve.com. It provides nice features generating charts through servlets, applets or in Swing Java Programs. No Royalties. 300$ per developer seat. - Original Message - From: Alvin Wang [EMAIL PROTECTED] To: SERVLET-INTEREST [EMAIL PROTECTED] Cc: Tomcat Users

Re: how does tomcat store session objects?

2002-05-26 Thread jfc100
Phillip Morelock wrote: I just quickly checked the site and there are also a couple of tomcat internals articles and the full javadoc for Tomcat 4 is already posted there as well. /f/ -- Have you built the Tomcat source javadoc tree? Maybe you don't want to wade knee-deep in

Jasper JSPC packages

2002-05-26 Thread Luis Reis
Hi, I'm trying to use Jasper's JSPC to precompile my JSPs, but, instead of getting a package for each directory in my docroot - which is what Jasper does on Tomcat 4 - , I get a package with all the JSPs inside it. It's easy to see that if you have an index.jsp file in each directory they will

RE: Connection Pooling Solution

2002-05-26 Thread Les Hughes
You probably only downloaded the source, try a nightly build http://jakarta.apache.org/builds/jakarta-commons/nightly/commons-dbcp/ And could you keep your mails to the list instead of direct? That way (a) someone else might answer first and (b) the answer will end up in the mail archives.

[Newbie]: Problem getting started with Tomcat

2002-05-26 Thread Holger Hoffmann
Hi all! I'm having some problems getting Tomcat up and running correctly. The problem is the following: When running startup.bat (I'm using a WinXP box, the IBM JVM and the latest Apache) I get the Message: -- snip -- Starting service Tomcat-Standalone Apache Tomcat/4.0.4-b3 Error unable to

jsp:include page=%=page_name_string_variable% / fails!

2002-05-26 Thread Keith Glen Bjorndahl
Help. In Tomcat 4.0.3 The statement like this: %@ include file=rmenu.html % works, but jsp:include page=%=page_name_string_variable% / does not. Any idea what's wrong ? The statement seem to comply with the JSP spec (JSP 1.1 ?) -- To unsubscribe, e-mail: mailto:[EMAIL

RE: Connection Pooling Solution

2002-05-26 Thread Jacob Kjome
See... http://marc.theaimsgroup.com/?l=tomcat-userm=102230335008606w=2 and http://marc.theaimsgroup.com/?l=tomcat-userm=102230398708809w=2 which both reference... http://marc.theaimsgroup.com/?l=tomcat-userm=102225547106556w=2 it provides a pretty definitive and working solution for using

web.xml

2002-05-26 Thread deneb shah
Hi could someone briefly explain to me how the web.xml parsing is done. i am particularly interested in servlet and its mapping elements Also how are they stored and how are the objects generated out of those. Is it all reflection ??? deneb

Re: how does tomcat store session objects?

2002-05-26 Thread jfc100
Phillip Morelock wrote: On the TC 3 documentation page there is an excellent tomcat internals documentbut maybe you already saw that? I myself am a big TC 3 user as well, most of my stuff still runs on that. fillup On 5/26/02 4:11 AM, jfc100 [EMAIL PROTECTED] wrote: Phillip Morelock

Re: tomcat 4.0.3 an Apache 2.0 Warp

2002-05-26 Thread Nikola Milutinovic
Ekkehard Gentz wrote: hi, who can tell me, how to configure the connection between apache 2.0 an Apache 4.0.3 using the warp connector the tomcat doc tells me something about the warp connector, but I think thats not all we want to build an environment with Tomcat 4.0.3 with one

Re: how does tomcat store session objects?

2002-05-26 Thread Phillip Morelock
All I really meant about getting started with the docs, etc., is that it might make any source-wading easier. When I first looked at Tomcat source I was quite lost, but when I went through all of the available architecture stuff, I was then able to very easily drill into the source and find

Re: jsp:include page=%=page_name_string_variable% / fails!

2002-05-26 Thread Eric Everman
From my experience (not looking at the spec): When you use the jsp:include tag, the page you include must be a real jsp page. That means that the file name must end with .jsp and the page must begin with a page directive of java as the page language (though I believe that the declaration is

Re: web.xml

2002-05-26 Thread Eric Everman
The web.xml file is very completely documented in the Sevlet spec - check it out at www.java.sun.com. Also, I'd recommend O'Reilly's _Java Servlet Programming_ which should explain everything you need to know. No reflection involved, Eric Everman At 01:11 PM 5/26/2002, you wrote: Hi

wrong error msg when tomcat can't find filter

2002-05-26 Thread tek1
in my web.xml file for my webapp, the fully-qualified classname for a filter that i'm using was mispelled and unable to be loaded. however, when starting tomcat, tomcat said that it could find another (unrelated) .jar in WEB-INF/lib. wondering if this is a bug or other reason why tomcat

wrong error msg when tomcat can't find filter (2)

2002-05-26 Thread tek1
forgot to mention that i'm using tomcat 404b1. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

mod_webapp segmentation fault

2002-05-26 Thread Peter Schuller
Hello, I'm attempting to set up mod_webapp with Tomcat 4.0.3, but it segfaults. At least, I'm getting notifications of childern segfaulting in the error log, the webapp keeps restarting based on the initialization output, and submitting a request to Apache that is handled through the webapp

Re: how does tomcat store session objects?

2002-05-26 Thread jfc100
Thanks! joe -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Tomcat newbie: multiuser installation

2002-05-26 Thread Neil Zanella
Hello, I have asked posted question before but got no responses so I will try this again: I have installed Tomcat 4.0.3 on Red Hat Linux 7.3 with Sun JDK 1.4 and J2EE 1.3.1 and everything runs smoothly but every time I recompile a servlet placed under the

RE: Connection Pooling Solution

2002-05-26 Thread Cindy Ballreich
What do you guys think of DBCP? Any specific comments on performance or functionality? Do you think it's ready for a production project? Should I use it over DbConnectionBroker (obviously not a JNDI solution, but it works pretty well). I'd love to hear a review from someone who's been using

How To: Setting up Virtual Folders

2002-05-26 Thread Nicholas Orr
Hi, I want to set up a virtual folder how do I do it? I want it to point to c:\. This is a dev server so there is no need to say you shouldn't do that as it is not connected to the internet, it is just so I can use Tomcat with Namo Web Editor 5. Btw, I'm using Tomcat 4.0.3 Nick

Re: Connection Pooling Solution

2002-05-26 Thread Vic Cekvenich
http://sourceforge.net/project/showfiles.php?group_id=4899 is most popular I think. Cindy Ballreich wrote: What do you guys think of DBCP? Any specific comments on performance or functionality? Do you think it's ready for a production project? Should I use it over DbConnectionBroker

Re: Tomcat newbie: multiuser installation

2002-05-26 Thread Phillip Morelock
I don't know about the ~ stuff but I do know the probable reason you have to be root to do what you're doing: To bind to a port 1024 on linux you must be root. If you've bound tomcat to a port lower than 1024, you'll have to be root to start it. As far as being able to load new classes, have

Re: web.xml

2002-05-26 Thread Vic Cekvenich
http://edocs.bea.com/wls/docs61/webapp/web_xml.html deneb shah wrote: Hi could someone briefly explain to me how the web.xml parsing is done. i am particularly interested in servlet and its mapping elements Also how are they stored and how are the objects generated out of those. Is it all

PROPOSAL for Connectors

2002-05-26 Thread thorsten frank
hi to all, since there seems to be a fairly wide need for Connectors between tomcat, apache, IIS and other webservers, and since jakarta seems to be unable to provide binary builds of the connectors for their newest products, let's help them out: anybody that's got a WORKING build of mod_jk

Re: tomcat 2nd instance stopping when i log out - on Solaris.

2002-05-26 Thread Tino Dai
Have you try nohup'ing the process? That might work (don't have a solaris box to test that on). -Tino On Fri, 2002-05-24 at 11:03, chas wrote: I have a second Tomcat instance (v 4.x) running on Solaris. I log in, set the environment variables for CATALINA_HOME, CATALINA_BASE and JAVA_HOME,

Re: Tomcat refusing jsessionid's

2002-05-26 Thread Jiger Java
I am appending jsessionid to the url. Abt PoST OR GET I am doing a meta refesh so It is a get I believe. Jiger From: tek1 [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: Tomcat refusing jsessionid's Date: Sat, 25 May 2002

how to enable -deprecation for jasper with Apache Tomcat/4.0.4-b3

2002-05-26 Thread Claudio Eichenberger
Hi For jsp page compilation, I'd like to enable Jasper's compile flag '-deprecation'. I suppose that a parameter needs to be added to the $CATALINA_BASE/conf/web.xml file in the beneath block servlet servlet-namejsp/servlet-name