Looking For Tomcat5 JK Doc

2003-11-04 Thread Simon Chou
tomcat user, I've been looking for the document to configure AJP connecting Tomcat 5.0.7 with Apache 2.0.47. The on-line JK Documentation link keep referring me to the binary distribution page of mod_jk 1.2.5 without the configuration document. I've also read tons of helpful pages for the

[Fwd: Struts - Parsing error processing resource path]

2003-11-04 Thread Vijaykumar
Original Message Subject: Struts - Parsing error processing resource path Date: Tue, 04 Nov 2003 10:13:20 +0530 From: Vijaykumar [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts [EMAIL PROTECTED] Hi all, I am a newbie in struts. I am

Re: xhtml and Internet Explorer

2003-11-04 Thread Rodrigo Ruiz
Well, not necessarily unreadable, just different ;-) I usually play with the tag delimiters to allow some readability. For example, my JSPs usually begin with something like: [EMAIL PROTECTED] contentType=... import=... import=... errorPage=... %%! // class code %% //

Re: Encrypted password in DataSource configuration

2003-11-04 Thread Larry McFarlane
How about creating an algorithm based upon a master file that has a password only you have access to? A lot of security companies are doing this nowadays. I personally think it's a temporary solution until biometrics comes knocking at our doors. On Mon, 3 Nov 2003 18:15:27 -0300, Luiz

Re: Content Type

2003-11-04 Thread Duncan
Cheers guys - Duncan :-) Shapira, Yoav wrote: Howdy, Add the content-disposition:attachment header. Yoav Shapira Millennium ChemInformatics -Original Message- From: Duncan [mailto:[EMAIL PROTECTED] Sent: Monday, November 03, 2003 9:48 AM To: [EMAIL PROTECTED] Subject: Content

Re: Tomcat clustering and servletContext.

2003-11-04 Thread Tim Funk
AFAIK, only sessions are replicated. Attributes in the Servlet Context are not replicated. -Tim Antony Paul wrote: Hi, I asked this question yesterday no one replied. Suppose Tomcat is running in a cluster with load balancer. If I put a JavaBean in ServletContext is it possible to access

Re: Looking For Tomcat5 JK Doc

2003-11-04 Thread Tim Funk
The JK docs for 5 are the same as 4.1 http://jakarta.apache.org/tomcat/faq/connectors.html -Tim Simon Chou wrote: tomcat user, I've been looking for the document to configure AJP connecting Tomcat 5.0.7 with Apache 2.0.47. The on-line JK Documentation link keep referring me to the binary

RE: Applets and SSL

2003-11-04 Thread Edson Alves Pereira
Maybe your problem is a relative URL in the codebase, try to use something like this: codebase=https://www.blah.com/applets; code=my-applet.class I´m thinking that if you don´t specify the protocol your web-browser will try to use the default HTTP port like 80.

Linux Distribution

2003-11-04 Thread Laurent Michenaud
Hi, We are actually using the RedHat Linux Distribution for our developpment environnment. Redhat doesn't offer anymore free patches for Redhat anterior to version 9. Free Patches for Redhat 9.0 will stop on 30 avril. We are thinking about choosing another distribution. What distribution

Re: Tomcat clustering and servletContext.

2003-11-04 Thread Antony Paul
Thanks - Original Message - From: Tim Funk [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, November 04, 2003 5:45 PM Subject: Re: Tomcat clustering and servletContext. AFAIK, only sessions are replicated. Attributes in the Servlet Context are not replicated.

RE: Linux Distribution

2003-11-04 Thread Wade Chandler
Actually Red Hat isn't just dropping their free distro. They are moving to a model closer to the model you see right here. http://fedora.redhat.com Why not just use that? You are used to the Red Hat setup (I guess). SuSE is a good distro. You could also use Debian, but you'll find Red Hat and

Do tag files get pooled

2003-11-04 Thread jakarta
I have noticed in the generated java files that tags that are java classes seem to get pooled ok, but tag file (jsp tags) do not seem to get pooled at all.. Has anyone else seen this and if so is it by design. Thanks, John -

RE: Opinions

2003-11-04 Thread Shapira, Yoav
Howdy, Personally, I think it would be really cool to port procrunw's GUI to Motif/Gnome/KDE for a jsvcw. However, since I'm not a commons committer, I can't say how much attention this would get if somebody actually tried to I think that's a great idea, and I'm a commons committer, but I have

Re: SSL error -12229

2003-11-04 Thread Mark W. Webb
James Rome wrote: I have installed Tomcat5 on Solaris in the Sun jwdsp-1.3. I created the certificates as per the instructions in the server.xml file, and uncommented the ssl server section. But when I try to connect to it, after the server presents me with its certificate, I get error -12229

Newbie - Tomcat on read only folder

2003-11-04 Thread Ricardo Ferraz de Oliveira
Hi all, I recently started to use Tomcat and I wanted to know if it's possible to run Tomcat from within a read only folder. My intention is to install Tomcat into a hard drive, deploy the Gridsphere web portal into it and then burn them onto a CD in order to have an instant web portal. Is

RE: Tomcat clustering and servletContext.

2003-11-04 Thread Shapira, Yoav
Howdy, And I did reply yesterday saying the same thing... Yoav Shapira Millennium ChemInformatics -Original Message- From: Antony Paul [mailto:[EMAIL PROTECTED] Sent: Monday, November 03, 2003 11:23 PM To: Tomcat Users List Subject: Tomcat clustering and servletContext. Hi, I

Re: [OT] Linux Distribution

2003-11-04 Thread Adam Hardy
On 11/04/2003 01:43 PM Wade Chandler wrote: Actually Red Hat isn't just dropping their free distro. They are moving to a model closer to the model you see right here. http://fedora.redhat.com Why not just use that? You are used to the Red Hat setup (I guess). SuSE is a good distro. You could

Trust Store and Credentials

2003-11-04 Thread Walden Mathews
Hello Tomcat Users, Is there Tomcat 4 documentation on: (1) How to configure Tomcat's trust store; (2) How to map trusted certificate Subject onto tomcat-users credentials (or how does HTTP auth proceed when using CLIENT-CERT)? Many thanks, Walden Mathews

RE: [OT] Linux Distribution

2003-11-04 Thread Wade Chandler
Well I didn't see where he made them sound like MS, they have given too much to the open source community for anyone to label them that way. I guess either you agree with a standard or you don't. There is United Linux for enterprise with SuSE, Turbo Linux, another distro (I can't remember their

RE: Installing jakarta on linux RH9

2003-11-04 Thread LEONARDO MARTINEZ
Thank's for all!!! Gracias por todo -Mensaje original- De: LEONARDO MARTINEZ Enviado el: Lunes, 03 de Noviembre de 2003 18:00 Para: Tomcat Users List Asunto: Installing jakarta on linux RH9 Hi! I need install a web server on RH9 that support jsp, it's web server is a jakarta Tomcat

Re: SSL error -12229

2003-11-04 Thread Jean-Francois Arcand
Mark W. Webb wrote: James Rome wrote: I have installed Tomcat5 on Solaris in the Sun jwdsp-1.3. I created the certificates as per the instructions in the server.xml file, and uncommented the ssl server section. But when I try to connect to it, after the server presents me with its

Tomcat oracle 9 question

2003-11-04 Thread Didier Wiroth
Hi, We have windows 2000 server running oracle 9.2.0.1. I've installed a freebsd machine running tomcat 4.1.27 which has the following config in server.xml: start snip-- Context className=org.apache.catalina.core.StandardContext cachingAllowed=true

RE: JNDIRealm...more

2003-11-04 Thread Hart, Justin
I just got it working... A million thank yous! I didn't really understand LDAP until learning (some) about it yesterday, and once I started learning it, your example made perfect sense, and now I can authenticate my users! This rules very much! Justin -Original Message- From: [EMAIL

Re: [inbox] Newbie - Tomcat on read only folder

2003-11-04 Thread IvanLatysh
Hello, Ricardo! You wrote to [EMAIL PROTECTED] on Tue, 4 Nov 2003 13:38:20 -: RFd I recently started to use Tomcat and I wanted to know if it's RFd possible to run Tomcat from within a read only folder. My intention RFd is to install Tomcat into a hard drive, deploy the Gridsphere web

RE: [inbox] Newbie - Tomcat on read only folder

2003-11-04 Thread Shapira, Yoav
Howdy, RFd I recently started to use Tomcat and I wanted to know if it's RFd possible to run Tomcat from within a read only folder. My intention RFd is to install Tomcat into a hard drive, deploy the Gridsphere web RFd portal into it and then burn them onto a CD in order to have an RFd

RE: Tomcat oracle 9 question

2003-11-04 Thread Edson Alves Pereira
You must put your Oracle driver in common/lib also, where tomcat will try to find for its only use. Do that and tell us if went everything ok. -- De: Didier Wiroth[SMTP:[EMAIL PROTECTED] Responder:Tomcat Users List Enviada: terça-feira, 4 de novembro de 2003 12:11

RE: Tomcat oracle 9 question

2003-11-04 Thread Didier Wiroth
Hi, I've copied the drivers also to common/lib, this didn't help. I would like to specify this: I have a working config on a windows 2000 server which uses: Oracle 9.2.0.1 Tomcat 4.1.24 Java j2sdk1.4.1_03 + our webapplication It works here no problem What I did is installed a test freebsd box

RE: Tomcat oracle 9 question

2003-11-04 Thread Didier Wiroth
Some more info The webapplication log file is claiming about this: Apache Tomcat/4.1.27 WebappClassLoader: validateJarFile(/usr/local/jakarta-tomcat4.1/webapps/ourapplication/WEB-INF/ lib/servlet.jar) - jar not loaded. See Servlet Spec 2.3, NoKey getDataType=javax.naming.NameNotFoundException:

RE: JNDIRealm...more

2003-11-04 Thread Robyne Vaughn
Hi, I've been watching your emails andI'm still trying to understand. I have a couple of ldap books and I'm trying to figure some things out. I can authenticate to AD with known OU's and known common names, but I can't use basic or form authentication and get them authenticated with just a

RE: How to collect IP addresses

2003-11-04 Thread Brian Menke
Thanks Tim, I'll look into it! Do you happen to know where a HOW-TO is that explains how to do this, or a good book? -Brian -Original Message- From: Tim Funk [mailto:[EMAIL PROTECTED] Sent: Monday, November 03, 2003 5:57 PM To: Tomcat Users List Subject: Re: How to collect IP addresses

RE: How to collect IP addresses

2003-11-04 Thread Shapira, Yoav
Howdy, http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/valve.html Yoav Shapira Millennium ChemInformatics -Original Message- From: Brian Menke [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 04, 2003 12:09 PM To: 'Tomcat Users List' Subject: RE: How to collect IP addresses

RE: How to collect IP addresses

2003-11-04 Thread Brian Menke
That's why I love this group. Thanks Tim and Yoav! -Brian Menke -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 04, 2003 9:12 AM To: Tomcat Users List Subject: RE: How to collect IP addresses Howdy,

detect WML or HTML

2003-11-04 Thread Stefan Moghadam
Does anyone have ideas on how to detect WML or HTML browsers from the same site and redirect the user to the same directory using JSP ? I would greatly appreciate the help. Thanks. Stefan Moghadam

RE: JNDIRealm...more

2003-11-04 Thread Robyne Vaughn
Justin, I REALLY appreciate your help. I've been stuck for a while. I believe that Users is a CN . (scanning thru the script, I don't see Users ever set as an OU, but I do see it as a CN.) How are you browsing around in AD's LDAP? I have a jndi jsp that I've tried finding things with. One

RE: JNDIRealm...more

2003-11-04 Thread Hart, Justin
I used * as my role-name. Justin -Original Message- From: Robyne Vaughn [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 04, 2003 12:38 PM To: Tomcat Users List Subject: RE: JNDIRealm...more Justin, I REALLY appreciate your help. I've been stuck for a while. I believe that Users is

RE: JNDIRealm...more

2003-11-04 Thread Hart, Justin
Oh, for the AD LDAP, I've been using the programs that came with Active Directory. There is also an ldp.exe, I dunno where that came from, but that's pretty useful. -Original Message- From: Hart, Justin Sent: Tuesday, November 04, 2003 12:39 PM To: Tomcat Users List Subject: RE:

Re: detect WML or HTML

2003-11-04 Thread Jon Wingfield
Use HTTP Accept or User-Agent headers to determine whether to redirect. Here's an example of the Accept headers from a Nokia 3510i wap phone: Header accept, value=application/vnd.wap.wtls-ca-certifi cate, application/x-wap-prov.browser-settings, application/x-nokia.settings,

Re: detect WML or HTML

2003-11-04 Thread Christoph Lechleitner
On Tue, 4 Nov 2003, Stefan Moghadam wrote: Does anyone have ideas on how to detect WML or HTML browsers from the same site and redirect the user to the same directory using JSP ? I would greatly appreciate the help. Thanks. Is what you want to know how to distinguish between HTML and WML

RE: typo on Valve component page

2003-11-04 Thread Shapira, Yoav
Howdy, I just fixed it, thanks. You'll see the fix when the site is updated at the next point release. Yoav Shapira Millennium ChemInformatics -Original Message- From: Roland Glenn McIntosh [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 04, 2003 12:34 PM To: Tomcat Users List

RE: Tomcat oracle 9 question

2003-11-04 Thread Alessandra . Nanni
The servlet.jar and classes12.jar should be under $CATALINA_HOME/common/lib I configured my server.xml to Oracle 9 using the jndi through the GlobalNamingResources and it works  GlobalNamingResources  !-- Test entry for demonstration purposes --  Environment name=simpleValue

RE: JNDIRealm...more

2003-11-04 Thread Robyne Vaughn
Thanks, Justin, You've given me some good pointers. I guess I'll do some more hammering and snooping. Our AD is on a server and the administrators gave me an administrator type password to try hitting it with, but they don't want me snooping around too much. I don't actually have direct access

RE: JNDIRealm...more

2003-11-04 Thread Hart, Justin
Good luck. -Original Message- From: Robyne Vaughn [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 04, 2003 1:07 PM To: Tomcat Users List Subject: RE: JNDIRealm...more Thanks, Justin, You've given me some good pointers. I guess I'll do some more hammering and snooping. Our AD is on a

RE: JNDIRealm...more

2003-11-04 Thread Robyne Vaughn
Thanks. -Original Message- From: Hart, Justin [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 04, 2003 12:10 PM To: Tomcat Users List Subject: RE: JNDIRealm...more Good luck. -Original Message- From: Robyne Vaughn [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 04, 2003

Session managing in Tomcat problem

2003-11-04 Thread Yansheng Lin
Hi I am not sure how to do this: My setup: -implemented javax.servlet.http.HttpSessionListener -in app's web.xml: listener listener-classmySessionListener/listener-class /listener -tomcat handles the creation of sessions and each of them

Re: Trust Store and Credentials

2003-11-04 Thread Walden Mathews
A little bit later... I guess the answer is 'no' to documentation. In that case, is there anyone out there who knows? The Tomcat docs on SSL are great for setting up without client-auth; works great. But when I point my client (browser or HttpsURLConnection) at the CLIENT-CERT protected site,

Apache 1.3.28/mod_jk-1.2.5/Solaris - fd leak?

2003-11-04 Thread srevilak
Hi all. I have a tomcat setup that works through mod_jk-1.2.5 and Apache 1.3.28, running on Solaris 7 and Solaris 8 boxes. I've found what appears to be a file descriptor leak. I haven't been able to find mention of this on http://marc.theaimsgroup.com/?l=tomcat-user, or in apache's bug

Re: Installing jakarta on linux RH9

2003-11-04 Thread Christopher Schultz
All, The newest version (4.1.29) should be fine. If I recall, however, there was a problem with Sun's Java Virtual Machine, and RH9, which used an incompatible threading library. No, on RH 9, all VMs will actually need the LD_ASSUME_KERNEL env variable (look in the archives for the details on

RE: Session managing in Tomcat problem

2003-11-04 Thread Shapira, Yoav
Howdy, I want to prevent tomcat creating new session for a particular request(i.e., You can't do that without hacking tomcat internals to the point where it is no longer a Servlet Specification-compliant server. Yoav Shapira This e-mail, including any attachments, is a confidential business

Re: Tomcat clustering and servletContext.

2003-11-04 Thread Christopher Schultz
Antony, I asked this question yesterday no one replied. Suppose Tomcat is running in a cluster with load balancer. If I put a JavaBean in ServletContext is it possible to access this bean in all machines ?. No, the ServletContext does not get propagated to other machines. Consider using a

Re: Installing jakarta on linux RH9

2003-11-04 Thread Remy Maucherat
Christopher Schultz wrote: All, The newest version (4.1.29) should be fine. If I recall, however, there was a problem with Sun's Java Virtual Machine, and RH9, which used an incompatible threading library. No, on RH 9, all VMs will actually need the LD_ASSUME_KERNEL env variable (look in

Formerly: Tomcat clustering and servletContext.

2003-11-04 Thread Hart, Justin
Ahh, you seem to know a bit about this. Given that I've authenticated someone, using JNDIRealm, can I then operate with their permissions on the server? IE, if they authenticate to Tomcat in JNDIRealm, do I get access to files that carry their NT permissions? Justin -Original

Re: [NEWBIE] Using LoaderInterceptor11 with tomcat 4.1.24

2003-11-04 Thread Filip Hanik
ContextInterceptor belonged to the old Tomcat 3.x You would use Valves, although, I doubt Valves will let you load additional stuff to the classloader Filip - Original Message - From: Julie christiana [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, November 03, 2003 8:28 PM

Re: detect WML or HTML

2003-11-04 Thread Christopher Schultz
Stefan, Does anyone have ideas on how to detect WML or HTML browsers from the same site and redirect the user to the same directory using JSP ? I would greatly appreciate the help. Thanks. What you want to do is look at the accept header. Here's the accept header that my browser sends:

Re: Do tag files get pooled

2003-11-04 Thread Christopher Schultz
John, I have noticed in the generated java files that tags that are java classes seem to get pooled ok, but tag file (jsp tags) do not seem to get pooled at all.. Has anyone else seen this and if so is it by design. I assume you mean instances of JSP tag libraries being used in JSP files. The

RE: [NEWBIE] Using LoaderInterceptor11 with tomcat 4.1.24

2003-11-04 Thread Shapira, Yoav
Howdy, You can't use the interceptors from tomcat 3.x in tomcat 4.x. You'd have to write your own Valve as Filip said. However, I don't think you want to do that. Tomcat will automatically load classes from jars placed in WEB-INF/lib and classes placed in WEB-INF/classes under webapp's root

Re: Apache 1.3.28/mod_jk-1.2.5/Solaris - fd leak?

2003-11-04 Thread Christopher Schultz
After the HUP, there are two additional file descriptors open. Another HUP will open up two more, and so forth. USR1 (aka apachectl graceful) seems to produce similar results. It sounds like mod_jk doesn't handle the restart notification from Apache very well. It's also possible that mod_jk

Re: Installing jakarta on linux RH9

2003-11-04 Thread Christopher Schultz
Remy, No, on RH 9, all VMs will actually need the LD_ASSUME_KERNEL env variable (look in the archives for the details on the problems and the workaround). Is this accurate? I use RH9 with kernel 2.4.20/i686, JDK 1.4.2-b28 without any LD_ASSUME_KERNEL setting (that I know of). The problems are

Re: Formerly: Tomcat clustering and servletContext.

2003-11-04 Thread Christopher Schultz
Justin, Given that I've authenticated someone, using JNDIRealm, can I then operate with their permissions on the server? IE, if they authenticate to Tomcat in JNDIRealm, do I get access to files that carry their NT permissions? Uhh, I'm not entirely sure, but I'd eat my proverbial hat if a user

RE: Formerly: Tomcat clustering and servletContext.

2003-11-04 Thread Hart, Justin
Works for me. Thanks. Justin -Original Message- From: Christopher Schultz [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 04, 2003 2:23 PM To: Tomcat Users List Subject: Re: Formerly: Tomcat clustering and servletContext. Justin, Given that I've authenticated someone, using

Re: Do tag files get pooled

2003-11-04 Thread Tim Funk
I think tag pooling was dropped for 5. (I can't remember) Benchmarks never showed a measureable performance increase. See the archives for tomcat-dev possible disscusions. -Tim Christopher Schultz wrote: John, I have noticed in the generated java files that tags that are java classes seem to

Re: Formerly: Tomcat clustering and servletContext.

2003-11-04 Thread Tim Funk
Neither. All permissions are of the OS user running the process. -Tim Hart, Justin wrote: Ahh, you seem to know a bit about this. Given that I've authenticated someone, using JNDIRealm, can I then operate with their permissions on the server? IE, if they authenticate to Tomcat in JNDIRealm,

Re: Do tag files get pooled

2003-11-04 Thread Christopher Schultz
Tim, I think tag pooling was dropped for 5. (I can't remember) Benchmarks never showed a measureable performance increase. Really? I suppose that's a good vote of confidence for the VM in general. I would think that saving a bunch of object instantiations and, later, garbage-collections would

Preloaded servlet runs init twice

2003-11-04 Thread mitch-tomcatuser.418c12
Tomcat 4.1.27 Windows XP JDK 1.3 In a secondary instance of Tomcat (CATALINA_BASE=c:\myapp) I have a servlet defined to preload load-on-startup1/load-on-startup The problem is that the init() method is run twice. If I remove the context definition for the web application, the preloaded

V Host

2003-11-04 Thread Javier
Hi I want to know if it's possible to configure a virtual host placed outside webapps... and how could I make it... (a simple sample will be helpfull) Thanks in advance jl - To unsubscribe, e-mail: [EMAIL PROTECTED] For

RE: Linux Distribution

2003-11-04 Thread Yansheng Lin
Will they still give out patches promptly for fedora? I doubt it though How's freeBSD or openBSD? -Original Message- From: Wade Chandler [mailto:[EMAIL PROTECTED] Sent: November 4, 2003 5:44 AM To: 'Tomcat Users List' Subject: RE: Linux Distribution Actually Red Hat isn't just

Re: Preloaded servlet runs init twice

2003-11-04 Thread IvanLatysh
Hello, [EMAIL PROTECTED] You wrote to [EMAIL PROTECTED] on Tue, 4 Nov 2003 13:47:04 -0600: mtc Tomcat 4.1.27 mtc Windows XP mtc JDK 1.3 mtc In a secondary instance of Tomcat (CATALINA_BASE=c:\myapp) I have a mtc servlet defined to preload load-on-startup1/load-on-startup mtc The

RE: detect WML or HTML

2003-11-04 Thread Nathan Mcminn
You may be able to discern this using the User-Agent header in the HTTP request. From there it is just a matter of serving the appropriate content, or redirecting. Nathan McMinn Application Developer NequalsOne - HealthCare marketing tools

what I'm I missing

2003-11-04 Thread Didier Wiroth
Hi, I've created a custom minimum server.xml. I don't understand why I can't use the admin manager webapps anymore. What do I have to add to my server.xml to be able to use both applications? Both applications are still in tomcat/webapps/admin.xml tomcat/webapps/manager.xml

RE: Session managing in Tomcat problem

2003-11-04 Thread Yansheng Lin
Then why does a session gets created again in the response stage? Does tomcat need that for anything? That's annoying! I invalidate the session at the end of execute() method in my Struts Action class since I don't need it anymore, then I trace the code back to RequestDispatcher.java in

Re: Session managing in Tomcat problem

2003-11-04 Thread Christopher Schultz
Yansheng, Then why does a session gets created again in the response stage? Does tomcat need that for anything? That's annoying! I invalidate the session at the end of execute() method in my Struts Action class since I don't need it anymore, then I trace the code back to RequestDispatcher.java

Re: what I'm I missing

2003-11-04 Thread Didier Wiroth
ok, sorry, problem solved! - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Severe notification ...

2003-11-04 Thread Mufaddal Khumri
I have my webapp up and running and am stress testing it. After a while I get this: Nov 4, 2003 1:50:12 PM org.apache.tomcat.util.threads.ThreadPool logFull SEVERE: All threads are busy, waiting. Please increase maxThreads or check the servlet status75 75 I have no idea why all threads would

Re: Severe notification ...

2003-11-04 Thread Erik Wright
Hi, I have had this problem exactly, and have been told that it is a bug in 4.1.24 to 4.1.27 that has been fixed in 4.1.29. Essentially, when working at or near the maximum connections (as defined in the Connector config in server.xml) some threads get permanently deadlocked or something. I

RE: Linux Distribution

2003-11-04 Thread John Corrigan
There is always Debian. One of the reasons I switched to Debian was how easy it is to stay current with patches. -Original Message- From: Yansheng Lin [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 04, 2003 12:00 PM To: 'Tomcat Users List'; [EMAIL PROTECTED] Subject: RE: Linux

wierd error.....

2003-11-04 Thread RPITRE
When i have the code below in my web.xml file... error-page error-code404/error-code location/file_not_found.jsp/location /error-page I get this error 2003-11-04 16:31:46 ErrorDispatcherValve[localhost]: Exception Processing ErrorPage[errorCode=404,

Session mixup problem in Tomcat with Coyote Connector

2003-11-04 Thread Krishna Ganti
Hi, We are seeing a session mixup problem in a deployed tomcat instance running with coyote connector. A user is seeing another user's data and request parameters. We took a look at the Coyote code and found out that parameters are not reset till the next request. If a thread switch were to

RE: Session managing in Tomcat problem

2003-11-04 Thread Yansheng Lin
Hi Chris, I just tried your suggestion, but I am getting a 500: org.apache.jasper.JasperException: can't access SESSION_SCOPE without an HttpSession at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:254) at

Re: Session managing in Tomcat problem

2003-11-04 Thread Christopher Schultz
Yansheng, Hi Chris, I just tried your suggestion, but I am getting a 500: org.apache.jasper.JasperException: can't access SESSION_SCOPE without an HttpSession And it's kind of strange since in my struts-config, I set the action to be request scope. Well, if you need something to be in the

RE: Session managing in Tomcat problem

2003-11-04 Thread Yansheng Lin
What do you mean I need something to be in the session? Tomcat needs? I was forwarding user back to the request page after finish my execute() method. I don't use session at all. -Original Message- From: Christopher Schultz [mailto:[EMAIL PROTECTED] Sent: November 4, 2003 3:10 PM

Re: Session managing in Tomcat problem

2003-11-04 Thread Christopher Schultz
Yansheng, What do you mean I need something to be in the session? Tomcat needs? I was forwarding user back to the request page after finish my execute() method. I don't use session at all. You are using a struts bean tag to pull a value out of the session in one of your JSPs. That's the one

RE: Session managing in Tomcat problem

2003-11-04 Thread Yansheng Lin
This is my entire jsp page (status.jsp): %@ page language=java % %@ page session=false % %@ taglib uri=/WEB-INF/struts-bean.tld prefix=bean % bean:write name=manageStatusForm property=statusMessage scope=request/ I don't understand it now. And I thought I got scope thing figured out in Struts.

RE: Linux Distribution

2003-11-04 Thread Wade Chandler
So some how since they are more open source means that Fedora will suck..? Hmmm. Does tomcat suck? Nope. Does Apache suck? nope. What about Castor from Exolab? Nope. That's been my point and I'm sticking to it. What about many other open source projects? What about Netbeans? I can't see the

Re: Session managing in Tomcat problem

2003-11-04 Thread Christopher Schultz
Yansheng, This is my entire jsp page (status.jsp): %@ page language=java % %@ page session=false % %@ taglib uri=/WEB-INF/struts-bean.tld prefix=bean % bean:write name=manageStatusForm property=statusMessage scope=request/ That's odd: you are definately setting the scope to request. You should

Tomcat 4.1.29, Apache 2.0.48, mod_jk2 2.02, JDK 1.4.2 and W2000

2003-11-04 Thread Robert Leftwich
I am attempting to get this combination to work correctly using an in process Tomcat *without* using AJP, as the 8k hard limit on total request size imposed by AJP is not viable in my situation. Now, I can get the setup to work using AJP, based on the many how-to's contributed by various people

Re: Tomcat 4.1.29, Apache 2.0.48, mod_jk2 2.02, JDK 1.4.2 and W2000

2003-11-04 Thread Christopher Schultz
Robert, I am attempting to get this combination to work correctly using an in process Tomcat *without* using AJP, as the 8k hard limit on total request size imposed by AJP is not viable in my situation. There's an 8k maximum request size with the AJP protocol? Really? I've been uploading files

Re[2]: Tomcat oracle 9 question ( cant load jdbc class 'null' )

2003-11-04 Thread Andrey . Rogov
Hi, My Error - Cannot Load JDBC class 'null' . Any suggestions would be great ! 1. I downloaded Tomcat 5.0.12, 2. Read 2 articles about this problem ( King Daniel Alessandra Nanni ) 3. JARS ( classes12 commons-*, in common/lib 4. In server.xml put lines !-- Global JNDI

RE: Session managing in Tomcat problem

2003-11-04 Thread Yansheng Lin
Ok, but in case anyone wants to know more about the error, here is its entirety. it does seem it's more of struts-related from the ROOT cause. Thanks! HTTP Status 500 - type Exception report message

security-constraint question

2003-11-04 Thread Giselle Dazzi
Hi everybody, Im using the security-constraint feature of Tomcat. Everything works well, but I dont know how to retrieve the login entered during authentication to use it throughout my application... Have you guys done this before ? thx My login page is specified in my web.xml: login-config

Re: Tomcat 4.1.29, Apache 2.0.48, mod_jk2 2.02, JDK 1.4.2 and W2000

2003-11-04 Thread Robert Leftwich
At 09:37 AM 5/11/2003, Christopher Schultz wrote: Robert, I am attempting to get this combination to work correctly using an in process Tomcat *without* using AJP, as the 8k hard limit on total request size imposed by AJP is not viable in my situation. There's an 8k maximum request size with

Re: security-constraint question

2003-11-04 Thread Caroline Jen
First of all, I am not sure that you need realm-name in teh web.xml if you user form-based authentication. You may use getRemoteUser() to get the name of the user. --- Giselle Dazzi [EMAIL PROTECTED] wrote: Hi everybody, Im using the security-constraint feature of Tomcat. Everything works

SOLVED, THANKS A LOT King Daniel Alessandra !!!

2003-11-04 Thread Andrey . Rogov
Hello Andrey, Wednesday, November 5, 2003, 12:39:17 AM, you wrote: Hi, My Error - Cannot Load JDBC class 'null' . ARun Any suggestions would be great ! ARun 1. I downloaded Tomcat 5.0.12, ARun 2. Read 2 articles about this problem ARun ( King Daniel Alessandra Nanni ) ARun 3. JARS

RE: wierd error.....

2003-11-04 Thread Tracy Saward
Hi, We are independent consultants currently undertaking a study of satisfaction among end-users of Open Source Software, notably Tomcat, for a company which has asked us for recommendations in terms of deploying policy for such systems. I was hoping to set up a quick (5 minute) telephone

RE: Session mixup problem in Tomcat with Coyote Connector

2003-11-04 Thread Tracy Saward
Hi, We are independent consultants currently undertaking a study of satisfaction among end-users of Open Source Software, notably Tomcat, for a company which has asked us for recommendations in terms of deploying policy for such systems. I was hoping to set up a quick (5 minute) telephone

RE: Session managing in Tomcat problem

2003-11-04 Thread Tracy Saward
Hi, We are independent consultants currently undertaking a study of satisfaction among end-users of Open Source Software, notably Tomcat, for a company which has asked us for recommendations in terms of deploying policy for such systems. I was hoping to set up a quick (5 minute) telephone

RE: Session managing in Tomcat problem

2003-11-04 Thread Tracy Saward
Hi, We are independent consultants currently undertaking a study of satisfaction among end-users of Open Source Software, notably Tomcat, for a company which has asked us for recommendations in terms of deploying policy for such systems. I was hoping to set up a quick (5 minute) telephone

RE: Linux Distribution

2003-11-04 Thread Tracy Saward
Hi, We are independent consultants currently undertaking a study of satisfaction among end-users of Open Source Software, notably Tomcat, for a company which has asked us for recommendations in terms of deploying policy for such systems. I was hoping to set up a quick (5 minute) telephone

RE: Tomcat 4.1.29, Apache 2.0.48, mod_jk2 2.02, JDK 1.4.2 and W2000

2003-11-04 Thread Tracy Saward
Hi, We are independent consultants currently undertaking a study of satisfaction among end-users of Open Source Software, notably Tomcat, for a company which has asked us for recommendations in terms of deploying policy for such systems. I was hoping to set up a quick (5 minute) telephone

RE: Re[2]: Tomcat oracle 9 question ( cant load jdbc class 'null' )

2003-11-04 Thread Tracy Saward
Hi, We are independent consultants currently undertaking a study of satisfaction among end-users of Open Source Software, notably Tomcat, for a company which has asked us for recommendations in terms of deploying policy for such systems. I was hoping to set up a quick (5 minute) telephone

Servlet Loaded

2003-11-04 Thread Peter O'Reilly
To all, Anybody know how you can tell if a specific servlet is loaded into Tomcat(4.1.29) after it's started? -Peter - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: security-constraint question

2003-11-04 Thread Christopher Schultz
Giselle, Im using the security-constraint feature of Tomcat. Everything works well, but I dont know how to retrieve the login entered during authentication to use it throughout my application... Have you guys done this before ? What you want is request.getUserPrincipal(). This will return a

  1   2   >