Re: Tomcat 4 - OpenSSL - IE client certificate works partially

2002-07-01 Thread Marcelo Demestri
Hi Henrik !!! I'm interested in your HOW-TO for making client certificates for Tomcat... and don't worry, i love the tricky stuff !!! :-) Thanks... Marcelo - Original Message - From: Henrik Schultz [EMAIL PROTECTED] To: tomcat-user

Re: How to force Tomcat to compile?

2002-02-05 Thread Marcelo Demestri
Define a context (in your server.xml configuration file) to your web app. like: Context path=/myapp docBase=myapp debug=0 reloadable=true The reloadable=true is what do you need. Chau chau. Marcelo P.S.: To enforce TC to re-compile, you can delete all the

[Repost] Re: Context problem (I think)

2002-01-24 Thread Marcelo Demestri
and the forward/include onward. Example:getServletContext().getContext("/myapp/").getRequestDispatcher("/myapp/myarc h.jsp").forward(request, response); Dan - Original Message - From: "Marcelo Demestri" [EMAIL PROTECTED] To: "Tomcat Users List"

Re: setting classpath in TOMCAT 4.0

2002-01-24 Thread Marcelo Demestri
Hi Craig! Only a curiosity... Proving the execution of beans through a jsp page, I discovered that if I directly put my class in MyApp/WEB-INF/classes and made the call from the jsp page, jsp:useBean id=formbean class=z.testBean scope=session / TC gives me this error:

Re: mod_jk with Tomcat4

2002-01-21 Thread Marcelo Demestri
In order to integrate Apache-Tomcat by means of the connector mod_jk you need: - mod_jk.dll (to place it in the folder you modulate of apache). - to modify the file server.xml of TC, qualifying the Ajp13 connector and commenting the part of mod_webapp - to modify the file httpd.conf

TomcatApache running in different boxes

2002-01-17 Thread Marcelo Demestri
Hi people! Before nothing, thanks to all for the offered aid. This list is fantastic! :-) Now, my boring question ;-) I need to integrate Apache and Tomcat but each one running in different machines. How I can do it? I have connected successful Apache and Tomcat with the connector mod_jk, but

----TomcatApache running in different boxes

2002-01-17 Thread Marcelo Demestri
(Maybe, this is a reposting... I have an error when send this mail the first time... if it is thus, sorry ;-) Hi people! Before nothing, thanks to all for the offered aid. This list is fantastic! :-) Now, my boring question ;-) I need to integrate Apache and Tomcat but each one running in

Re: ----TomcatApache running in different boxes

2002-01-17 Thread Marcelo Demestri
Thanks to respond David! I think just like you say, but I don't know how to form the variable workers.tomcat_home in workers.properties. Thus I did it when TC and Apache are in the same PC (and it works): workers.tomcat_home=c:\Program Files\jakarta-tomcat-4.0.1 What value I must give when

Re: page not found error using apache/tomcat

2002-01-17 Thread Marcelo Demestri
I believe this is a bug in the webapp module and I struggled several days about this problem too. You must enter the ending '/' for a directory. e.g. http://x.x.com/examples/ You can try define a context with examples/ too, in the server.xml... maybe work ! :-) Hasta pronto...

--- Please helpme: Tomcat visibility (I think!)

2002-01-16 Thread Marcelo Demestri
Hi all! I hope that someone can help me, since this is urgent for me. I have a servlet that processes certain information according to the data provided by the user. My problem is: this servlet, when creating the path to call certain jsp, uses a relative path of the type / MyApp/html/arch.jsp .

Re: --- Please helpme: Tomcat visibility (I think!)

2002-01-16 Thread Marcelo Demestri
-Original Message- From: Marcelo Demestri [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 16, 2002 12:14 PM To: Tomcat Users List Subject: --- Please helpme: Tomcat visibility (I think!) Hi all! I hope that someone can help me, since this is urgent for me. I have a servlet

Re: --- Please helpme: Tomcat visibility (I think!)

2002-01-16 Thread Marcelo Demestri
exactly what the servlet is doing. I could be wrong in my interpretation of what you mean by call in creating the path to call certain jsp. I'm assuming a RequestDispatcher include or forward. Cheers, Larry -Original Message- From: Marcelo Demestri [mailto:[EMAIL PROTECTED

Re: tomcat 4.01 and win2000 server-cant get it to work

2002-01-16 Thread Marcelo Demestri
Generally (by default in the installation), Tomcat qualifies port 8080 for HTTP requests, unless you changes explicitly this port in the server.xml configuration file. Test with http://localhost:8080/examples/jsp/index.html Marcelo - Original Message - From: Martin Sujkowski [EMAIL

Re: extending webapp from WebdavServlet

2002-01-10 Thread Marcelo Demestri
The $CATALINA_HOME/server/lib/ is for all classes and resources required to implement Tomcat 4 itself. Try in $CATALINA_HOME/lib/ . According with the documentation, this is the place to put classes and resources that you wish to share across ALL web applications For more information,

Re: tomcat 4.0/ Apache1.3.22 problem

2002-01-09 Thread Marcelo Demestri
See http://www.galatea.com/flashguides/apache-tomcat-4-win32.xml I utilize mod_jk instead of mod_webapp because I have troubles with the last. But I work on Win2K, perhaps this is the point. Nevertheless, mod_jk works fine in my environment: Win2K pro, JDK1.3.1, Apache 1.3.22 and

Re: Support for AJP13

2002-01-09 Thread Marcelo Demestri
Hello I've just upgraded from Tomcat 3.2.3 to 4.0.1. Our system uses Apache for static content so I was used to configuring ajp12. I note in the new version that there is ajp13, although I have configured the integration to use the new MOD_WEBAPP connector. Which method is now supported

mod_webapp vs. mod_jk

2002-01-09 Thread Marcelo Demestri
Hi all! I tried to utilize mod_webappfor the integration Apache-Tomcat. I read the documentation and followed all the steps but I couldn't resolve the Tomcat problem of serve static content. My environment: - Win2k pro - JDK 1.3.1 - Apache 1.3.22 - Tomcat 4.0.1 Finally, I tried with

Re: mod_webapp.c

2002-01-09 Thread Marcelo Demestri
I don't have any experience in Solaris, but in Win2K pro environment this line (AddModule mod_webapp.c) can or can not be write in the httpd.conf file. Nevertheless, i suggest you to write this line in your httpd.conf file. Marcelo - Original Message - From:

Re: Tomcat 4 integration with apache

2002-01-08 Thread Marcelo Demestri
The guide is excellent! But I configure the WARP connector mod_webapp following all the steps correctly and still there are problems with the static contents. I work on W2K pro, JDK 1.3.1, Apache 1.3.22 and Tomcat 4.0.1 I succeed the integration Apache-Tomcat with the mod_jk

Re: tomcat-apache win32 integration problem with 100% CPU utilization

2002-01-07 Thread Marcelo Demestri
? Perhaps I will download Netscape and try it... -Original Message- From: Marcelo Demestri [mailto:[EMAIL PROTECTED]] Sent: Friday, January 04, 2002 9:25 PM To: Tomcat Users List Subject: Re: tomcat-apache win32 integration problem with 100% CPU utilization I have the same problem

Re: Tomcat 4 and Apache 1.3

2002-01-07 Thread Marcelo Demestri
Hi Jose! I have the same problem. When I install Tomcat 4.0.1 and Apache 1.3.22 in an environment W2K professional with JDK 1.3.1 and the mod_webapp WARP connector, I get the following problem: Whenever I try to access the Tomcat example index page:

Re: tomcat-apache win32 integration problem with 100% CPU utilization

2002-01-04 Thread Marcelo Demestri
I have the same problem... I don't know what to do. I try all, everything, but the problem persist (I'm desolated :-(. It's very weird. There is a guru to clarify this problem? - Original Message - From: BW [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, January 04, 2002 12:09 PM

Re: tomcat-apache win32 integration problem with 100% CPU utilization

2002-01-04 Thread Marcelo Demestri
as the browser? Perhaps I will download Netscape and try it... -Original Message- From: Marcelo Demestri [mailto:[EMAIL PROTECTED]] Sent: Friday, January 04, 2002 9:25 PM To: Tomcat Users List Subject: Re: tomcat-apache win32 integration problem with 100% CPU utilization I have the same

Re: update from jserv to tomcat 4.0.1

2002-01-03 Thread Marcelo Demestri
If you only use jsp's pages and servlets and don't have a lot of people accesing your site, Tomcat Stand-Alone is the right play, I think. Marcelo - Original Message - From: marcel beltz [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Thursday, January 03,

Servlet visibility in Apache-Tomcat

2002-01-02 Thread Marcelo Demestri
Hi all ! I use Apache 1.3.22 and Tomcat 4.0.1 with the WARP connector mod_webapp (W2k pro and JDK 1.3.1) I have a little problem: When I request the URL http://localhost/servlet/myservlet?param1=value1param2=value2 to apache I get the 404 Page Not Found. Nevertheless, when I request

Re: tomcat servlet output

2002-01-02 Thread Marcelo Demestri
But if I want to write in a log file, how I do it? I need to modify server.xml or web.xml? Which lines I must append to this configuration files? Thanks in advance and HAPPY NEW YEAR TOO !!! Marcelo - Original Message - From: Guido Medina [EMAIL PROTECTED] To: 'Tomcat

Re: Getting tomcat to re-compile all .jsp's

2001-12-31 Thread Marcelo Demestri
Try to delete the contents of the work folder (Tomcat 4.0.1). This folder has all the servlet compiled from the jsp's pages. Tell me if it works! Marcelo - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, December 30, 2001

Servlet visibility

2001-12-29 Thread Marcelo Demestri
Hi all ! I use Apache 1.3.22 and Tomcat 4.0.1 with the WARP connector mod_webapp (W2k pro and JDK 1.3.1) I have a little problem: When I request the URL http://localhost/servlet/myservlet?param1=value1param2=value2 to apache I get the 404 Page Not Found. Nevertheless, when I request

Problem with the mod_webapp connector

2001-12-27 Thread Marcelo Demestri
Hi everybody! I have a "mission" for this list :-) When I install Tomcat 4.0.1 and Apache 1.3.22 in an environment W2Kprofessional with JDK 1.3.1 and the mod_webapp WARP connector, I get the following problem: Whenever I try to access the Tomcat example index page:

JSP translation's problem...

2001-12-13 Thread Marcelo Demestri
Hi ! I need help, my problem is: I call a bean from one jsp page but the result (HTML code) throw by the bean appars at the top of the HTML page served by the web server (I use Tomcat 4.0.1) instead of the position I call it Example: 1) My jsp page !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.0

Re: JSP translation's problem...

2001-12-13 Thread Marcelo Demestri
code do your output lines directly Something like out.println(My page is a wonderful thing); S -Original Message- From: Marcelo Demestri [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 13, 2001 8:10 PM To: Tomcat Users List Subject: JSP translation's problem... Hi ! I need

JSP translation's problem...

2001-12-13 Thread Marcelo Demestri
code do your output lines directly Something like out.println(My page is a wonderful thing); S -Original Message- From: Marcelo Demestri [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 13, 2001 8:10 PM To: Tomcat Users List Subject: JSP translation's problem... Hi ! I need

Re: JSP translation's problem...

2001-12-13 Thread Marcelo Demestri
[EMAIL PROTECTED] wrote: try this. set the page buffer to 0. put this line of code at the very top of your jsp %@ page buffer=0 autoFlush=true % thanks. RS. Work !!! Thank you... i hava yet troubles but this directive permit the correct HTML code generation's order. And thanks