problems with the tomcat 4.0

2001-06-21 Thread Pedro Henrique Ponchio
Hello all, A question about Tomcat 4 beta 5 issue. I just decide to move from Tomcat 3.2.1 to 4 because we are facing some insoluble sealing violations problems. Ok, I download all the required packages (jss2, jaxp, jmx, jndi, newer jdk 1.3, ant, regexp, jakarta-servletapi-4 and

WHY http://servername:8080/myapp/index.htm?

2001-04-27 Thread Pedro Henrique Ponchio
Hello, I need to know how to set up my Tomcat or Apache to understand that myapp is a jsp application without the need to put the port number in the adress bar, because when I try to access it without the 8080, it fails ... (looks like the apache is trying to find the directory myapp inside the

RES: WHY http://servername:8080/myapp/index.htm?

2001-04-27 Thread Pedro Henrique Ponchio
/index.htm? Pedro Henrique Ponchio wrote: Hello, I need to know how to set up my Tomcat or Apache to understand that myapp is a jsp application without the need to put the port number in the adress bar, because when I try to access it without the 8080, it fails ... (looks like the apache

RES: RES: WHY http://servername:8080/myapp/index.htm?

2001-04-27 Thread Pedro Henrique Ponchio
, Pedro Henrique Ponchio wrote: Well, here is my httpd.conf file: LoadModule jk_modulelibexec/mod_jk.so AddModule mod_jk.c JkWorkersFile /usr/local/jakarta/dist/tomcat/conf/workers.properties JkLogFile /usr/local/jakarta/dist/tomcat/logs/mod_jk.log JkLogLevel

RES: problem using mod_jk.so

2001-04-19 Thread Pedro Henrique Ponchio
U need to compile your mod_jk. There is a rpm version too ( http://jakarta.apache.org/builds/jakarta-tomcat/release/v3.2.1/rpms/tomc at-mod-3.2.1-1.i386.rpm http://jakarta.apache.org/builds/jakarta-tomcat/release/v3.2.1/rpms/tom cat-mod-3.2.1-1.i386.rpm ), but could be not fully compatible with

RES: Apache/Tomcat integration issues

2001-04-16 Thread Pedro Henrique Ponchio
Put this few lines of code: LoadModule jk_modulelibexec/mod_jk.so AddModule mod_jk.c JkWorkersFile /packages/tomcat/conf/workers.properties JkLogFile /usr/local/apache_1.3.14/logs/mod_jk.log JkLogLevelwarn JkMount /*.jsp ajp13 JkMount /servlet/* ajp13 JkMount

=== files missing ... ? ====

2001-04-11 Thread Pedro Henrique Ponchio
Hello, Im trying to compile the source code of Tomcat, but I receive some errors. What have I have to do to make it? I known that are some files mising like moo.jar e dev.jar ... I already compile and install the apache, mod_ssl, servletapi, ant, jaxp, etc, etc ... here the build.sh file: #!

RES: Troubles with Tomcat

2001-03-15 Thread Pedro Henrique Ponchio
you can edit the hosts file under the C:\WINNT\system32\drivers\etc directory, like: 200.56.130.196 hostnam_of_your_machine and put the hostname_of_your_machine in the ServerName directive like this: ServerName hostname_of_your_machine and u can use the directive NameVirtualHost 192.168.167.2

RES: mod_jserv.so

2001-03-09 Thread Pedro Henrique Ponchio
You dont need to download this file, if you have the tomcat source code, u can compile it for your system. Take a look at this site, can be useful: http://www.ccl.net/cca/software/UNIX/apache/ http://www.ccl.net/cca/software/UNIX/apache/ Pedro Henrique -Mensagem original- De:

documentation about cvs

2001-03-09 Thread Pedro Henrique Ponchio
Please, anyone can send me an url about CVS documentation? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

RES: RES: apachectl start .... error message

2001-02-23 Thread Pedro Henrique Ponchio
(Note the enable --enable-EAPI ) all from page http://java.apache.org/jserv/install/howto.unix_install.html Hope this helps Rory http://java.apache.org/jserv/install/howto.unix_install.html - Original Message - From: "Pedro Henrique Ponchio" [EMAIL PROTECTED] To: [E

RES: RES: RES: apachectl start .... error message

2001-02-23 Thread Pedro Henrique Ponchio
my.server.net my You will need to add the IP address, if it is not already in there, and the hostname as reported in the error message from apache. Hope this helps. Pedro Henrique Ponchio wrote: Thks again, but where can I find the hosts files on my Red Hat 6.2 system? I already

RES: apachectl start .... error message

2001-02-22 Thread Pedro Henrique Ponchio
tp://java.apache.org/jserv/install/howto.unix_install.html Hope this helps Rory http://java.apache.org/jserv/install/howto.unix_install.html - Original Message - From: "Pedro Henrique Ponchio" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, February 20, 2001 2:18 PM

apachectl start .... error message

2001-02-20 Thread Pedro Henrique Ponchio
Hi all, this error message appear when I try to startup Apache: Starting httpd: [Tue Feb 20 14:37:58 2001] [warn] Loaded DSO libexec/mod_jserv.s o uses plain Apache 1.3 API, this module might crash under EAPI! (please recompi le it with -DEAPI) [FAILED] How can I recompile the mod_jserv.so in

RES: apachectl start .... error message

2001-02-20 Thread Pedro Henrique Ponchio
Message - From: "Pedro Henrique Ponchio" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, February 20, 2001 1:40 PM Subject: apachectl start error message Hi all, this error message appear when I try to startup Apache: Starting httpd: [Tue Feb 20 14:37:58 2001] [warn]

RES: Tomcat Configuration

2001-02-15 Thread Pedro Henrique Ponchio
I think that the correct path is http://localhost:8080/ROOT/jsp/num/numguess.jsp if you want to be /jsp u need to put under the $tomcat_home/webapps/ directory ... and on server.xml file will apper something like this: Context path="/jsp" docBase="webapps/jsp"

java.lang.NullPointerException message error

2001-02-15 Thread Pedro Henrique Ponchio
Anybody know what the error message "java.lang.NullPointerException" means? My information screen appear this message when I shutdown TOMCAT: Stop tomcat fechando a conexo com o BD...2001-02-15 12:56:26 - ContextManager: Removing con text Ctx( /omir ) pronto!

RES: java.lang.NullPointerException message error

2001-02-15 Thread Pedro Henrique Ponchio
The big question is when this error happens the TOMCAT didnt shutdown properly, still having some java process running in memory. So, I need to use kill -9 to can start TOMCAT again ... Please, anyone have any suggestion?? Pedro -Mensagem original- De: Pedro Henrique Ponchio Enviada

where can I put an images folder in Tomcat for my site?

2001-02-14 Thread Pedro Henrique Ponchio
I build an aplication with BC4J and some images on my navigation bar are pointing to "webapp/images" folder. How can I setup the server.xml file to reconigne the directory "webapp" under the /webapps directory as a part of my site, called "omir"? Please, taken a look at my server.xml file: