Tomcat, Eclipse and Log4j

2004-07-16 Thread Bill Harrelson
I'm having trouble with getting Tomcat, Log4j and Eclipse working together. I have two apps, say webapps/webapp1 and webapps/webapp2, and I read all the documentation about keeping contexts separate, so I have my log4j.properties files in the webapp1/WEB-INF/classes folder and the

Class loading problem with Sysdeo Tomcat Eclipse plug-in

2004-07-13 Thread Henri Sivonen
I'm trying to launch Tomcat 4.1.30 from Eclipse 3.0 using the Sysdeo plug-in (3.0beta). So far, I haven't succeeded. According to the docs, it is enough to give the plug-in the path to the Tomcat installation directory and it is not necessary to add the Tomcat jars explicitly to the classpath.

Re: Class loading problem with Sysdeo Tomcat Eclipse plug-in

2004-07-13 Thread Frank Burns
) eclipse.tools.jdt Best wishes, Frank Burns - Original Message - From: Henri Sivonen [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, July 13, 2004 9:07 AM Subject: Class loading problem with Sysdeo Tomcat Eclipse plug-in I'm trying to launch Tomcat 4.1.30 from Eclipse 3.0 using

Tomcat + Eclipse

2004-01-28 Thread amit varshney
I know that this is not the right place to ask this question but I will be grateful to receive ur replies. I am just a biginner to use eclipse. I have Tomcat plugin but i don't how to run Tomcat from within Eclipse.and how to run an application. Thanx in advance. Amit Varshney

Tomcat+Eclipse

2004-01-28 Thread amit varshney
I know that this is not the right place to ask this question but I will be grateful to receive ur replies. I am just a biginner to use eclipse. I have Tomcat plugin but i don't how to run Tomcat from within Eclipse.and how to run an application. Thanx in advance. Amit Varshney

RE: Tomcat, eclipse and jpda

2003-12-06 Thread Sergi Erola
catalina.sh. By default, it uses port 8000. I'm not sure if I understand you question, but I hope this is what you're asking. SC -Original Message- From: Sergi Erola [mailto:[EMAIL PROTECTED] Sent: Friday, December 05, 2003 7:26 AM To: [EMAIL PROTECTED] Subject: Tomcat, eclipse and jpda

Tomcat, eclipse and jpda

2003-12-05 Thread Sergi Erola
Hi, I read the message in tomcat-user list about eclipse, tomcat and jpda, but i don't understand very well. I have two machines, one is a tomcat server and the other machine is my workstation. I execute tomcat with ./catalina.sh jpda run and i can connect with eclipse when I try to debug.

Re: Tomcat, eclipse and jpda

2003-12-05 Thread Jeff Tulley
For debugging servlets, you simply start Tomcat up on the server machine in jpda mode, make sure you have a project in eclipse with all of your servlet code (compile with debug information, which in my eclipse is the default), and put a breakpoint in the servlet code. Connect to the Tomcat

Re: Tomcat, eclipse and jpda

2003-12-05 Thread Sergi Erola
Thanks Jeff But, I have one question... The servlet code must be in server machine or client machine?Or two machines? I call client machine the machine that has eclipse. And I must call servlet in with server url? Moreover, where is the debug information? Jeff Tulley [EMAIL PROTECTED] wrote:

Re: Tomcat, eclipse and jpda

2003-12-05 Thread Jeff Tulley
The source code must be on the client machine, in an eclipse project. The binary build of it will be in your normal web application, in a jar file in WEB-INF\lib or as a .class file under WEB-INF\classes You call the servlet as you normally would, by its mapping that is specified in your

RE: Tomcat, eclipse and jpda

2003-12-05 Thread Simon Chou
AM To: [EMAIL PROTECTED] Subject: Tomcat, eclipse and jpda Hi, I read the message in tomcat-user list about eclipse, tomcat and jpda, but i don't understand very well. I have two machines, one is a tomcat server and the other machine is my workstation. I execute tomcat with ./catalina.sh jpda

Tomcat-Eclipse question

2003-12-03 Thread Atreya Basu
Hello, I've got a question about integrating TOmcat and Eclipse together. Has anyone done it? What I want to do is debug my Servlets as Tomcat is running. I know the command line to start Tomcat but I can't figure out what the parameters are to start the JVM in debug mode and then attach to

Re: Tomcat-Eclipse question

2003-12-03 Thread Peter Davison
Sure. There's a plugin available for eclipse that allows you to run Tomcat within eclipse. You can find it here: http://www.sysdeo.com/eclipse/tomcatPlugin.html Regards, Pete. On Wed, 03 Dec 2003 22:28:05 -0400 Atreya Basu [EMAIL PROTECTED] wrote: Hello, I've got a question about

RE: Tomcat-Eclipse question

2003-12-03 Thread George Sexton
:[EMAIL PROTECTED] Sent: Wednesday, December 03, 2003 7:28 PM To: Tomcat Users List Subject: Tomcat-Eclipse question Hello, I've got a question about integrating TOmcat and Eclipse together. Has anyone done it? What I want to do is debug my Servlets as Tomcat is running. I know the command

Re: AW: jdbcodbc database connection problem (access-DB,jsp,tomcat,eclipse)!

2003-09-14 Thread Bruno Armand
2003 11:31 An: Tomcat Users List Betreff: Re: jdbcodbc database connection problem (access-DB,jsp,tomcat,eclipse)! My German's not that good but BabelFish returned the error as That Data source name was not found, and no standard driver was indicated. So, i guess, your ODBC data source

Re: jdbcodbc database connection problem (access-DB,jsp,tomcat,eclipse)!

2003-09-04 Thread Jon Wingfield
My German's not that good but BabelFish returned the error as That Data source name was not found, and no standard driver was indicated. So, i guess, your ODBC data source is not set up correctly or you are using the wrong name (maybe case-sensitive). I can't help you with that, i'm afraid,

AW: jdbcodbc database connection problem (access-DB,jsp,tomcat,eclipse)!

2003-09-04 Thread Nitschke Michael
PROTECTED] Gesendet: Donnerstag, 04. September 2003 11:31 An: Tomcat Users List Betreff: Re: jdbcodbc database connection problem (access-DB,jsp,tomcat,eclipse)! My German's not that good but BabelFish returned the error as That Data source name was not found, and no standard driver was indicated

jdbcodbc database connection problem (access-DB,jsp,tomcat,eclipse)!

2003-09-03 Thread Bruno Armand
Please i try since one week to become this program without error, but without success. Perrhaps can you help me! I write a jsp-file for calling and saving data from an access existing database which i connect with a odbc-driver. The adrList.jsp ist in the directory c:\eclipse\workspace\projectX\

Re: jdbcodbc database connection problem (access-DB,jsp,tomcat,eclipse)!

2003-09-03 Thread Jon Wingfield
try %= rs.getString(i) % instead of % = rs.getString(i) % Bruno Armand wrote: Please i try since one week to become this program without error, but without success. Perrhaps can you help me! I write a jsp-file for calling and saving data from an access existing database which i connect with a

Re: jdbcodbc database connection problem (access-DB,jsp,tomcat,eclipse)!

2003-09-03 Thread Bruno Armand
Now, i correct all the errors (As you see n the code below), but the jsp-page ist displayed, but without anything written (from html or database.). Can you know why please? Thank! --- Jon Wingfield [EMAIL PROTECTED] schrieb: try %= rs.getString(i) % instead of % = rs.getString(i) %

Re: jdbcodbc database connection problem (access-DB,jsp,tomcat,eclipse)!

2003-09-03 Thread Jon Wingfield
Very difficult to tell ;) Do you have any errors in the tomcat logs? Does your debug in the SQLException catch clause get written to std out or catalina.out? If a SQLException did get thrown during the inserts/select the output would be: html head /table /body /html Not quite sure how that

Re: jdbcodbc database connection problem (access-DB,jsp,tomcat,eclipse)!

2003-09-03 Thread Bruno Armand
Hello Jon, In the file tomcat../log/stdout, this error information can be found: SQLException: SQLState: IM002 Nachricht: [Microsoft][ODBC Driver Manager] Der Datenquellenname wurde nicht gefunden, und es wurde kein Standardtreiber angegeben. Anbieter: 0 there was error By testing myself, i

AW: Tomcat, Eclipse, Debug, JPDA

2003-06-30 Thread Pfingstl Gernot
Nachricht- Von: Christian Traber [mailto:[EMAIL PROTECTED] Gesendet: Sonntag, 29. Juni 2003 15:01 An: Tomcat Users List Betreff: Re: Tomcat, Eclipse, Debug, JPDA Pfingstl Gernot wrote: I tried to debug my webapplication on my (local)tomcat with eclipse and JPDA. Both (JDK and Eclipse) seems

AW: Tomcat, Eclipse, Debug, JPDA

2003-06-30 Thread Pfingstl Gernot
Gernot Gesendet: Montag, 30. Juni 2003 16:15 An: Tomcat Users List Betreff: AW: Tomcat, Eclipse, Debug, JPDA Thank you, it works fine! But I also want to know why direct JPDA connection doesn't work or -better - who can tell me how it works!? Because I also want to debug a tomcat application

Tomcat, Eclipse, Debug, JPDA

2003-06-29 Thread Pfingstl Gernot
I tried to debug my webapplication on my (local)tomcat with eclipse and JPDA. Both (JDK and Eclipse) seems to allow JPDA, but I always got an Failed to connect to remote VM. Connection refused error from eclipse. My Environment: Win2000, JDK 1.3.1 (Sun), Tomcat 4.1.18, Eclipse 2.1 and 2.0 I

Re: Tomcat, Eclipse, Debug, JPDA

2003-06-29 Thread Christian Traber
Pfingstl Gernot wrote: I tried to debug my webapplication on my (local)tomcat with eclipse and JPDA. Both (JDK and Eclipse) seems to allow JPDA, but I always got an Failed to connect to remote VM. Connection refused error from eclipse. Try the tomcat plugin for eclipse:

Tomcat/Eclipse tutorial?

2003-06-23 Thread Mohun Biswas
to speed. Specific help is appreciated, but it feels like there should be a URL giving step-by-step instructions somewhere and that would be fine too. Is there a John Turner in the Tomcat/Eclipse space? TIA, MB - To unsubscribe

RE: Tomcat/Eclipse tutorial?

2003-06-23 Thread Tim Davidson
, June 22, 2003 2:15 PM To: [EMAIL PROTECTED] Subject: Tomcat/Eclipse tutorial? Is there a how-to out there for getting started with Eclipse and Tomcat together? I'm reasonably familiar with Tomcat but not Eclipse. To date I've set up Eclipse, installed the sysdeo plug-in (http://www.sysdeo.com

Re: Tomcat/Eclipse tutorial?

2003-06-23 Thread Keshava Murthy
url not working regards, Keshava Murthy. S - Original Message - From: Tim Davidson [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday, June 23, 2003 3:20 PM Subject: RE: Tomcat/Eclipse tutorial? Theres an even better way - use the MyEclipse plugin

RE: Tomcat/Eclipse tutorial?

2003-06-23 Thread Tim Davidson
sorry.. http://www.myeclipseide.com/index.php -Original Message- From: Keshava Murthy [mailto:[EMAIL PROTECTED] Sent: Monday, June 23, 2003 12:13 PM To: Tomcat Users List Subject: Re: Tomcat/Eclipse tutorial? url not working regards, Keshava Murthy. S - Original Message - From

JSP not working with Tomcat + Eclipse

2003-01-13 Thread C F
Tomcat 4.1.9 Eclipse M4 build Has anyone gotten later builds of Tomcat + Eclipse working with JSP? I'm using the tomcat and jsp plugins from http://www.sysdeo.com/eclipse/tomcatPlugin.html. It looks like from the doc that the latest supported version of Tomcat is 4.1.2 but I was hoping

Re: tomcat + eclipse

2002-12-09 Thread Cédric Viaud
06, 2002 1:22 PM Subject: Re: tomcat + eclipse And debugging JSP... do you know it works? Em Sex 06 Dez 2002 08:18, Cédric Viaud escreveu: The answer is YESSS : http://www.sysdeo.com/eclipse/tomcatPlugin.html And it works fine. HTH, Cédric - Original Message

Re: tomcat + eclipse

2002-12-06 Thread Cédric Viaud
The answer is YESSS : http://www.sysdeo.com/eclipse/tomcatPlugin.html And it works fine. HTH, Cédric - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, December 04, 2002 11:27 AM Subject: tomcat + eclipse Hi I'm using Eclipse as my IDE

Re: tomcat + eclipse

2002-12-06 Thread Cristiano Silva
: Wednesday, December 04, 2002 11:27 AM Subject: tomcat + eclipse Hi I'm using Eclipse as my IDE is there a way to integrate Tomcat with Eclipse? thanx -- Cristiano Moreira Silva Lecom S/A - Liderança Estratégica

tomcat + eclipse

2002-12-04 Thread Frans.Stofberg
Hi I'm using Eclipse as my IDE is there a way to integrate Tomcat with Eclipse? thanx

RE: tomcat + eclipse

2002-12-04 Thread mech
get more then you need for Tomcat. mech -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Mittwoch, 4. Dezember 2002 11:27 To: [EMAIL PROTECTED] Subject: tomcat + eclipse Hi I'm using Eclipse as my IDE is there a way to integrate Tomcat

Re: tomcat + eclipse

2002-12-04 Thread Jacob Kjome
http://www.sysdeo.com/eclipse/tomcatPlugin.html Jake At 12:27 PM 12/4/2002 +0200, you wrote: Hi I'm using Eclipse as my IDE is there a way to integrate Tomcat with Eclipse? thanx