Re: multiuser tomcat environment

2004-01-05 Thread Dominique Batard
You may use Virtual Hosts: one student = one host. This way, each student can have as many context as needed, one of them being the manager. Dom - Original Message - From: "Tsirkin Evgeny" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, December 31, 2003 11:38 PM Subject: mult

Re: Integrating Tomcat 4.1.29 with Apache 2

2003-11-14 Thread Dominique Batard
Hi I've integrated JBoss 3.2.2 ( Tomcat 4.1.27) , with apache2 using jk2 and IP socket. How may I use UNIX sockets, as I don't find the jk2.properties file in the JBoss embeded Tomcat ? Dom - Original Message - From: "Chong Yu Meng" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PR

Re: V Host

2003-11-05 Thread Dominique Batard
Put your webapp anywhere, ie C:\anywhere +--anywhere +--images +--WEB-INF +--classes +--listeners +--filters +--compressionFilters +--util Server.xml : appBase must be the absolute path http://pjkt:8080/PruebaJavier Dom - Original Mess

Re: Re[2]: Virtual host and app

2003-11-03 Thread Dominique Batard
Hi You may have an other instance of Tomcat running. You really have troubles with Host and Context (You should avoid spaces in your directory names) If you need a PruebaJavier virtual Host and a default Context (/) : the url will be http://PruebaJavier:8080/ Having deployed your app und

Re: [ANN] Apache Tomcat 5.0.9 Beta released

2003-08-27 Thread Dominique Batard
Did anything changed in the docBase Context attribute within virtual Hosts ? I can't have an absolute path in the docBase attribute, either within server.xml or within a context file I'm getting : INFO: Processing Context configuration file URL file:C:\jakarta-tomcat-5.0.9\conf\Catalina\edevis\fo

Re: Tomcat 5.0.7 Host default Context docBase

2003-08-23 Thread Dominique Batard
t docBase > Looks like it is complaining about the path. Have you tried using C:\edevis > instead of C:/edevis for your appBase and docBase? > > -Original Message- > From: Dominique Batard [mailto:[EMAIL PROTECTED] > Sent: Wednesday, August 20, 2003 8:45 AM > To: T

Re: Tomcat 5.0.7 Host default Context docBase

2003-08-22 Thread Dominique Batard
I know that appBase is a Host property, and that docBase is a Context property, thanxs ( you rewrites the begining of my message : > >Whatever I use in the docBase and workDir properties of Context in Host ... (maybe should I use "attribute" instead of "property"?) Anyway, I should be able to use

Re: Tomcat 5.0.7 Host default Context docBase

2003-08-22 Thread Dominique Batard
vis > instead of C:/edevis for your appBase and docBase? > > -Original Message- > From: Dominique Batard [mailto:[EMAIL PROTECTED] > Sent: Wednesday, August 20, 2003 8:45 AM > To: Tomcat Users List > Subject: Tomcat 5.0.7 Host default Context docBase > > > Hi >

Tomcat 5.0.7 Host default Context docBase

2003-08-20 Thread Dominique Batard
Hi Trying to run a Tomcat 4.1.24 web app using Tomcat 5.0.7. Host and context parameters : Whatever I put in this virtual host default context docBase (c:/edevis, or .) , when I start tomcat, I get : 20 août 2003 17:28:30 org.apache.commons.digester.Digester startElement GRAVE:

Re: How to debug and run a JSP file or Servlet with JBuilder 4 ?

2001-05-28 Thread Dominique BATARD
Sorry, this one is the good one : http://www.jboss.org/documentation/HTML/ch11s99.html Dom - Original Message - From: "Huynh Tin" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, May 28, 2001 5:36 AM Subject: How to debug and run a JSP file or Servlet with JBuilder 4 ? > Hi al

Re: How to debug and run a JSP file or Servlet with JBuilder 4 ?

2001-05-28 Thread Dominique BATARD
Using JBuilder4 Foundation, I've integrated JBoss-Tomcat. I can now also debug JSP (and EJB of course) see http://www.jboss.org/documentation/HTML/ch11.html#howtotomcat Dom - Original Message - From: "Edwin Martin" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, May 28, 2001 8:

Re: gzip

2001-03-08 Thread Dominique BATARD
Title: gzip I tried it, and it was working . But I noticed an apache slow down   Dom   - Original Message - From: Parayali, Jayesh 1065 To: '[EMAIL PROTECTED]' Sent: Thursday, March 08, 2001 3:59 AM Subject: gzip Anybody had any luck with gzip in JSP?

Re: connecting tomcat3.2.1 to apache1.3.19 using mod_jk

2001-03-08 Thread Dominique BATARD
You MUST compile apache with "--enable-module=so"  to enable mod_jk.so (and any other module)   Dom - Original Message - From: Don Hardaway To: [EMAIL PROTECTED] Sent: Wednesday, March 07, 2001 10:34 PM Subject: connecting tomcat3.2.1 to apache1.3.19 using

Re: Pb running Tomcat with Apache on a Linux Server

2001-03-02 Thread Dominique BATARD
Recompile apache avec --enable-module=so Recompile éventuellement aussi mod_jk Dom - Original Message - From: "BENARD Christophe, DDE 34/SG" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, March 02, 2001 10:08 AM Subject: RE: Pb running Tomcat with Apache on a Linux Server D

Re: *** Referring to a file or a directory from inside a jsp/servlet or bean ???? ***

2001-02-20 Thread Dominique BATARD
ServletContext.getResourceAsStream() is perfect for reading a file. But what about writing a file ? Dom - Original Message - From: "Fernando Padilla" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; "Jonathan Asbell" <[EMAIL PROTECTED]> Sent: Tuesday, February 20, 2001 4:34 PM Subject: Re:

Tomcat 3.2.1 & kHTTPd

2001-01-25 Thread Dominique BATARD
Hi   Is it possible to run Tomcat 3.2.1 with kHTTPd included in the Linux 2.4 kernel ?   Dom  

Re: VAJ and Tomcat 3.2

2000-12-04 Thread Dominique BATARD
I'm running Tomcat 3.2 without any problem in VAJAVA 3.0 and VAJAVA 3.5 I can start it and stop it any number of time without restarting vajava. I installed tomcat in by hand. You must verify your start and stop properties. Dom - Original Message - From: "Stein M. Eliassen" <[EMAIL PRO

Re: mod_jk.so problem on Linux

2000-11-30 Thread Dominique BATARD
You must compile mod_jk with the right apxs. Dom - Original Message - From: "Phillip T. Gerringer" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, November 30, 2000 2:20 PM Subject: Re: mod_jk.so problem on Linux > I know this is going to help very little but... Apparently

Re: EmbededTomcat question

2000-11-28 Thread Dominique BATARD
You'r talking about JBoss ? Forget it, EmbededTomcat doesn't care about server.xml. Dom - Original Message - From: "Marc Saegesser" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, November 28, 2000 2:43 AM Subject: EmbededTomcat question > I'm beating my head against a wall

Re: Apache + Tomcat

2000-11-27 Thread Dominique BATARD
In httpd.conf : DirectoryIndex index.html index.jsp Dom - Original Message - From: "carnell" <[EMAIL PROTECTED]> To: "Tomcat-user" <[EMAIL PROTECTED]> Sent: Monday, November 27, 2000 5:09 PM Subject: Apache + Tomcat > Does anyone know how to make Apache/Tomcat automatically load

Re: HELP on Tomcat 3.2 + mod_jk + Apache 1.3.14 + Mandrake 7.1

2000-11-27 Thread Dominique BATARD
Salut You have to compile mod_jk ! Dom - Original Message - From: "Bourque, Guillaume" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, November 24, 2000 11:22 PM Subject: Re: HELP on Tomcat 3.2 + mod_jk + Apache 1.3.14 + Mandrake 7.1 > I forgot to included the ouput of /var

Re: Tomcat and UltraDev

2000-11-21 Thread Dominique BATARD
Andrea Bertone To: [EMAIL PROTECTED] Sent: Tuesday, November 21, 2000 5:27 PM Subject: RE: Tomcat and UltraDev Which patch... I did download a few... can you explain further? please :o) -Original Message-From: Dominique BATARD [mailto:[EMAIL PROTECTED

Re: Tomcat and UltraDev

2000-11-21 Thread Dominique BATARD
UltraDev jsp is NOT jsp 1.1, only 1.0 ! If you're using ODBC-JDBC, go to their site and download the patch.     Dom - Original Message - From: Andrea Bertone To: [EMAIL PROTECTED] Sent: Tuesday, November 21, 2000 5:03 AM Subject: Tomcat and UltraDev Is anyon

Re: Apache + Tomcat + virtual hosts - worker not found

2000-11-21 Thread Dominique BATARD
I've got the same problem with my mandrake 7.2 box Recompile mod_jk from sources Dom - Original Message - From: "Norton Lam" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, November 21, 2000 10:27 AM Subject: Apache + Tomcat + virtual hosts - worker not found > Hi, > > I'

Re: Help On Running Tomcat????

2000-11-16 Thread Dominique BATARD
Just look at http://community.borland.com/article/0,1410,22057,00.html Dom - Original Message - From: "Mick Sullivan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, November 16, 2000 1:38 PM Subject: Help On Running Tomcat > Hi > Im doing a project using JSP. > I have

Re: servlets problem is still there

2000-11-14 Thread Dominique BATARD
Did you try http://localhost:8004/servlet/hi ?   Dom - Original Message - From: Rasika To: [EMAIL PROTECTED] Sent: Tuesday, November 14, 2000 7:41 AM Subject: servlets problem is still there Hello,I have installed TOMCAT with Apache. I followed yo

Re: Got internal servlet error with tomcat's example

2000-11-09 Thread Dominique BATARD
It's ajp13 , not apj13 Dom - Original Message - From: "Dave" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, November 08, 2000 8:11 PM Subject: Got internal servlet error with tomcat's example Hi all, I was testing my tomcat installation using examples from the package, I

workers.properties & virtual hosts

2000-11-07 Thread Dominique BATARD
Tomcat 3.2b6, Apache 1.3.14, NT 4 I'm running 3 virtual hosts and want to have each one his own JVM In server.xml : ... ... ... ... ServerName host1 JkMount /*.jsp ajp-8110 JkMount /servlet/* ajp-8110 Idem for host2 ajp-8111 and host3 ... ajp8112 My question is : 1 -

Re: jsp & mod_jk problem

2000-11-06 Thread Dominique BATARD
Thank you for your answer, I'll try with ajp12 By the way, do you have any idea on how to setup tomcat and apache to be able to serve several NAMED virtual hosts, each one having his own JVM, and to be able to restart any vhost tomcat and jvm without having to restart all the vhosts AND apache.

jsp & mod_jk problem

2000-11-06 Thread Dominique BATARD
I have jsp and servlets which run ok using NT 4, Tomcat 3.2b6, apache 1.3.14 and ApacheModuleJServ.dll (mod_jserv). I tried to switch to mod_jk and ajp13 and got a strange result : one jsp containing only FrameSets and Frames : some of the src files, which are jsp, don't show in the right frame,

Re: jk_nt_service.exe

2000-11-03 Thread Dominique BATARD
An error in tomcat.conf or tomcat-apache.conf or server.xml - Original Message - From: "Jaco Roux" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, November 03, 2000 2:33 PM Subject: jk_nt_service.exe I get this error when trying to start tomcat as a service using jk_nt_servic

Re: port 8080

2000-11-02 Thread Dominique BATARD
ted to Apache using mod_jserv.so? Make sure httpd.conf has included tomcat-apache.conf and restart both. I think you need to start Tomcat before Apache but it doesn't seem to matter on NT. -Original Message-----From: Dominique BATARD [mailto:[EMAIL PROTECTED]]Sent:

port 8080

2000-11-02 Thread Dominique BATARD
Why are all my servlets and jsp served by port 8080 ? I'm using named virtual hosts on : Apache 1.3.14 : port 80 Tomcat 3.2b6  : normal http connector commented   on Linux Mandrake 7.2  and NT 4.0