RE: Symbolic links with Tomcat 5.028

2005-01-19 Thread Carlos Martins
Hello, I use alloLinking in my webapp and it works. My server.xml file has this context: Context path= docBase=/home/web cookies=true debug=0 workDir=/home/web/tmp reloadable=false swallowOutput=true useNaming=false allowLinking=true Regards Carlos

RE: web.xml parsing error SEVERE

2005-01-18 Thread Carlos Martins
Thank you François! Reinstalled tomcat and it worked!! Regards Carlos -Original Message- From: Francois JEANMOUGIN [mailto:[EMAIL PROTECTED] Sent: segunda-feira, 17 de Janeiro de 2005 16:12 To: Tomcat Users List Subject: RE: web.xml parsing error SEVERE

RE: tomcat4 + postgresql jdbc

2005-01-18 Thread Carlos Martins
Hi, Is it possible that the database connection credentials are not right? Have you tried connecting to the database from the standard client with the same username and password? Regards Carlos -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Oege de

please help -SEVERE: Parse error in application web.xml - webapp does not start after cpanel upgrade

2005-01-17 Thread Carlos Martins
After upgrading cpanel on the server, tomcat throws the error message attached. I swear I did not change a thing in my web.xml file. Never the less tomcat says I now have an error in the /servlet tag. I forward the error and the contects of my web.xml. please help, if you can. Sincerely yours

web.xml parsing error SEVERE

2005-01-17 Thread Carlos Martins
Dear subscribers, I am having a strange problem starting tomcat. Catalina.out says I have an error at the closing tag /servlet Any clue on what the problem might be? Your comments will be most appreciated. Sincerely yours Carlos The error reads as follows: Jan 17, 2005 12:01:28 PM

RE: web.xml parsing error SEVERE

2005-01-17 Thread Carlos Martins
and continue ... A. -Original Message- From: Carlos Martins [mailto:[EMAIL PROTECTED] Sent: 17 January 2005 15:31 To: tomcat-user@jakarta.apache.org Subject: web.xml parsing error SEVERE Dear subscribers, I am having a strange problem starting tomcat. Catalina.out says I have

Deployment with the manager app (manifest question)

2004-03-21 Thread Carlos Martins
Dear Sir / Madam, I am testing the deployment of a webapp that needs some java extensions (jdbc connectors) which are not available on the server. I specified the optional packages and their versions in the MANIFEST.MF file included in the WAR file as I suppose one has to. Surprisingly, the

Problem with Tomcat 4.1.0 IIS

2002-05-07 Thread Carlos Martins
- all pages are properly displayed. Any clues? Thank you very much Carlos _ Carlos Martins [EMAIL PROTECTED] telf: 932 308 527 _ -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e

RE: Tomcat speed vs Apache-Tomcat

2002-05-03 Thread Carlos Martins
No actual experience here, because i only have a system with Servlets and none to comepare it to. But i stress tested it (with Jakarta's JMeter) and was very happy with the performance i got from it. Why don't you do the same test? Carlos -Original Message- From: Rick Fincher

RE: Directory Listing per web-app

2002-04-19 Thread Carlos Martins
through the native web server's configuration? I have this done with IIS, that i use to serve static web pages. -Original Message- From: Chad Perry [mailto:[EMAIL PROTECTED]] Sent: quinta-feira, 18 de Abril de 2002 18:53 Subject: Directory Listing per web-app I know I can turn off

FW: memory leak?

2002-04-12 Thread Carlos Martins
Title: memory leak? Hello, Should the memory usage of the Tomcat.exe process be the same before and after a request is processed? My windows task manager indicates that the Tomcat.exe process grabs more and more memory as requests are processed. Is this a memory leak or is it a normal

memory leak?

2002-04-12 Thread Carlos Martins
Title: memory leak? Hello, Should the memory usage of the Tomcat.exe process be the same before and after a request is processed? My windows task manager indicates that the Tomcat.exe process grabs more and more memory as requests are processed. Is this a memory leak or is it a normal

RE: Tomcat 3.3.1 and JDK 1.4

2002-04-12 Thread Carlos Martins
Yep. i'm using it. actually, i'm using tomcat 4.0.2 with JDK 1.4, and it's working fine. -Original Message- From: Michel COTE [mailto:[EMAIL PROTECTED]] Sent: sexta-feira, 12 de Abril de 2002 11:39 To: '[EMAIL PROTECTED]' Subject: Tomcat 3.3.1 and JDK 1.4 What do you think about using

memory leak?

2002-04-11 Thread Carlos Martins
Title: memory leak? Hello, Should the memory usage of the Tomcat.exe process be the same before and after a request is processed? My windows task manager indicates that the Tomcat.exe process grabs more and more memory as requests are processed. Is this a memory leak or is it a normal

RE: How can I automatically start a servlet in a specific time?

2002-04-10 Thread Carlos Martins
Kelly, Boa pergunta... não sei nenhuma maneira directa, mas podes sempre criar um servlet tipo scheduler que arranca automáticamente com o tomcat e que a determinadas horas arranca outros servlets. Carlos -Original Message- From: Kelly Prudente Pereira [mailto:[EMAIL PROTECTED]]

RE: How can I automatically start a servlet in a specific time?

2002-04-10 Thread Carlos Martins
a servlet in a specific time? Não sei bem se entendi. Eu uso o load-on-startup para carregar uma servlet e esta fica responsável por chamar outra num determinado horário? Já fez isso? Obrigada por responder. -Mensagem original- De: Carlos Martins [mailto:[EMAIL PROTECTED]] Enviada em: quarta

RE: Tomcat 4.0.x and reloading of servlets without restarting server

2002-03-27 Thread Carlos Martins
Hi Brian, I have this configured in my tomcat's server.xml file: Context path=/bus docBase=C:\Documents and Settings\cmartins\My Documents\Tech Dev\java\busJCEdit cookies=true debug=0 workDir=C:\Documents and Settings\cmartins\My Documents\Tech Dev\java\busJCEdit\tmp reloadable=true It seems

can Tomcat call classes in JARs?

2002-03-27 Thread Carlos Martins
Title: can Tomcat call classes in JARs? Hello, Is it possible to have tomcat call servlets that are included in a jar file rather than simple class files located in the WEB-INF/classes folder? I'm trying this, by placing the jar file with the classes in that folder, but tomcat does not

FW: can Tomcat call classes in JARs?

2002-03-27 Thread Carlos Martins
-From: Carlos Martins Sent: quarta-feira, 27 de Março de 2002 10:02To: Tomcat (E-mail)Subject: can Tomcat call classes in JARs? Hello, Is it possible to have tomcat call servlets that are included in a jar file rather than simple class files located in the WEB-INF/classes folder? I'm trying

RE: can Tomcat call classes in JARs?

2002-03-27 Thread Carlos Martins
your servlets into web.xml you can do that, with any name if you like. bye -reynir -Original Message- From: Carlos Martins [mailto:[EMAIL PROTECTED]] Sent: 27. mars 2002 10:20 To: Tomcat (E-mail) Subject: FW: can Tomcat call classes in JARs? BINGO!! thank you very much - it's working

RE: Problems compiling programs.

2002-03-26 Thread Carlos Martins
Hi Laurence, Copy the servlet.jar file located in your (CATALINA_HOME)\common\lib directory into your (JDK_HOME)\jre\lib\ext where CATALINA_HOME = the folder where you have your Tomcat instalation (ex: c:\program files\Tomcat 4) and JDK_HOME = the folder where your java development kit

RE: Tomcat 4.0 IIS Connectors

2002-03-22 Thread Carlos Martins
I have it working fine with the Ajp connector... seems to work fine, so why not use it? -Original Message- From: David LAGARDERE [mailto:[EMAIL PROTECTED]] Sent: sexta-feira, 22 de Março de 2002 10:32 To: [EMAIL PROTECTED] Subject: Tomcat 4.0 IIS Connectors Hello. I've been trying to

RE: Tomcat 4.0 IIS Connectors

2002-03-22 Thread Carlos Martins
Hi David, I'm afraid you're talking to somewhat of a rookie here, because i seem to be far behind your techincal knowledge. The app i setup with tomcat runs based on servlets alone. I don't use JSPs, so i think there's no need for the ontime compiler in my case. I don't know if there is any

Tomcat 4.0.4 and IIS please help?...........

2002-03-21 Thread Carlos Martins
Hello, Could anyone please help me configure this setup? ISS calling Tomcat. -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

RE: Tomcat 4.0.4 and IIS please help?...........

2002-03-21 Thread Carlos Martins
Most helpful!! many thanks! Carlos -Original Message- From: Pedro F Gaspar [mailto:[EMAIL PROTECTED]] Sent: quinta-feira, 21 de Março de 2002 10:21 To: [EMAIL PROTECTED] Subject: Re: Tomcat 4.0.4 and IIS please help?... Check this link: