Re: apache tomcat as services under Linux

2001-06-26 Thread Pier Paolo Bortone
/. The links should be called S96tomcat and S97apache (I was wrong in my first post, yes tomcat should be run first). Saludos, -- Antoni Reus - Original Message - From: Pier Paolo Bortone [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, June 22, 2001 5:29 PM Subject: Re: apache tomcat

Re: cannot load mod_jk

2001-06-25 Thread Pier Paolo Bortone
Shtykh, I have solved this problem recompiling Apache 1.3.20 with option --enable-module=so $ ./configure --prefix=PREFIX --enable-module=so . For default this feature is disabled. I think that you should read the INSTALL file of apache package before compiling with feature above. Hope of

mod_jk.so for LINUX

2001-06-22 Thread Pier Paolo Bortone
Hi, is there someone that knows why exists two files mod_jk.so (-eapi and -noeapi) for LINUX? Which do I have to use? Do I have to cut the word after '.so'? Thanks. Pier Paolo.

Re: mod_jk.so for LINUX

2001-06-22 Thread Pier Paolo Bortone
Gomez, I have found docs about the argument on TC 3.3 but not on 3.2. BTW thanks now I have understood. Pier Paolo. - Original Message - From: GOMEZ Henri [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, June 22, 2001 3:02 PM Subject: RE: mod_jk.so for LINUX is there someone

Re: apache tomcat as services under Linux

2001-06-22 Thread Pier Paolo Bortone
../init.d/apache-tomcat S99apache-tomcat # Stop cd ../rc0.d ln -s ../init.d/apache-tomcat K11apache-tomcat Saludos, -- Antoni Reus - Original Message - From: Pier Paolo Bortone [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, June 20, 2001 2:15 PM Subject: apache tomcat

apache tomcat as services under Linux

2001-06-20 Thread Pier Paolo Bortone
Hi, I need to start to use apache tomcat in a production environment, thus I need to start them as services. I'm using RedHat 7.1, someone knows which scripts I have to put in rc3.d. Thanks for your time. Pier Paolo.

Re: apache tomcat as services under Linux

2001-06-20 Thread Pier Paolo Bortone
/apache-tomcat S99apache-tomcat # Stop cd ../rc0.d ln -s ../init.d/apache-tomcat K11apache-tomcat Saludos, -- Antoni Reus - Original Message - From: Pier Paolo Bortone [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, June 20, 2001 2:15 PM Subject: apache tomcat

Problem starting Apache1.3.14 with mod_jk.so (tomcat 3.2.1) on Linux

2001-01-10 Thread Pier Paolo Bortone
Hi, I was became crazy. I don't understand this error when I launch Apache [root@www bin]# ./apachectl configtestSyntax error on line 8 of /usr/local/jakarta-tomcat/conf/mod_jk.conf-manual:Invalid command 'LoadModule', perhaps mis-spelled or defined by a module not included in the server

Re: Tomcat Test Enivironment - Error Messages

2001-01-10 Thread Pier Paolo Bortone
Copy mod_jk.conf-auto in mod_jk.conf-manual modify the mod_jk.conf-manual how you prefer in httpd.conf include mod_jk.conf-manual instead of mod_jk.conf-auto Pier Paolo. - Original Message - From: Dwayne To: [EMAIL PROTECTED] Sent: Wednesday, January 10, 2001 5:36

Re: Servlet Mappings and what am I doing wrong.

2000-12-13 Thread Pier Paolo Bortone
How are you using tomcat? Standalone or with Apache + mod_jk? There is a little difference. - Original Message - From: Andrew Oliver To: [EMAIL PROTECTED] Sent: Wednesday, December 13, 2000 3:42 PM Subject: Servlet Mappings and what am I doing wrong. I have

Re: Servlet Mappings and what am I doing wrong.

2000-12-13 Thread Pier Paolo Bortone
Ok. Andy, I send you my web.xml that could be help you, where all dwf file are handled by NetSite servlet. Bye. - Original Message - From: "Etienne Baert (SPS Office)" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, December 13, 2000 4:14 PM Subject: RE: Servlet Mappings and

Re: Multipart and mod_jk

2000-12-12 Thread Pier Paolo Bortone
Thanks, now my multipart runs well I'm come back to ajp12. I'm using: Linux OS (Best Linux distribution) Apache 1.3.14 mod_jk (ajp12) tomcat 3.2 and I'm not using JSP but servlet. Pier Paolo. - Original Message - From: "GOMEZ Henri" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent:

Re: linux-NT-MSsqlServer

2000-12-12 Thread Pier Paolo Bortone
I'm using jdbc from freetds project. It's very small, very good and very easy to use (JDBC level 4). Thanks to freetds development team. My environment is: Good components: Linux (best linux) on intel apache 1.3.14 tomcat 3.2 jdbc:freetds 0.51 Bad components: Windows NT4.0 MSSQLServer

Re: bug in tomcat 3.2 final??

2000-12-04 Thread Pier Paolo Bortone
Carlos, what JVM are you using? I have resolved this problem with JDK1.1.8 ( if you can, try ). Pier Paolo. - Original Message - From: Carlos To: [EMAIL PROTECTED] Sent: Monday, December 04, 2000 9:37 AM Subject: Re: bug in tomcat 3.2 final?? yes the tomcat

Re: bug in tomcat 3.2 final??

2000-12-04 Thread Pier Paolo Bortone
final?? the JDK1.3 for linux - Original Message - From: Pier Paolo Bortone To: [EMAIL PROTECTED] Sent: Monday, December 04, 2000 10:26 AM Subject: Re: bug in tomcat 3.2 final?? Carlos, what JVM are you using? I

Problem with file upload (Apache + mod_jk + Tomcat32)

2000-12-01 Thread Pier Paolo Bortone
Hi, I have succesfully installed Tomcat32 with following configuration: W2K Server (NO SP) Apache 1.3.14 mod_jk.dll Tomcat32 (final release) All runs correctly. But... When I try to make a file upload nothing runs correctly and with different results. When my code tries to read the stream