RE: How to force Tomcat to compile?

2002-02-05 Thread Guido Medina
just do it with the following two command lines: cd .../WEB-INF/classes javac *.java Guido. -Original Message- From: Anja Falkner [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 05, 2002 2:24 PM To: Tomcat Users List Subject: How to force Tomcat to compile? Hi, is there a

RE: Tomcat Crash on Win2K

2002-02-01 Thread Guido Medina
Try the lastest release of Sun JDK, remember to unistall first the other one and install this on the same dir, so you won't have to change too many configuration issues... Guido. -Original Message- From: Randy Layman [mailto:[EMAIL PROTECTED]] Sent: Friday, February 01, 2002 8:53 AM To:

RE: Threads problem with Apache 1.3.22 + Tomcat 3.3 + Cocoon 1.8.2 on a Solaris x86 2.8 box (with Solaris VM (build Solaris_JDK_1.2.2_05a, native threads, sunwjit))

2002-01-16 Thread Guido Medina
Try upgrading to jdk 1.3.lastest_lastest -Original Message- From: Roman Medina [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 16, 2002 1:22 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Threads problem with Apache 1.3.22 + Tomcat 3.3 + Cocoon 1.8.2 on a

RE: SIMPLE PROBLEM..I think

2002-01-09 Thread Guido Medina
Read the manual first...It is simple 2 understand -Original Message- From: Catalin [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 09, 2002 7:23 PM To: [EMAIL PROTECTED] Subject: SIMPLE PROBLEM..I think hi 2 all! I'm new to jakarta and I have this pb: I want to build a new web

RE: TC4.01: custom Authenticator

2002-01-09 Thread Guido Medina
the only you have to do is to inherite the authenticator scheme from Tomcat and re-write the methods...that's all, in the manual is explained how and which class you have to extend... Guido. -Original Message- From: Dan Kha [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 09, 2002

RE: Tomcat 4 integration with apache

2002-01-08 Thread Guido Medina
The problem with this is that you have to be very carefull with the following issues: 1) The virtual host on the apache web server has to be registered on the DNS 2) The same as one in Tomcat 3) The name on the virtual host in apache has to be the same as in Tomcat, if not, it will confuse and

RE: Extending Standard Context

2002-01-04 Thread Guido Medina
I read in Servlet 2.3 Spec that LifecycleListener is also portable, the same as ServletContextListener, Am I wrong ?, I guess not... Guido. -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 03, 2002 11:47 PM To: Tomcat Users List Subject:

RE: Extending Standard Context

2002-01-04 Thread Guido Medina
to learn, Regards, Guido. -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Friday, January 04, 2002 2:32 PM To: Tomcat Users List Subject: RE: Extending Standard Context On Fri, 4 Jan 2002, Guido Medina wrote: Date: Fri, 4 Jan 2002 08:51:44 -0400 From

RE: context-paramparam-value question

2002-01-04 Thread Guido Medina
In Linux (or any UNIX Based system)/usr/jdk is not the same as /usr/JDK the case makes a big different... -Original Message- From: Roman Mikhailov [mailto:[EMAIL PROTECTED]] Sent: Friday, January 04, 2002 3:58 PM To: Tomcat Users List Subject: Re: context-paramparam-value question

Reference question...

2002-01-04 Thread Guido Medina
Is there any good site regarding comparasion ?; for example the following issues: 1) Operation systems: Linux vs Window. 2) Java Web Servers: WebSphere, BEA Logic, Macromedia JRun, Tomcat 3) Java Virtual Machines: Sun JDK, IBM JDK 4) Databases: Oracle, MsSQL Server, MySQL, postgreSQL 5) Servers:

Online and/or Onsite...

2002-01-04 Thread Guido Medina
Title: Online and/or Onsite... Hi, I looking for some interesting project, sorry if I disturb you with this Email but I don't have too many choices, I attached my CV on this mail. Thanks in advance, Guido. Guido.doc Description: MS-Word document -- To unsubscribe:

RE: RE: RE: RE: can anyone help

2002-01-03 Thread Guido Medina
Listen me, rigth click on the shortcut, check the enviroment memory or something like that, and put the maximum that appears there and also add this to autoexec.bat and restart your machine, anytime that you add anything to autoexec.bat you MUST restart the machine :-) win9x set JAVA_HOME=...

