apache ssl or tomcat ssl?

2004-09-09 Thread Fred Blaise
Hello Tomcat newbie over here.. I was wondering.. I have my apache server set up to handle SSL (443) and my tomcat (5.0.28) as well on port 8443. Is there any reason why I should use the Tomcat SSL, whereas I already have apache SSL? Only thing I see at the moment is that some places (like my

basic FORM-based authentication failing

2004-09-10 Thread Fred Blaise
Hello all I have been trying to set up FORM based authentication, but it only works half-way. When I try to get to the protected resource, it sends me to the login page: good. If I authenticate incorrectly, then it sends me to the login error page: good. If I authenticate _correctly_, it also

Re: [SOLVED] basic FORM-based authentication failing

2004-09-10 Thread Fred Blaise
Awful typo... works much better when j_user_name is spelled j_username Issue resolved. Thanks. fb. Quoting Fred Blaise [EMAIL PROTECTED]: Hello all I have been trying to set up FORM based authentication, but it only works half-way. When I try to get to the protected resource

Re: Home page Administration and Manager links

2004-09-15 Thread Fred Blaise
look under $CATALINA_HOME/server/webapps. Copy manager to the $CATALINA_HOME/webapps, and change its context path in manager.xml, and add this directory to your workers2.properties. That's how i got it to run. Hope it helps. fb. On Wed, 2004-09-15 at 12:54 -0500, Pamela Stangl wrote: I just

Re: Home page Administration and Manager links

2004-09-15 Thread Fred Blaise
ahh.. and mine was under tomcat 5.0.28... didn't read careflully enough. Don't know if it will apply to 4.x. fb. On Wed, 2004-09-15 at 12:54 -0500, Pamela Stangl wrote: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL

Re: Problem rendering JSP 2.0 examples on Tomcat install

2004-09-15 Thread Fred Blaise
it seems like you're passing the wrong argument to the function... method: _jspx_meth_mytag_helloWorld_0 signature: (Ljavax/servlet/jsp/PageContext;)Z) Incompatible argument to function code? fb. On Wed, 2004-09-15 at 17:22 -0600, Luke FERNANDEZ wrote: Incompatible argument to function

web.xml - security-constraint oddity/problem

2004-10-06 Thread Fred Blaise
Hello I am running apache 2.0.46 with SSL with tomcat/mod_jk2, white box linux. I do not have tomcat running SSL on 8443. So I have this issue with my app... I am securing my app with the security-constraint tag in web.xml (connected to mysql backend), it works perfectly with the

[SOLVED] Re: web.xml - security-constraint oddity/problem

2004-10-06 Thread Fred Blaise
Well, that was an easy fix... I just changed the redirect port of the Coyote/JK2 AJP 1.3 Connector on port 8009, to 443 instead of 8443... :) Fred On Wed, 2004-10-06 at 22:56 -0500, Fred Blaise wrote: Hello I am running apache 2.0.46 with SSL with tomcat/mod_jk2, white box linux. I do

url-pattern/*.jsp/url-pattern

2004-10-06 Thread Fred Blaise
any possible way i can achieve this in my web.xml ? Bc it wont the app won't start with this... (tomcat 5.0.28) url-pattern/*.jsp/url-pattern thanks fb. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: url-pattern/*.jsp/url-pattern

2004-10-07 Thread Fred Blaise
servlet. What are you trying to achieve? On Thu, 2004-10-07 at 15:22, Fred Blaise wrote: any possible way i can achieve this in my web.xml ? Bc it wont the app won't start with this... (tomcat 5.0.28) url-pattern/*.jsp/url-pattern thanks fb