AW: Where should I store my static content in a clustered environment

2005-11-24 Thread Eickvonder Bjoern
Ok, but then tell me how do I effectively protect each single chunck of data using the servlet security mechanism if the data is not served by tomcat? The problem is that my customer wants every single image, html, pdf and what so ever be directly protected. In other words if someone directly

DataSources created as resources in context.xml

2005-11-24 Thread Nigel Garner
I have a query about how tomcat stores DataSources that are created as part of the Resource element in the context.xml file. If the file is stored within the webapp's META-INF directory (as recommended), will any defined DataSources be made available to other webapp modules by binding them to the

Re: JAASRealm-based Login Fails After Upgrade from 5.0 to 5.5

2005-11-24 Thread Markus Plail
Shaw, David \(David\) [EMAIL PROTECTED] writes: I have a stable, working, Struts-based web application running under Tomcat 5.0.28 that uses HTTP BASIC authentication and a JAASRealm (with a home grown LoginModule and user and role principals) over SSL. The authentication / security has been

Slow and incomplete dynamic content generation after enabling native connector support in 5.5.12

2005-11-24 Thread Eric Jain
After adding the APR library to the java.library.path [as described in http://tomcat.apache.org/tomcat-5.5-doc/apr.html], certain JSPs that produce a lot of output (but used to be served in under a second) are now very slow and produce incomplete output. The header appears only after a few

Re: Slow and incomplete dynamic content generation after enabling native connector support in 5.5.12

2005-11-24 Thread Remy Maucherat
On 11/24/05, Eric Jain [EMAIL PROTECTED] wrote: After adding the APR library to the java.library.path [as described in http://tomcat.apache.org/tomcat-5.5-doc/apr.html], certain JSPs that produce a lot of output (but used to be served in under a second) are now very slow and produce incomplete

Re: Net Disk Failure in JSP with Tomcat 5.5.9( or 5.5.X)

2005-11-24 Thread NanFei Wang
Dear Chuck My situation is exactly as you suspect running 5.0.18 from a command prompt, and 5.5.x as a windows service. It seem Net disk can only be available with command prompt instead of windows service for Tomcat Startup. Thanks NanFei - Original Message - From: Caldarale,

Re: Slow and incomplete dynamic content generation after enabling native connector support in 5.5.12

2005-11-24 Thread Eric Jain
Remy Maucherat wrote: Sure. File a bug with a test WAR. Of course, it will likely end up as INVALID, since I expect this to work. Well, I also expected this to work, but alas, it didn't :-) http://issues.apache.org/bugzilla/show_bug.cgi?id=37627

Issues When Restarting Tomcat

2005-11-24 Thread Carroll, Simon, CND
Hi, I have the following problem and I was wondering if anyone else had a similar issue which they managed to resolve. I have a web application which is installed on 2 tomcat instances (version 4.1.30 using jdk 1.4.2_05), each on separate boxes. I have 2 apache (version 2) instances, also

RE: TryNo2: path attribute for Context element in tomcat 5.5

2005-11-24 Thread Caldarale, Charles R
From: Akoulov, Alexandre [IT] [mailto:[EMAIL PROTECTED] Subject: TryNo2: path attribute for Context element in tomcat 5.5 I am just wondering if you have any comments on the following email: What kind of comments are you looking for? The OP encountered a problem, read the doc, corrected

Re: TryNo2: path attribute for Context element in tomcat 5.5

2005-11-24 Thread Hassan Schroeder
Akoulov, Alexandre [IT] wrote: I am just wondering if you have any comments on the following email: Is it a right way to configure a context ? You configured it one way and it didn't work. You configured it *per the documentation* and it *did* work. What kind of comment would seem to be

[ANN] maven-tomcat-plugin 1.2.1

2005-11-24 Thread Nathan Coast
Hi, The codeczar team is pleased to announce a bugfix release of the maven-tomcat-plugin http://www.codeczar.com/products/maven-tomcat-plugin/ This build fixes two issues. 1) plugin now compatible with jdk 1.4 2) missing jar resources copied into target directory prior to jspc. maven

Tomcat 5 error during startup - 2nd connector doesn't work

2005-11-24 Thread Oded Arbel
Hi people. I'm using tomcat5 to host a commercial web site, and due to some integration issues we are using a single service with two CoyoteConnectors - one on port 8080 and one on port 8081. Here is the relevant configuration: Service name=Catalina Connector port=8080 maxThreads=150

FW: tomcat

2005-11-24 Thread Samit Paul
HI Dirk, I was using tomcat 5.5.9 and couldn't change the working folder through tomcat5 //US or tomcat5w interface to change the '--StartPath'. Then I updated to 5.5.12 and I could play with this parameters. Samit Paul -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

RE: TryNo2: path attribute for Context element in tomcat 5.5

2005-11-24 Thread Akoulov, Alexandre [IT]
thanks a lot, Hassan and Chuck, for your replies. Context element description (http://tomcat.apache.org/tomcat-5.5-doc/config/context.html) : path... The context path of this web application...The value of this field must not be set except when statically defining a Context in server.xml, as

RE: path attribute for Context element in tomcat 5.5

2005-11-24 Thread Akoulov, Alexandre [IT]
I'd greatly appreciate if you could give me the feedback on the following email: -Original Message- From: Akoulov, Alexandre [IT] Sent: Wednesday, 23 November 2005 12:16 PM To: Tomcat Users List Subject: path attribute for Context element in tomcat 5.5 Hi all, I am in the process of

RE: path attribute for Context element in tomcat 5.5

2005-11-24 Thread Akoulov, Alexandre [IT]
woops, sent it by mistake, just ignore please :) -Original Message- From: Akoulov, Alexandre [IT] Sent: Thursday, 24 November 2005 5:51 PM To: Tomcat Users List Subject: RE: path attribute for Context element in tomcat 5.5 I'd greatly appreciate if you could give me the feedback on the

Server push

2005-11-24 Thread Andrew.du
Can somebody tell me server push? -- [EMAIL PROTECTED]