RE: RE: RE: RE: can anyone help

2002-01-03 Thread Guido Medina
Also set: set CATALINA_HOME=path\to\tomcat set TOMCAT_HOME=%CATALINA_HOME% just in case... Guido. -Original Message- From: Guido Medina [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 03, 2002 4:29 PM To: 'Tomcat Users List' Subject: RE: RE: RE: RE: can anyone help Listen me

RE: RE: RE: can anyone help

2002-01-03 Thread Guido Medina
go to the ms dos prompt and type this: ping localhost and tell me what happens also type http://127.0.0.1:8080 instead of localhost and tell me what happen Guido -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 03, 2002 4:18 PM To: [EMAIL

RE: Extending Standard Context

2002-01-03 Thread Guido Medina
I can suggest something for the second question: 1) Define a java bean (a class) that implements runnable inside WEB-INF\classes 2) Add this bean to every JSP Servlet that you want it to include so, the first will start() the process and also put the scope=application By that way I guess you

RE: RE: RE: RE: can anyone help

2002-01-03 Thread Guido Medina
look don't ping 127.0.0.1, open the browser and type: http://127.0.0.1:8080 or the port you specified, type exactly as it is: h t t p : / / 127.0.0.1 : port If you don't put the http it wont understand, that's normal in the browser when you the IP address instead if the qualified name.

RE: RE: RE: RE: RE: can anyone help

2002-01-03 Thread Guido Medina
I'm almost leaving, send me all the logs files to see what could be, they are in CATALINA_HOME\logs I will try answer you by tomorrow Guido. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 03, 2002 4:51 PM To: [EMAIL PROTECTED] Subject: Re:

RE: tomcat servlet output

2002-01-02 Thread Guido Medina
if you are working in linux try to send the log file to any terminal, for example /dev/tty9 and after you'll see all the System.out.println pressing Alt+F9, any linux person knows that, use the terminals for logs my friend. Regards and happy new year, Guido. -Original Message- From:

RE: JDBC for mySQL

2002-01-02 Thread Guido Medina
yes, check the postgreSQL installation inside /var/lib/pgsql or /user/lib/pgsql you will see two jar files, get the one that finishs with *2.jar, is the JDBC Version 2.0 for postgreSQL and read the postgreSQL specification for that. Guido. -Original Message- From: Simon [mailto:[EMAIL

RE: SSL

2002-01-02 Thread Guido Medina
You don't have to be that crude, remember everybody here were stupid at the very beginning, including myself, the rigth answer is to read the SSL how-to inside the tomcat documentation, it is only few pages and is very easy to understand, I recommend you to read the hold manual, cause you need

RE: tomcat servlet output

2002-01-02 Thread Guido Medina
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 Users List' [EMAIL

Advanced Java Developer Linux Administrator Available...

2002-01-02 Thread Guido Medina
Title: Advanced Java Developer Linux Administrator Available... Hi, I have been for a while answering/asking questions in this list, the subject of this mail is not technical, is personal-professional, I'm living in Dominican Republic, I am a litle up set about his place, Java here is

RE: JDBC Realm not working with NT service

2002-01-02 Thread Guido Medina
copy the jsse 1.0.2 jar files inside C:\Program Files\JavaSoft\JRE\lib\Ext that's it... -Original Message- From: gman [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 02, 2002 1:16 PM To: [EMAIL PROTECTED] Subject: JDBC Realm not working with NT service hello, my tomcat 3.3

Win 2000 Pro Service...

2001-12-28 Thread Guido Medina
I had JDK 1.3.1_01 and the service works fine, now I upgraded it to JDK 1.3.1_02 and it didn't, the same with JDK 1.4 Beta 3, any help ?

Win 2K Professional, Tomcat 4.0.1 Service...

2001-12-28 Thread Guido Medina
Hi, I had JDK 1.3.1_01 and the Tomcat 4.0.1 service worked fine on Win2k Pro, now I upgraded it to JDK 1.3.1_02 and it didn't, the same with JDK 1.4b3, any help ? I heard something about the registers but I erased that answer, someone can help me please ? Thanks in advance, Guido.

RE: Does security realms encrypt the passwords?

2001-12-27 Thread Guido Medina
The JDBCRealm only compares password but you can specify in the web.xml the algorithm you used in your table's column's passwords, it must be any algorithm that extends java.security.something, I don't remember very well, so, the answer is that it really encrypts. Guido. -Original

RE: Does security realms encrypt the passwords?

2001-12-27 Thread Guido Medina
You are rigth. only using SSL it can be encrypted and Tomcat is quite simple for that use. I am sorry, I answer the wrong subject. Guido. -Original Message- From: Michael Wentzel [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 27, 2001 8:22 AM To: 'Tomcat Users List' Subject: RE:

RE: Number of rows in a resultset?

2001-12-26 Thread Guido Medina
No way, at least in jdbc 2.0, try the jdbc ext to if you can...normally is counting... -Original Message- From: Salvatore Balzano [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 26, 2001 1:46 PM To: [EMAIL PROTECTED] Subject: Number of rows in a resultset? Hi, how can I know how

RE: Load Balance problem

2001-12-24 Thread Guido Medina
You have to use two connectors firstable, the first to shutdown the tomcat (ajpv12) and the second ajpv13 and both in different ports, the fact you use two ports doesnt mean that every port is for a host, it is to make some balancing, you have to use JkMount in httpd.conf for every host but for

RE:

2001-12-24 Thread Guido Medina
put all the variables here: /etc/profile, and if you are using the startup script in linux (/etc/rc.d/init.d/tomcat) add . /etc/profile also there. That's it. I have done it three times on three linux servers. -Original Message- From: Ladjicke Diouf [mailto:[EMAIL PROTECTED]] Sent:

RE: What does it mean - Name on certificate does not match name of the site

2001-12-21 Thread Guido Medina
put the qualified name of your machine: yourmachine.yourdomain.com, if you are only trying with localhost put localhost -Original Message- From: Richard S. Huntrods [mailto:[EMAIL PROTECTED]] Sent: Friday, December 21, 2001 1:55 PM To: [EMAIL PROTECTED] Subject: What does it mean - Name

RE: Clear Cache In IE5

2001-12-20 Thread Guido Medina
The last thing you can do is to stop tomcat, erase everything inside TOMCAT_HOME/work and start it again. -Original Message- From: Yiu Wing [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 19, 2001 10:00 PM To: 'Tomcat Users List' Subject: Re: Clear Cache In IE5 Go to server.xml

RE: Problems executing Conn Pool example that comes with JSQLConnect

2001-12-20 Thread Guido Medina
put this file also inside TOMCAT_HOME/common/lib or /lib -Original Message- From: Rudi Doku [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 19, 2001 8:28 PM To: [EMAIL PROTECTED] Subject: Problems executing Conn Pool example that comes with JSQLConnect Greetings, I'm currently

RE: AW: Classloader question

2001-12-20 Thread Guido Medina
a piece of advise is to unzip it and create a jar file with the unzipped files...it is easy with the jar tool. -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 19, 2001 10:31 PM To: Tomcat Users List Cc: Lauer, Oliver Subject: Re: AW:

RE: AW: Classloader question

2001-12-20 Thread Guido Medina
the manifest.dtd can be generated with the jar tool, don't invent, just follow the standards...unzip, jar -c somedir somefile.jar That's it -Original Message- From: Justin Rowles [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 20, 2001 6:09 AM To: 'Tomcat Users List' Subject: RE:

RE: Clear Cache In IE5

2001-12-20 Thread Guido Medina
Your welcome, but remember the three things I told you to do. It couldn't be posible without one of them Guido. -Original Message- From: Yiu Wing [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 20, 2001 4:39 PM To: Tomcat Users List Subject: Re: Clear Cache In IE5 The last thing

RE: Clear Cache In IE5

2001-12-19 Thread Guido Medina
1)Tools/Internet Options/Temporary Internet Files/Settings/Every Visit to the Page. 2)Tools/Internet Options/Temporary Internet Files/Delete Files/All offline content. And after Refresh for every page. Do it, I had that problem before and more if you use any caching server like squid, etc.

RE: Can anyone give me an answer?

2001-12-19 Thread Guido Medina
Yes, java.io.File, java.io.FileReader, read a litle bit about and that's it, after set up in your servlet (or jsp) the context type eg: context-type/image-gif, and that's it, noone of course will write for you that servlet but that's the way it could be done. Guido. -Original Message-

RE: Clear Cache In IE5

2001-12-19 Thread Guido Medina
Go to server.xml and add this property to your context reloadable=true .../ -Original Message- From: Yiu Wing [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 20, 2001 12:19 AM To: Tomcat Users List Subject: Re: Clear Cache In IE5 1)Tools/Internet Options/Temporary Internet

RE: Contexts with relative and absolute DocBase?

2001-12-18 Thread Guido Medina
Remember that TC is made in Java, the character \ is illegal, to do it you have to put C:\\Temp, the same as String x = \n; Guido. -Original Message- From: Dieter Kaltenbach [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 18, 2001 5:33 AM To: [EMAIL PROTECTED] Subject: Contexts with

RE: Contexts with relative and absolute DocBase?

2001-12-18 Thread Guido Medina
Yes, is true, it is supported in java.io.File class, bur remember, the other will be faster for the platform, at the end, the runtime will convert C:/Temp to C:\Temp, it is the platform specification :-), I am a Linux's FAN, but it is not because of Linux, my last instalation: Red Hat Linux 7.1

RE: Configuring Multiple Tomcat JVMs with Apache - Load Balancing

2001-12-18 Thread Guido Medina
Sure, normally the load balancing is done with two connectors, but you charge more the ajp13, the workers.properties that comes with the installation is a good one, the rest is in the Apache Web Server also to specify in workers.properties the paths, separators, child per connector and so on, it

RE: JDBC Driver for MS SQL Server

2001-12-18 Thread Guido Medina
TOMCAT_HOME/lib -Original Message- From: Jack Li [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 18, 2001 11:30 AM To: '[EMAIL PROTECTED]' Subject: JDBC Driver for MS SQL Server Hi, I am using Tomcat 3.2.1. I downloaded the JDBC Driver for MS and Installed it. But I got error:

RE: JDBC Driver for MS SQL Server

2001-12-18 Thread Guido Medina
You can find out the best driver but the location is $TOMCAT_HOME/lib -Original Message- From: Bongiorno.Christian [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 18, 2001 11:35 AM To: Tomcat Users List Subject: RE: JDBC Driver for MS SQL Server My suggestion: DUMP the ms driver!!!

RE: Form based Authentication / j_security_check not found

2001-12-18 Thread Guido Medina
Wait, go back to the beginning and try very slow, I passed the same, the problem with servlet is only in the web.xml file in your app, it is transparent to Apache Web server, look at the standard examples that comes with the Tomcat installation, first try as exercise to install the tomcat from

RE: JDBC Driver for MS SQL Server

2001-12-18 Thread Guido Medina
){ out.println(e.getMessage()); } thanks for your help Jack -Original Message- From: Guido Medina [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 18, 2001 10:31 AM To: 'Tomcat Users List' Subject: RE: JDBC Driver for MS SQL Server TOMCAT_HOME/lib -Original Message- From: Jack Li

RE: JDBC Driver for MS SQL Server

2001-12-18 Thread Guido Medina
(SQLException e){ out.println(e.getMessage()); }catch(Exception e){ out.println(e.getMessage()); } thanks for your help Jack -Original Message- From: Guido Medina [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 18, 2001 10:31 AM To: 'Tomcat Users List' Subject: RE: JDBC Driver

RE: JDBC Driver for MS SQL Server

2001-12-18 Thread Guido Medina
http://java.sun.com/docs/books/tutorial/jdbc/index.html You are too far from our problems, read the tutorial there, it is quite simple, short and useful. Greetings, Guido. -Original Message- From: Jack Li [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 18, 2001 4:48 PM To: 'Tomcat

RE: PLEASE HELP: Apache+Tomcat - Virtual hosts + separate VMs

2001-12-18 Thread Guido Medina
The normal server.xml contains a directive called host, just copy,paste and change the name parameter to the host name you want, eliminate all the context but the empty one (ROOT) and that's it, rename, let the standard for the standard examples and duplicate it for every host, after activate the

RE: Stability of Tomcat 3.3 vs. 4.0

2001-12-18 Thread Guido Medina
Load balancing can be simulate it with several warp connectors and virtual host, the load balancing is not more than a very good configured pooling connection, that's what is in 4.x -Original Message- From: Jeff Kilbride [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 18, 2001 5:13 PM

Authentication questions...

2001-12-17 Thread Guido Medina
Hi, I have been working with servlets jsp since one year maybe, and I have been used to kinds of authentication: 1) Through the web server; eg: Apache Web Server access files: .htaccess, .htpasswd. 2) A bean installed in any jsp or servlet with a session scope that forward to the

RE: Ordering of parameters in HTTPRequest Object

2001-12-17 Thread Guido Medina
Hi, In every servlet specification you know that you SHOULD NOT trust in the order that the elements were sentfrom form, but you can try with Request.getParameterValue(int param) with the integer instead the name of the parameter, get first the parameters count and after a cycle: for

RE: Classloader question

2001-12-17 Thread Guido Medina
Because WEB-INF/lib is for the specifique's application .jar files and WEB-INF/classes is for .class files, don't mix the concept, .jar files are treat as another kind of file system, that's why you put one in /lib and the second in /classes, and, for example if you want some driver for a

RE: Classloader question

2001-12-17 Thread Guido Medina
31277 Fax: +49 221 148 43963 Mobil: +49 179 59 064 59 e-Mail: [EMAIL PROTECTED] _ -Ursprüngliche Nachricht- Von: Guido Medina [mailto:[EMAIL PROTECTED]] Gesendet: Montag, 17. Dezember 2001 19:03 An: 'Tomcat Users List' Betreff: RE: Classloader question

Authentication question...

2001-12-17 Thread Guido Medina
Is there any method to get on a JSP the user authenticated through JDBCRealm ?

RE: Authentication question...

2001-12-17 Thread Guido Medina
are just servlets). -Original Message- From: Guido Medina [mailto:[EMAIL PROTECTED]] Sent: Monday, December 17, 2001 2:20 PM To: '[EMAIL PROTECTED]' Subject: Authentication question... Is there any method to get on a JSP the user authenticated through JDBCRealm

RE: Authentication question...

2001-12-17 Thread Guido Medina
). -Original Message- From: Guido Medina [mailto:[EMAIL PROTECTED]] Sent: Monday, December 17, 2001 2:20 PM To: '[EMAIL PROTECTED]' Subject: Authentication question... Is there any method to get on a JSP the user authenticated through JDBCRealm ? -- To unsubscribe: mailto:[EMAIL

RE: TC with SSL, IE5.0 and 128 bit

2001-12-14 Thread Guido Medina
OK, you are saying that it is a known bug so try to do it for example testing it with Apache web server or IIS and if it doesn't work it means that your problem is not a problem my friend, if not it makes sense but if it is a known bug for most web server don't even try to solve it :-) Best

RE: Running as service...

2001-12-14 Thread Guido Medina
064 59 e-Mail: [EMAIL PROTECTED] _ -Ursprüngliche Nachricht- Von: Guido Medina [mailto:[EMAIL PROTECTED]] Gesendet: Freitag, 14. Dezember 2001 13:57 An: 'Tomcat Users List' Betreff: RE: Running as service... I don't understand, What I should add

RE: Running as service...

2001-12-14 Thread Guido Medina
some tweaking of the service declaration as seen above might help. -Original Message- From: Guido Medina [mailto:[EMAIL PROTECTED]] Sent: Friday, December 14, 2001 7:57 AM To: 'Tomcat Users List' Subject: RE: Running as service... I don't understand, What I should add to the registry

RE: Tomcat 4 Service SSL

2001-12-14 Thread Guido Medina
put the *.jar from jsse 1.0.2 into three locations as standard from now: 1) TOMCAT_HOME/lib 2) JAVA_HOME/lib/ext 3) JRE_HOME/lib/ext (Normally for JDK 1.3.1_01 is Program Files/JavaSoft/JRE/lib/ext) That's it... It is not a bug, it is an enviroment problem... Guido. -Original

Running as service...

2001-12-13 Thread Guido Medina
Hi, I have installed Tomcat 4.0.1 (the executable file that also installs the service) on Windows 2000 Pro, and it works properly, I added the SSL connector with the key and son, I also tested it, the problem is that is only posible to start tomcat from the Command line with startup.bat, but

Re: Problems with ResultSet

2001-05-30 Thread Guido Medina
with any driver. That's what JDBC API doc tells: For maximum portability, result set columns within each row should be read in left-to-right order, and each column should be read only once. -Ursprüngliche Nachricht- Von: Guido Medina [mailto:[EMAIL PROTECTED]] Gesendet

Re: Who Can Provide Me org.hsql.jdbcDriver ?Thanks!

2001-05-30 Thread Guido Medina
Go to http://java.sun.com and search in JDBC... Guido - Original Message - From: Rock Luiss To: [EMAIL PROTECTED] Sent: Wednesday, May 30, 2001 2:28 AM Subject: Who Can Provide Me org.hsql.jdbcDriver ?Thanks! Who Can Provide Me org.hsql.jdbcDriver

Re: newbie problem: javax.servlet.ServletException at org.apache. jasp er.runtime.PageContextImpl.handlePageException

2001-05-30 Thread Guido Medina
Another way to do it is saving the complete URI+parameters in a String variable and put it as a tag: @jsp:forward page=%=url_plus_paramters% parameters=?+parameters... to get http://yourdomain.com/some.jsp?... Guido. P.D: I already tested but I don't remember if is @jsp:forward or jsp:forward

Re: Tomcat hanging

2001-05-30 Thread Guido Medina
Are you using mod_jk with tomcat 3.2.1 ?, it is a bug...it is fixed in 3.2.2... Guido. - Original Message - From: Heijns, P.J.B. [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, May 30, 2001 2:58 AM Subject: Tomcat hanging Hi, I have some problems with tomcat. Sometimes

Re: Tomcat hanging

2001-05-30 Thread Guido Medina
that I am not using mod_jk, I have never installed it. I only use tomcat as a standalone webserver. Do you know if my problem is solved in tomcat 3.2.2.? Thanks Pieter -Original Message- From: Guido Medina [mailto:[EMAIL PROTECTED]] Sent: woensdag 30 mei 2001 9:01 To: [EMAIL PROTECTED

Re: Tomcat and containers

2001-05-30 Thread Guido Medina
All your questions can be answer in http://java.sun.com and in http://jakarta.apache.org/tomcat Guido. I can answer you but right now I'm hurry...sorry - Original Message - From: Betina Kock To: [EMAIL PROTECTED] Sent: Wednesday, May 30, 2001 1:47 PM

GOOD NEWS :-)

2001-05-29 Thread Guido Medina
Hi to all, The new tomcat 3.2.2 release doesn't have any problems with the mod_jk CPU overloading, I just installed and is working perfectly... Regards... Guido. P.D: Of course, you should conpile the mod_jk with your apache in your platform (machine, CPU, hardware) and is also my

Re: Problems with ResultSet

2001-05-29 Thread Guido Medina
It also happens with MS Access if your try to getType(int n), Type = {String | Int | ...} more than once, it means that you cannot do the follow with MS Access: Statement st = con.createStatement(); ResultSet rs = st.executeQuery(..); while (rs.next()) { out.println(String a =

Re: problems with installation

2001-05-26 Thread Guido Medina
Rigth click on the tomcat.bat and go the enviroment space, set it up for the maximun you can... Guido. - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, May 26, 2001 6:41 AM Subject: problems with installation Hi, I am having problems getting tomcat

Re: (EXPERTS ONLY) Bean Creation in Dispatch Servlet

2001-05-25 Thread Guido Medina
Title: Re: problems installing tomcat on linux Excuse me, you have this: System.out.println(zedak.docworx.jspsupport.beans.BrandBean)request.getAttribute("thename")); before the catch statement, one question: Did you check very well what you wrote in that line ? Guido. - Original

Re: Install problems in FreeBSD 4.2

2001-05-25 Thread Guido Medina
This problem is solved in the new J2SE 1.3.1 from java.sun.com, they had that problem but they noticed very fast... Guido. P.D: Also the IBM 1.3.x could help you... - Original Message - From: Scott Jones [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Friday, May

Re: Tomcat Servlets bringing down Win2000 Server

2001-05-24 Thread Guido Medina
I had the same with Red Hat Linux 7.1 + Apache 1.3.19 + IBM 1.3 + Tomcat 3.2.1 and seems to be a VERY BIG FUCKIN' BUG in the mod_jk so do u wanna know what I did ?, I changed "back" to mod_jserv... When you find the solution you tell me... Guido. System analyzer/Java leader... -

Re: Which Version of Tomcat Supports Servlet 2.3 Specification?

2001-05-24 Thread Guido Medina
v4.0 dev...but be careful 'cause the version is under development 'cause the specification 2.3 is not final yet...go to http://jakarta.apache.org/tomcat/ and you will get the exact answers... Guido... - Original Message - From: karthik g [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent:

Re: tomcat and ultra dev

2001-05-24 Thread Guido Medina
Title: tomcat and ultra dev One question, why you open the connection twice in the same jsp ?, I don't understand why, I need more data to help you, I can help you 'cause I use to give guidelines in java in my enterprise and problems with jdbc is very known for me... Guido. System

Re: tomcat and ultra dev

2001-05-24 Thread Guido Medina
Title: tomcat and ultra dev This error is because you must close the following list in that order: ResultSet.close(); PreparedStatement.close(); and after connection.close(); if you close the connection before the others you get an SQLException... Guido. - Original Message -

Re: JDBC/ODBC: Technological choice

2001-05-24 Thread Guido Medina
OK, I'm a linux fan running in Red Hat 7.1, Tomcat, postgresql and I use Microsoft Access to get my postgresql database, MicroAccess is not one definition or engine, is a tool, don't be so extricted with yourself, of course, for the web jdbc is the best: one piece of advise: ddo u have sql server

Re: Multipart Form Posting with Tomcat 3.2.1

2001-05-24 Thread Guido Medina
No, for me is no true, the bug is the entire mod_jk with the CPU overloading... - Original Message - From: Brandon Cruz [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, May 24, 2001 1:58 PM Subject: RE: Multipart Form Posting with Tomcat 3.2.1 The bug was with Ajp13 connector.

Re: How to config JSP compiler in tomcat3.2.1 to use jdk1.3

2001-05-24 Thread Guido Medina
What platform are you using ?, anyway, check in your autoexec.bat (/etc/profile) set JAVA_HOME=JAVA_PATH=path_to_jdk_root_folder - Original Message - From: Steve Mu [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, May 24, 2001 2:27 PM Subject: How to config JSP compiler in

Re: Re:Re: JDBC/ODBC: Technological choice

2001-05-24 Thread Guido Medina
Yeah, that is true, for example, with one odbc pointing to and mdb for example you cannot do this: rs.getString(1) and after try to do it again, you must do TYPE x = rs.getTYPE(n); and read x the times you want but no read a column more than once from Query... Guido. - Original Message

Re: Virtual Hosting Help! JSP file not found

2001-05-24 Thread Guido Medina
Did you check in your httpd.conf ?, you must put in the servername www.yourdomain.com and serveralias yourdomain.com and ApJServMount /pathtoyourohome localhost:8007/... I guess...I need more expecifications about your installation, platform, webserver, etc etc... - Original Message -

Re: How to config JSP compiler in tomcat3.2.1 to use jdk1.3

2001-05-24 Thread Guido Medina
in tomcat3.2.1 to use jdk1.3 I am using win2k. I have set the environment variable JAVA_HOME to the jdk1.3 path. However, it does not seem pick it up. Steve -Original Message- From: Guido Medina [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 24, 2001 11:50 AM To: [EMAIL PROTECTED

Re: How to config JSP compiler in tomcat3.2.1 to use jdk1.3

2001-05-24 Thread Guido Medina
I don't advise to modify your classpath, avoid to do this, copy your your jars to /tomcat/lib...and only put to your path %java_home%\bin and with this tomcat will find the javaw...and so on... - Original Message - From: Guido Medina [EMAIL PROTECTED] To: [EMAIL PROTECTED]; [EMAIL

Re: Setting up Virtual Hosts

2001-05-24 Thread Guido Medina
No, this is not the proper way to do it, is like this: NameVirtualHost 111.222.333.444 VirtualHost 111.222.333.444 serverna,me www.yourdomain.com serveralias yourdomain.com ApJServMount /*.jsp //localhost:8007 DocumentRoot / etc etc... Host 111.222.333.444

Re: *2* tomcats on same machine with *same* context on Apache Web Server.

2001-05-24 Thread Guido Medina
You don't need to put 2 JVM, what you should do is to specify two virtual host in your server.xml...that's all...is better performance with ConnectionPool... Guido - Original Message - From: Chauhan, Anand [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, May 24, 2001 3:20 PM

Re: JDBC/ODBC: Technological choice

2001-05-24 Thread Guido Medina
Well, I guess this is a bug in mdb, is better to work with variables and forget about bugs...that's all...Guido - Original Message - From: Alexandre Bouchard [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, May 24, 2001 3:49 PM Subject: Re: JDBC/ODBC: Technological choice Yeah,

Re: *2* tomcats on same machine with *same* context on Apache Web Server.

2001-05-24 Thread Guido Medina
.. -Original Message- From: Guido Medina [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 24, 2001 4:10 PM To: [EMAIL PROTECTED] Subject: Re: *2* tomcats on same machine with *same* context on Apache Web Server. You don't need to put 2 JVM, what you should do is to specify two virtual host in your

Re: FATAL: configuration error

2001-05-24 Thread Guido Medina
If you are using Red Hat 7.1 jdk1.4 from sun is not working, try IBM1.3 Guido - Original Message - From: Brett Knights [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, May 24, 2001 5:08 PM Subject: RE: FATAL: configuration error sealing violation is new in jdk 1.3 and addresses

Re: I'm really getting tired of these messages...

2001-05-24 Thread Guido Medina
Maybe two Email that are subscribe that don't exists already... - Original Message - From: Martin van den Bemt [EMAIL PROTECTED] To: jakarta-tomcat-user [EMAIL PROTECTED] Sent: Thursday, May 24, 2001 8:26 PM Subject: I'm really getting tired of these messages... Is something wrong on

Re: Urgent question on extra line with Tomcat Jsp

2001-05-23 Thread Guido Medina
You really need a lot of help but don't worry, JSP means Java Server Page - Original Message - From: wtonetwork.com [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, May 23, 2001 9:36 AM Subject: Re: Urgent question on extra line with Tomcat Jsp Hi Jan, Sorry, I still don't

Re: lb-problem with mod_jk: high cpu load on apache when tomcat breaks down

2001-05-23 Thread Guido Medina
Yesd, I had, I changed to mod_jserv, I'm still waiting for the same answer as you do, for the high CPU request of mod_jk... Guido. - Original Message - From: Timo Carl [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, May 23, 2001 10:37 AM Subject: lb-problem with mod_jk: high cpu

Very fast migration from mod_jserv to mod_jk...

2001-05-22 Thread Guido Medina
Hi to all, Some was asking for a very fast moving from mod_jserv to mod_jk, the files I had attach for example: workers.properties you don't have to changed 'cause is standard for the installation, those files are being in use by a Red Hat Linux 7.1, apache, etc etc, the server.xml you must

Re: resultset Question

2001-05-22 Thread Guido Medina
Hi, I think that if you want only the first record you should put if (rs.next()) statement instead of while.., it is only one condition, not a cycle... statement = statement or {statement,} Second, you don't need rs.beforeFirst(); 'cause when you make the query automatically is before

Re: Help Needed

2001-05-22 Thread Guido Medina
/etc/httpd.conf/ I think you will see there max_connections, min, etc etc... Regards... Guido. P.D: Remember that if you are using connections from apache to tomcat you should set maxconnection in apache maxconnection AjpJ12ConnectionHandler cause apache serve all (*.html,*.jsp,)but

Re: Install problems in FreeBSD 4.2

2001-05-22 Thread Guido Medina
Download the IBM Java Virtual Machine 'caused Sun's JVM is not working even for Red Hat 7.1, I passed the same... Guido. - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, May 22, 2001 7:33 PM Subject: Install problems in FreeBSD 4.2 Hi, I recently

Scratch...

2001-05-21 Thread Guido Medina
Hi, I have running Tomcat 3.2.1 on a real server but it get more and more memory and at the end the system slow so much that you must killall java processes 'cause you cannot even restart tomcat 'cause doesn't restart, this happens using mod_jk under apache seems that the garbage collector is

Re: Redhat 7.1 ApacheTomcat How-to (long)

2001-05-21 Thread Guido Medina
You must especified in the second example also the port: http://localhost:/examples Guido. - Original Message - From: Neil Jolly [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, May 21, 2001 7:36 PM Subject: Re: Redhat 7.1 ApacheTomcat How-to (long) On May 21, 2001 12:22 pm,

Re: Apache w/ HTTPS - connection problems

2001-05-21 Thread Guido Medina
I guest but I'm not sure that you must do it the same way you do for a normal connection: I meant: virtual_host: 443 ApJServMount /*.jsp localhost:8007/ ... ... /virtual_host And in the server.xml don't use SSL...use it through apache... Guido. - Original Message - From: