Re: apache startup errors with tomcat workers

2001-04-23 Thread NSB)Hiroshi Kasamatsu
Hi, You forget JkMount. JkMount /* .jsp ajp13 JkMount /servet/* ajp13 Ajp13 is also used in SSL.Why don't you refer to mod_ssl site? You will find clue there. "Farrell, Sarah" wrote: Hi all, I finally got my mod_jk.so compiled. on to the next glitch. I'm running Linux,

Re: File Upload

2001-03-28 Thread NSB)Hiroshi Kasamatsu
Hi,Valeriy I found it here. http://www.servlets.com/resources/com.oreilly.servlet/ Valeriy Molyakov wrote: Hi! Where I can found class MultipartRequest ? - Original Message - From: "NSB)Hiroshi Kasamatsu" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday

Re: File Upload

2001-03-27 Thread NSB)Hiroshi Kasamatsu
Hi,Fabien MultipartRequest works very fine. You may use file stream wrongly. My coding is as follows. I make it in any file because of byte input-output. MultipartRequest multi=new MultipartRequest(req,"."); Enumeration params=multi.getParameterNames(); Enumeration

Tomcat cannot recognize IBM jdk1.3 path.

2001-03-27 Thread NSB)Hiroshi Kasamatsu
Hi, I installed IBM jdk1.3 rpm version. By default,it is installed in /opt. I added JAVA_HOME=/opt/ibmjdk1.3 to classpath. But startup.sh of tomcat3.2.1 does not work showing error message saying /usr/local/jakarta-tomcat/bin/conf/server.xml - no such directory. As you know,server.xml exists in

Re: Ctx( ): 400 R( /) null - details about this error?

2001-03-15 Thread NSB)Hiroshi Kasamatsu
Hi,Goebel I have also seen Ctx( ):400 R( /) null. This problem and the explanation are in maling list.But I can't understand. This error?(or message) is seen int not only your case but windows98 and Netscape,IE Goebel Martin wrote: Okay, now I've found out that this Ctx( ): 400 R( /)

Tomcat's setting to IBM jdk1.3

2001-03-14 Thread NSB)Hiroshi Kasamatsu
Hi,all I began to use IBM jdk1.3. The performance is very good. By the way,the default directory of install is /opt/. Sun's one is /usr/local/. I set JAVA_HOME=/opt/IBMjdk1.3. The problem is that tomcat's starup.sh and stop,sh does not work right. I got error

Re: help: tomcat 3.2 won't work on win 98

2001-03-08 Thread NSB)Hiroshi Kasamatsu
Hi,pothi I 've got the same problem before. Dos window - property - memory - initial size of environment variable -here,set to 2086 or more. After setting,you should reboot your system. If you can't see the light,it is better for you to set the memory size of dos window of tomcat

Re: cannot find file mod_jk.conf-auto

2001-02-17 Thread NSB)Hiroshi Kasamatsu
Hi,Ratnakar First of all,mod_jk.conf-auto is automatically generated when you start tomcat. Next,it is in conf directory of tomcat. Hiroshi Ratnakar Malla wrote: Hi All, The documentation says that the file "mod_jk.conf-auto" the configuration file for mod_jk.dll, will be automaticlly

Re: mok_jkapache

2001-01-17 Thread NSB)Hiroshi Kasamatsu
Hi,Deian: What is your platform? my platform:Redhat6.2 apache1.3.14 tomcat3.2.1 1.Windows98 (1)Install apache and tomcat3.2.1 (2)Copy mod_jk.dll to modules directory of apache. (3)Start tomcat3.2.1,where mod_jk-conf is produced. (4)(Stop tomcat3.2.1) (5)Insert "Include tomcat's install

Re: mok_jkapache

2001-01-17 Thread NSB)Hiroshi Kasamatsu
Sorry, ./configure --enable-module=so --enable-shared=max "NSB)Hiroshi Kasamatsu" wrote: Hi,Deian: What is your platform? my platform:Redhat6.2 apache1.3.14 tomcat3.2.1 1.Windows98 (1)Install apache and tomcat3.2.1 (2)Copy mod_jk.dll to modules directory of apache. (3)Start t

Re: 403 forbidden in tomcat-apache

2000-12-29 Thread NSB)Hiroshi Kasamatsu
to jsp/servlets - admin:admin and apache gives and error ..."403 Forbidden" where am i going wrong... also do i have to start tomcat as root. parvez And Then NSB)Hiroshi Kasamatsu wrote . There seems to be no mod_jk.so for Tomcat3.2.1. If you do'nt mind,bet

Tell me how to config Apache with DSO?

2000-12-28 Thread NSB)Hiroshi Kasamatsu
I had an error in command of./apachectl configtest: API module structure 'jk_module' in file /usr/local/apache_1.3.12/libexec/mod_jk.so is garbled- perhaps this is not an Apache module DSO? I want to cooperate Tomcat3.2 beta 8 with apache 1,3.12. I copied mod_jk.so into apache_1.3.12/libexec and

Re: 403 forbidden in tomcat-apache

2000-12-27 Thread NSB)Hiroshi Kasamatsu
)Hiroshi Kasamatsu wrote . For tomcat 3.2 or up,mod_jk.so is needed.You should download, copy it into your apache directory/libexec and include "your apache directory/conf/mod_jk.conf-auto" into the last line of httpd.conf.The latter is automatically created w

Re: 403 forbidden in tomcat-apache

2000-12-26 Thread NSB)Hiroshi Kasamatsu
For tomcat 3.2 or up,mod_jk.so is needed.You should download, copy it into your apache directory/libexec and include "your apache directory/conf/mod_jk.conf-auto" into the last line of httpd.conf.The latter is automatically created when Tomcat is exclusively initiated on port 8080. To

Re: 403 forbidden in tomcat-apache

2000-12-26 Thread NSB)Hiroshi Kasamatsu
In advance,apache needs to be compiled with ./configure --enable-rule=SHARED_CORE --enable-module=so. Parvez wrote: hi, i have installed tomcat 3.2.1, with apache 1.3.12 on a linux machine. it works perfectly fine on port 8080, but when i include it with apache conf (i.e.

Startup.bat of Tomcat3.2v7 does'nt work.

2000-12-26 Thread NSB)Hiroshi Kasamatsu
I got an error message on dos window when startup.bat of Tomcat3.2v7 was carried out. out of memory for environmental variables Unable to set the CLASSPATH dynamically. Note to set the CLASSPATH dynamically on Win9x sistems only DOS8.3 names may be used in TOMCAT_HOME! My autoexe.bat is as