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 in
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 / C
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
mana
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 le
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: [
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 wond
Come
Yup, the descriptor is the last element. As for spaces after ">", my
editor is set to automatically remove trailing spaces on save.
- Rich
-Original Message-
From: Christophe Bouhier (ECM)
[mailto:[EMAIL PROTECTED]]
Sent: Tuesday, June 25, 2002 10:23 PM
To: 'To
eene
ROMulin Group Inc
885 Main St, Suite 16
Moncton, NB
E1C 1G5
Ph: (506) 863-1014 x4
Fx: (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]'
Subj
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 chal