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: multiuser

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

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 Host name=pjkt debug=0 appBase=C:\anywhere Context

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 (/) : Host name=PruebaJavier debug=0 appBase=C:\Program Files\Apache Software

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

Re: Tomcat 5.0.7 Host default Context docBase

2003-08-23 Thread Dominique Batard
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: Tomcat Users List Subject: Tomcat 5.0.7 Host default Context docBase Hi Trying to run a Tomcat

Re: Tomcat 5.0.7 Host default Context docBase

2003-08-22 Thread Dominique Batard
- 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 Trying to run a Tomcat 4.1.24 web app using Tomcat 5.0.7. Host and context parameters : Host name=edevis debug=0 appBase=c

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 an

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 : Host name=edevis debug=0 appBase=c:/edevis unpackWARs=true autoDeploy=true Valve className=org.apache.catalina.valves.AccessLogValve directory=logs prefix=edevis_access_log.suffix=.txt

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:41 AM

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 all, I

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: 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 Dsol,

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: 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 when

Re: Apache + Tomcat

2000-11-27 Thread Dominique BATARD
In httpd.conf : IfModule mod_dir.c DirectoryIndex index.html index.jsp /IfModule 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

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'm

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 anyone

Re: Tomcat and UltraDev

2000-11-21 Thread Dominique BATARD
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]]Sent: Tuesday, November 21

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

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 had

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 : Connector className... Parameter name="port" value="8110"/ ... Connector className... Parameter name="port" value="8111"/ ... Connector className... Parameter

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.

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