Re: ApacheSSL + Tomcat 4.12 change from HTTPS to port 443

2003-01-30 Thread Antonio Vázquez
I get the solution. Change TOMCAT 4.1.12 to TOMCAT 4.1.18 Thanks to all answers. Antonio, Antonio Vázquez [EMAIL PROTECTED] www.winsoftsystems.com - Original Message - From: "Turner, John" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" <[EMAIL

Re: ApacheSSL + Tomcat 4.12 change from HTTPS to port 443

2003-01-30 Thread Antonio Vázquez
tand that...it's the examples. I guess I don't understand why it is so important for that examples URL to work over SSL. Are you saying you duplicated that setup for your own webapp, and are seeing the same behavior? John > -Original Message- > From: Antonio Vázquez [mailto

Re: ApacheSSL + Tomcat 4.12 change from HTTPS to port 443

2003-01-30 Thread Antonio Vázquez
ROTECTED]] > Sent: Thursday, January 30, 2003 5:11 PM > To: 'Tomcat Users List' > Subject: RE: ApacheSSL + Tomcat 4.12 change from HTTPS to port 443 > > https://mihost/examples/servlet/ just calls the Invoker > servlet (on 4.1.18, > at least). > > What behav

Re: ApacheSSL + Tomcat 4.12 change from HTTPS to port 443

2003-01-30 Thread Antonio Vázquez
3 https://mihost/examples/servlet/ just calls the Invoker servlet (on 4.1.18, at least). What behavior are you expecting, exactly? John > -Original Message- > From: Antonio Vázquez [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 30, 2003 10:52 AM > To: Tomcat Users L

Re: ApacheSSL + Tomcat 4.12 change from HTTPS to port 443

2003-01-30 Thread Antonio Vázquez
I test this: https://mihost/examples/servlet/index.html WORKS!! (all the examples run in HTTPS) https://mihost/examples/servlet/DOESN'T WORK!! -- Redirect to ---> http://mihost:443/servlet/index.html Any idea? Antonio Vázquez [EMAIL PROTECTED] www.winsoftsystems.com -

Re: ApacheSSL + Tomcat 4.12 change from HTTPS to port 443

2003-01-30 Thread Antonio Vázquez
> Which is your platform ? > Thanks > > Ing. Gustavo A. Edelstein > Tech. Mgr. > Equiplus S.A. > www.equiplus.com > - Original Message - > From: "Antonio Vázquez" <[EMAIL PROTECTED]> > To: "Tomcat" <[EMAIL PROTECTED]> > Sent:

Re: web.xml servlet and resources

2003-01-30 Thread Antonio Vázquez
Richard, Usually the servlet are in the WEB_INF directory, and this is forbidden for the users. If you put an image inside web-inf/servlet/images.. you will not be able to retry it. You cannot use the url .../web-inf/images/... Usually you create a image folder at the same level that WEB_INF fold

Re: what is catalina?..

2003-01-30 Thread Antonio Vázquez
Catalina is the name of the Java class of Tomcat from version 4.0 When you start tomcat, really you are starting catalina class; Antonio, - Original Message - From: Ramkumar Krishnan To: Tomcat Users List Sent: Friday, December 06, 2002 12:35 PM Subject: what is catalina?.. Hi, I am

ApacheSSL + Tomcat 4.12 change from HTTPS to port 443

2003-01-30 Thread Antonio Vázquez
secure and appears the url http://mihost:443/examples/servlets/index.html The port 443 is the SSL port. How can avoid this?. I want the https protocol all the time. Thanks. Antonio Vázquez [EMAIL PROTECTED] www.winsoftsystems.com

Re: Apache 2.0 + Tomcat 4.1.12 + Realms + Java WebStart don't work

2003-01-15 Thread Antonio Vázquez
Holger, I think that the problems was in the spanish and special characters "ñó()" in the descriptions. Thanks for your help Antonio Vázquez [EMAIL PROTECTED] www.winsoftsystems.com - Original Message - From: "Stratmann, Holger" <[EMAIL PROTECTED]> To: &qu

Apache 2.0 + Tomcat 4.1.12 + Realms + Java WebStart don't work

2003-01-14 Thread Antonio Vázquez
use realm logins. Any idea? Thanks Antonio Vázquez [EMAIL PROTECTED] www.winsoftsystems.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Invalid command 'WebAppDeploy'

2002-09-03 Thread Antonio Vázquez
I tried to connect Apache and Tomcat 4.0.1 in SUSE Linux 6.4 The lines in the file httpd.conf are equal to the user guide: httpd.conf (last lines) # Tomcat 4.0.1 LoadModule webapp_module /usr/lib/apache/mod_webapp.so AddModule mod_webapp.c WebAppConnection conn warp localhost:8008 WebAppDeploy

I need mod_jserv.so for HP-UX 10.20

2000-11-21 Thread Antonio Vázquez
.   I will thanks all my life.   Antonio Vázquez[EMAIL PROTECTED]

Some questions...

2000-10-24 Thread Antonio Vázquez
Hi all, what is the recommended way to authenticate users using Apache+Tomcat, with Cookies or with Sessions ID? And could anybody tell me about a good tutorial that explains the Tomcat application framework?   Thanks in advance.

Problem with Cookies

2000-10-23 Thread Antonio Vázquez
Hi all, I have a problem with cookies. We a have a servlet that sends you a manage to control users in the application, but really it doesn`t  make nothing ( the cookie isn`t sent to the navigator). Otherwise this servlet, with Javawebserver, works really fine. The example that comes with t