Re: how to replace j_security_check

2005-06-26 Thread Michael Echerer
Marten Lehmann wrote: Hello, So far, this is not a problem. Looking up users through jdbc isn't a problem as well. But how can I inform the container about a successful login, so that calls to request.getRemoteUser() and request.isUserInRole(manager) will behave as if I logged in through

Re: configure HTTP1.1 pipline depth on Tomcat 5.0

2005-06-26 Thread charly
OK my knowledge was weak and I am also not an expert on TC internals. But pipelining makes only sense when the requests could be useful parallel processed (e.g. CPU intensive and more CPU's available) and do not depend on each other. The responses must be delivered anyhow in incoming sequence.

howto on compiling mod_jk2 for windows

2005-06-26 Thread Mark
Can someone point me to a site that will describe how to compile mod_jk2 for windows? thank you. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: howto on compiling mod_jk2 for windows

2005-06-26 Thread Alan Chandler
On Sunday 26 June 2005 14:53, Mark wrote: Can someone point me to a site that will describe how to compile mod_jk2 for windows? Are you aware that mod_jk2 is depreciated in favour of an updated mod_jk. Binaries of mod_jk are available on the jakata.apache.org web site. -- Alan Chandler

.java extension missing in jsp stack trace

2005-06-26 Thread David Bennett
Using: Tomcat 5.5.9 on Windows XP Why do JSPs compiled under Jasper not have .java in their Stack trace. For example, The JSP: % String s=null; Integer i=new Integer(s); % Generates the following stack trace: Jun 26, 2005 12:41:07 PM org.apache.catalina.cre.StandardWrapperValve

Re: http session lost between struts action

2005-06-26 Thread Torsten Römer
But they use Struts, where URL rewriting is done automatically if cookies are disabled, presumed the relevant tags are used rather than plain HTML links, for example. Maybe that's the problem, that in some link, form action or redirect the jsessionid is missing. Then of course the session is

Re: http session lost between struts action

2005-06-26 Thread Dakota Jack
There is nothing wrong. You don't have a new session in your browser. On 6/23/05, angelina zh [EMAIL PROTECTED] wrote: Hi, Can anyone please help me on this session lost issue? Here is the problem I am getting: -- If I open a IE 6.0 browser and log into the web site we are developing,

Re: http session lost between struts action

2005-06-26 Thread Dakota Jack
Again there is nothing wrong, so the fix does not help. ///;-) On 6/23/05, angelina zh [EMAIL PROTECTED] wrote: Michael, Thank you so much for your reply. The login page is a JSP page. In the JSP page, the login form's mothod is post and the action is a struts action. After login, we

Re: http session lost between struts action

2005-06-26 Thread Dakota Jack
Again, there is no problem, so don't accept any solutions. You leave some (most actually) open and the session remains open. On 6/26/05, Torsten Römer [EMAIL PROTECTED] wrote: But they use Struts, where URL rewriting is done automatically if cookies are disabled, presumed the relevant tags

Re: howto on compiling mod_jk2 for windows

2005-06-26 Thread Mark
yeah, I knew it was deprecated. I have had more experience with mod_jk2 and keep using it. I will take a look at the mod_jk stuff. I was not aware of the mod_jk updates. ...thanks. On 6/26/05, Alan Chandler [EMAIL PROTECTED] wrote: On Sunday 26 June 2005 14:53, Mark wrote: Can someone

Re: Does JavaFaces cause Tomcat webapp deployment Issues?

2005-06-26 Thread Anoop kumar V
Is this 2005-6 MinWebapp3 the JavaFaces webapp? Also does this appear as a folder under webapps, with a space in between? Honestly I have not encountered having any problems running javafaces with other apps under tomcat. -Anoop On 6/24/05, Rob Goh [EMAIL PROTECTED] wrote: Hi Jason (and

start tomcat

2005-06-26 Thread martin
hi i use tomcat 5 on a suse 9.2 if i try to start with rctomcat start done is be displayed but if i try tomcat status unused is displayed and he is not reachable here my logfiles: catalina.out: java.lang.IllegalArgumentException: addRepositoryInternal         at

Virtual hosts with standalone tomcat 5.5.9

2005-06-26 Thread john_wjf935 . fletcher
I tried simply going like this Host name=www.mysite.com Context path= docBase=/var/www/server1 reloadable=true debug=0 / /Host Host name=mail.external.mysite.com Context path= docBase=/var/www/server2 reloadable=true debug=0 / /Host I believe you are only allowed to have one Context

How to configure Taglib in Tomcat

2005-06-26 Thread Kevin Kang \(CSS\)
Hi, all I am practicing Struts in Tomcat. So there is a file named struts-html.tld should be used. I have configured as what getting started said, but still got an exception. The exception info is below: org.apache.jasper.JasperException: /index.jsp(26,0) Attribute name invalid for tag

RE: Virtual hosts with standalone tomcat 5.5.9

2005-06-26 Thread Caldarale, Charles R
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Subject: Virtual hosts with standalone tomcat 5.5.9 I tried simply going like this Host name=www.mysite.com Context path= docBase=/var/www/server1 reloadable=true debug=0 / /Host Host name=mail.external.mysite.com Context path=