Tomcat Java Processes

2004-05-03 Thread João Augusto Charnet
? Thanks a lot. Sincerely, John. -- Softway & Softcomex João Augusto Charnet Computer Engineer - eSoftcomex Team Phone/Fax: 55 19 3739-9200 E-mail: [EMAIL PROTECTED] R. Conceicao, 233 - Cj, 609 - Centro 13010-

Re: Tocat 5.0.19 Bug ?

2004-03-18 Thread João Augusto Charnet
d Java's tool.jar. And to fix this problem it tells me to put tools.jar in the classpath. What I do is stop Tomcat, and start it again. Then the compiling goes fine. Any ideas what this could be ? Thanks a lot. Sincerely, John. -- 2c10baa3.gifSof

Tocat 5.0.19 Bug ?

2004-03-18 Thread João Augusto Charnet
João Augusto Charnet Computer Engineer - e-Softcomex Team Phone/Fax: 55 19 3739-9200 E-mail: [EMAIL PROTECTED] R. Conceicao, 233 - Cj, 609 - Centro 13010-050 - Campinas - SP - Brazil <>

Apache - Tomcat - DataSource

2003-10-08 Thread João Augusto Charnet
John. -- João Augusto Charnet Computer Engineer - e-Softcomex Team Phone/Fax: 55 19 3739-9200 E-mail: [EMAIL PROTECTED] R. Conceicao, 233 - Cj, 609 - Centro 13010-050 - Campinas - SP - Brazil <>

Tomcat Manager in 3.3.1

2003-02-24 Thread João Augusto Charnet
Hello, I'd like to know if there is any way to execute the Tomcat Manager in 3.3.1. I know this is a 4.0.1 functionality, but is there a patch that enables this in 3.3.1 ? Thanks a lot .. Sincerely, John - To unsubscribe, e-mail:

Re: DEBUG JSP

2003-02-20 Thread João Augusto Charnet
AM To: 'Tomcat Users List' Subject: RE: DEBUG JSP First tell me, do you know remote debugging, that´s the way do do this. After you can create a break point like: stop at teste_jsp:48 Use JAVA_OPTS make Tomcat run in remote debug mode. ------ De: João Augusto Char

Re: DEBUG JSP

2003-02-20 Thread João Augusto Charnet
seriously consider cutting out some of your java code and putting it into java beans that you access from your JSPs. It's much better practice to have JSPs that are only responsible for the view. Hamish -Original Message- From: João Augusto Charnet [mailto:[EMAIL PROTECTED]] Sent: Thu

DEBUG JSP

2003-02-20 Thread João Augusto Charnet
Hello. I'd like to know if any one has actually been able to configure Tomcat to debug JSP, and not just Servlets or other Java Classes? Everybody that helped so far gives me some intruction but tells me that they have not tested the instructions. I've done everything I've found about this topic

Re: Tomcat Debug.

2003-02-13 Thread João Augusto Charnet
nks. John. Ben Ricker wrote: On Thu, 2003-02-13 at 05:28, João Augusto Charnet wrote: Is it possible to set Tomcat to listen to diferent ports when debugging ? What I do with roughly 12 developers is that I add a logger for each user that logs to each developers web app directory. Th

Tomcat Debug.

2003-02-13 Thread João Augusto Charnet
First of all I'd like to thank everyone who helped me in configuring the ADMIN in Tomcat 4.1.18. It worked fine. Now I have another question. Is it possible to set Tomcat to listen to diferent ports when debugging ? Here's the problem. We have a group of developers, who acesses tomcat remotely

Jakarta 4.1.18 Web Server Administration

2003-02-12 Thread João Augusto Charnet
I've just installed Jakarta 4.1.18, and I'd like to know where do I configure the Web Administration ? I'd appreciate any kind of help. I'm new to this version, and I don't know where to start. Thanks a lot.. Sincerely, John

Re: Off Topic: SAP DB

2002-12-10 Thread João Augusto Charnet
I've tested SAP DB. It's a really fast and efficient Database. I had no trouble installing it. What's going on ? John; Fabio Mengue wrote: Hello, Does anyone here has tested or uses SAP DB (www.sapdb.org) ? I am willing to try it, but the setup is a little complicated. Thanks, Fabio. -

Tomcat 4.03 with apache 1.3.24

2002-04-12 Thread João Augusto Charnet
I've just configured Tomcat 4.03 to run with apache 1.3.24 with mod_webapp.so. The configuration went fine. But when I start my Tomcat and then Apache, my computer gets really slow, It looks like it doesn't any memory to execute anything. I can't do anything with both server started. Is this norm

Re: Error in XML

2002-04-09 Thread João Augusto Charnet
Which XML ??? Server.xml Web.xml or tomcat-users.xml [EMAIL PROTECTED] wrote: > what's your xml file like? > > -Original Message- > From: João Augusto Charnet [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, April 09, 2002 7:35 AM > To: Jakarta > Subject: Error in

Error in XML

2002-04-09 Thread João Augusto Charnet
Does anybody knows what's going on ??? Every time I start Jakarta 4.03, and a I get the following error: PARSE error at line 1 column 1 org.xml.sax.SAXParseException: The markup in the document preceding the root element must be well-formed. I couldn't find where this error is ... Thanks a lot ..

Apache with Tomcat

2002-04-04 Thread João Augusto Charnet
Hello. I'm having some trouble configuring APACHE 1.3.24 with TOMCAT 3.2.3. I've followed the HOW TO DOCS but I had no success. Any tips to do this the simplest way ??? Thanks a lot. John. -- To unsubscribe: For additional commands: Troubl

Parse Error in Tomcat Startup...

2002-03-27 Thread João Augusto Charnet
Every time a start TOMCAT I get the following error PARSE error at line 1 column 1 org.xml.sax.SAXParseException: The markup in the document preceding the root ele ment must be well-formed. Anyone knows what's wrong ??? Thanks a lot John.

Re: Question on reloading web-applications.

2002-03-27 Thread João Augusto Charnet
Dominic Parry wrote: > > Hi Tarun, > > > > >One way would be provide every user a way to reload their web-application > only, without granting > > > > >access to the manager application (and thus without bothering the > sys-admin). Or is there a parameter > > > > >in Tomcat that checks whether

Classpath Problems

2002-03-26 Thread João Augusto Charnet
I hava some classes that are grouped up in a package called SFWClasses in the following directory: /Web-inf/classes/SFWClasses. I used to use Jakarta 3.2.3, but now I have upgraded to 4.03. With the older version everything worked fine, now with this new version I get an Error that Jakarta cou