RE: How to compile Tomcat 4.0.3 with JBuilder?

2002-07-24 Thread Christophe Bouhier (ECM)
Hi, Compiling tomcat from scratch is explained in the manuals. You can create a tomcat launcher to run TOMCAT in Jbuilder ,this will allow you to debug servlets (include the sources you want to debug in your JBuilder project). It even works with JBuilder personal. Add the tomcat classes

RE: Embedding Tomcat 4

2002-07-22 Thread Christophe Bouhier (ECM)
Hi Brandon, I have the same intention, bundling/embedding Tomcat in my application. I haven't started to look into it yet, any info from your side would be very helpful. Have you also looked into reducing the memory size, by not-loading specific libraries? or setting parameters? Cheers /

RE: Réf. : RE: SOAP= java.lang.NoClassDefFoundError: javax/mail/MessagingE xception

2002-07-04 Thread Christophe Bouhier (ECM)
So you are using Apache SOAP. I stopped using it, as the documentation is really bad and it is sometimes conflicting with JAXM. (same class name for SOAPException) Also I think the deployment descriptor is cumbersome. you have to specify the server classes to use in the dd. anyway I never

RE: SOAP= java.lang.NoClassDefFoundError: javax/mail/MessagingException

2002-07-03 Thread Christophe Bouhier (ECM)
Hi, I am currently working on a SOAP servlet, and using different clients to send SOAP messages like J2SE and a servlet client. On the server side I use the JWSDP (which includes tomcat) from sun, which contains nice examples aswell as an excellent tutorial. The best way I think, is to

RE: The best website database!

2002-06-30 Thread Christophe Bouhier (ECM)
Hi Amran, I am about to make a choice for our project. (jpass.sourceforge.net). Someone advice me to have a look at: http://hsqldb.sourceforge.net/ I haven't worked with it yet, so no valuable comments. but perhaps worth looking at. Cheers / Christophe -Original Message- From:

RE: TO ALL NEWBIES:advice from a semi-newbie

2002-06-28 Thread Christophe Bouhier (ECM)
I use JWSDP aswell. The tutorial is great. and you get some additional stuff like the deploytool.(for creating WAR's and web.xml). I have switched to ant, though as it's much faster and more flexible. I also have a launcher.java, wich enables me to debug servlets in Jbuilder. I am just

RE: Servlet debug.

2002-06-24 Thread Christophe Bouhier (ECM)
: (506) 854-6886 http://www.romulin.com/ -Original Message- From: Christophe Bouhier (ECM) [mailto:[EMAIL PROTECTED]] Sent: Monday, June 24, 2002 12:20 AM To: '[EMAIL PROTECTED]' Subject: Servlet debug. Hi, I am using the JWSDP distribution of tomcat, and JBuilder 6 personal to write

Servlet debug.

2002-06-23 Thread Christophe Bouhier (ECM)
Hi, I am using the JWSDP distribution of tomcat, and JBuilder 6 personal to write servlets. Everything is working fine for me: (Writting code, deploying using ant). I spend some time to write a suitable build.xml and this really pays off, as deploying new code is really quick. My next