mod_webapp or mod:jk

2002-10-18 Thread Dionisio Ruiz de Zarate
Hello, can anybody says me , in the future, in the tomcat new versions, which will be the connector for apache and tomcat? the mod_webapp or mod_jk? -- To unsubscribe, e-mail: mailto:tomcat-user-unsubscribe;jakarta.apache.org For additional commands, e-mail:

mod_jk2 file

2002-10-27 Thread Dionisio Ruiz de Zarate
anybody can says me where can i find the mod_jk2.so file for tomcat 4.1.12 in linux? thanks -- To unsubscribe, e-mail: mailto:tomcat-user-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:tomcat-user-help;jakarta.apache.org

building the mod_jk2 in one linux SuSE 8.1

2002-11-14 Thread Dionisio Ruiz de Zarate
I am trying to build the mod_jk2 for the 4.1.12 version of tomcat and when i try to make the buildconf.sh command from the jk/native directori appears this error (bellow). Can you help me please? thanks # ./buildconf.sh libtoolize --force --automake --copy aclocal ./buildconf.sh: line 8:

Re: building the mod_jk2 in one linux SuSE 8.1

2002-11-15 Thread Dionisio Ruiz de Zarate
- From: Dionisio Ruiz de Zarate [mailto:dionisio;tinieblas.com] Sent: Thursday, November 14, 2002 9:48 AM To: [EMAIL PROTECTED] Subject: building the mod_jk2 in one linux SuSE 8.1 I am trying to build the mod_jk2 for the 4.1.12 version of tomcat and when i try to make

Re: building the mod_jk2 in one linux SuSE 8.1

2002-11-16 Thread Dionisio Ruiz de Zarate
15, 2002 8:55 PM Subject: RE: building the mod_jk2 in one linux SuSE 8.1 native John -Original Message- From: Dionisio Ruiz de Zarate [mailto:[EMAIL PROTECTED]] Sent: Friday, November 15, 2002 2:42 PM To: Tomcat Users List Subject: Re: building the mod_jk2 in one linux SuSE

Re: building the mod_jk2 in one linux SuSE 8.1

2002-11-16 Thread Dionisio Ruiz de Zarate
how can i build the mod_jk2? what i ust to download? thanks - Original Message - From: mlh [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Saturday, November 16, 2002 1:46 PM Subject: Re: building the mod_jk2 in one linux SuSE 8.1 Dionisio Ruiz de Zarate wrote: i have

the tomcat versions

2002-11-18 Thread Dionisio Ruiz de Zarate
why in the tomcat page there are some versions (stables)? why the development groups are development two version (4.0.x, 4.1.x)? why? which is the diference? thanks -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

hacer un filtro (creo)

2002-11-19 Thread Dionisio Ruiz de Zarate
Os cuento. he hecho una aplicacion java que me cuenta las visitas a una pagina, seguro que para la mayoria de vostros una cosa muy sencilla. Pero mi problema es que en todas las paginas tengo que poner una llamada a esta clase para poder contar. Ultimamente he leido que hay filtros que filtran

errors pages in tomcat 4.1.12

2002-11-23 Thread Dionisio Ruiz de Zarate
Hello i want to make my own error pages for the common errorsa (500, 550, 404, 413 ...) how and where can i configure in tomcat this? thanks -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

a great problem (BUG?) transforming xml to html across xslt

2002-11-28 Thread Dionisio Ruiz de Zarate
Hello from the http://java.sun.com/xml/jaxp/dist/1.1/docs/tutorial/xslt/work/Stylizer.java i have load one classe and i have transform it (i attach the classe). this class run welss on RESIN , this class transform one XML using one XSLT tempalte and produces HTML. for using i make this:

a great problem (BUG?) transforming xml to html across xslt. With the java file

2002-11-28 Thread Dionisio Ruiz de Zarate
Hello from the http://java.sun.com/xml/jaxp/dist/1.1/docs/tutorial/xslt/work/Stylizer.java i have load one classe and i have transform it (i attach the classe). this class run welss on RESIN , this class transform one XML using one XSLT tempalte and produces HTML. for using i make this:

bug in tomcat converting xml using xslt?

2002-11-28 Thread Dionisio Ruiz de Zarate
Hello from the http://java.sun.com/xml/jaxp/dist/1.1/docs/tutorial/xslt/work/Stylizer.java i have load one classe and i have transform it (i attach the classe). this class run welss on RESIN , this class transform one XML using one XSLT tempalte and produces HTML. for using i make this:

tomcat linux (SuSE) and latin characters

2002-11-29 Thread Dionisio Ruiz de Zarate
When i start my linux machine the tomcat show me (the jsp pages) some characters bad: ó --? some latin characters (ISO-8859-1) show me in the jsp pages as ? but if i restart the tomcat shows me well. what can be the problem? and the solution? thanks -- To unsubscribe, e-mail: mailto:[EMAIL

tomcat doesn´t show latin characters when i start the system

2002-12-06 Thread Dionisio Ruiz de Zarate
When i start my linux tomcat doesn'y show latin characters (ó, á, í ...) if i restart the tomcat service (rctomcat restart) the tomcat shows me well all characters. Can anybody says me how can i solve this great, for me, problem? i am using one SuSE 8.1 linux machine, jdk 1.4.1 and tomcat 4.1.12

Re: tomcat doesn´t show latin characters when i start the system

2002-12-06 Thread Dionisio Ruiz de Zarate
the problem). Try to add it to your crontab/export it in your startup script. Regards, - Jeff -Message d'origine- De : Dionisio Ruiz de Zarate [mailto:[EMAIL PROTECTED]] Envoyé : vendredi 6 décembre 2002 12:05 À : [EMAIL PROTECTED] Objet : tomcat doesn´t show latin characters when i

Re: tomcat doesn´t show latin characters when i start the system

2002-12-06 Thread Dionisio Ruiz de Zarate
on a regular basis (daily or weekly, which is usually good practice), just add LANG=XXX at the top of your crontab file (man 5 crontab if you don't know how it works) -Message d'origine- De : Dionisio Ruiz de Zarate [mailto:[EMAIL PROTECTED]] Envoyé : vendredi 6 décembre 2002 12:45 À

connection pool to postgresql

2002-12-06 Thread Dionisio Ruiz de Zarate
Hello can anybody help me to configure one connection pool to postgresql from tomcat? and how can i use fron one java class? thanks -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

virtual hosts and apache

2002-09-05 Thread Dionisio Ruiz de Zarate
I know how i must to configure the virtual hosts in apache but in the tomcat server.xml i don't know. 1.- can any body send me one sample? 2.- in the apache httpd.conf file, in the virtual host description i have the normal virtual host description but for the interaction with tomcat, must i

Re: virtual hosts and apache

2002-09-05 Thread Dionisio Ruiz de Zarate
08:16 schrieb Dionisio Ruiz de Zarate: I know how i must to configure the virtual hosts in apache but in the tomcat server.xml i don't know. 1.- can any body send me one sample? 2.- in the apache httpd.conf file, in the virtual host description i have the normal virtual host description

Re: virtual hosts and apache

2002-09-05 Thread Dionisio Ruiz de Zarate
to tomcat/conf/auto/mod_jk.conf will be created and includes the neccessary configuration for apache Ciao, Branko. Am Donnerstag, 5. September 2002 08:16 schrieb Dionisio Ruiz de Zarate: I know how i must to configure the virtual hosts in apache but in the tomcat server.xml i don't know. 1

apache + tomcat 4.0.1 + virtual host

2002-09-05 Thread Dionisio Ruiz de Zarate
Hello with this i pass the /examples petitions to the tomcat WebAppConnection conexion warp localhost:8008 WebAppDeploy examples conexion /examples but if i have one second virtualhost (www.domain2.com) in the apache virtual host configuration how i must to configure for passint to the tomcat

tomcat 4.1.0

2002-09-06 Thread Dionisio Ruiz de Zarate
the new tomcat 4.1.0 what uses? the mod_jk or the mod_webapps? (linux) thanks -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

new tomcat 4.1.0, linux and mod_webapp

2002-09-06 Thread Dionisio Ruiz de Zarate
i'll try to install the tomcat 4.1.0 in my linux (SuSE 8), with apache. but how can i build the mod_webapp.so file? thanks -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: integeration of Apache with TOCAAT

2002-09-06 Thread Dionisio Ruiz de Zarate
the normal isntalation integrates both. they are integrated, but tomcat response, else, to the 8080 port --- comment the 8080 lines in the server.xml - Original Message - From: Sivaraman, Srinivasan [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, September 06, 2002 9:30 PM Subject:

error

2002-09-06 Thread Dionisio Ruiz de Zarate
Anybody knows whoat is this error?: Apache Tomcat/4.0.1 - HTTP Status 500 - Internal Server Error type Exception report message Internal Server Error description The server encountered an internal error

Error in tomcat but not in resin (caucho)

2002-09-06 Thread Dionisio Ruiz de Zarate
Why bellow code is error in tomcat? this code runs well in resin. there is any error? thanks code: % response.setHeader(Cache-Control,no-cache); response.setHeader(Pragma,no-cache); String login= (String)session.getAttribute(login); String usuario= (String)session.getAttribute(usuario);

Re: tomcat v. resin

2002-09-07 Thread Dionisio Ruiz de Zarate
i am usin tomcat and resin. my opinion, only my opinion, is thar resins is faster and easy for configure than tomcat. this with the old versions. but i have see the tomcat 4.1.10 and tomcat is more fast. but i can say that is, resin, more easy for configure. Else i have see that there is some

webapss.so for tomcat 4.1.10

2002-09-07 Thread Dionisio Ruiz de Zarate
Hello. can anybody says me where can i find the webapp.so file for linux for the new tomcat 4.1.10 vesion? or how can i generate? thanks -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: tomcat 4.1.12 with apache

2002-10-13 Thread Dionisio Ruiz de Zarate
the best for tomcat 4.1.12 is the mod_webapps - Original Message - From: Sven Köhler [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, October 13, 2002 11:00 PM Subject: tomcat 4.1.12 with apache hi, i want my apache to use tomcat to serve JSP-pages and Servlets. I googled and

error when start tomcat if in the web.xml is the error-page directive

2002-12-13 Thread Dionisio Ruiz de Zarate
if in my web.xml i have this: error-page error-code404/error-code location/error.jsp/location /error-page the tomcat starts well but appears the next error. Can you help me to resolv it? thanks. ERROR: 13-dic-2002 13:19:14 org.apache.commons.digester.Digester error GRAVE: Parse Error at

error in one servlet with the

2002-12-16 Thread Dionisio Ruiz de Zarate
i i write in one servlet this: String whereIs = ((ServletContext)request).getRealPath(/); in tomcat appears this error, can any body help me? thanks ERROR: type Exception report message description The server encountered an internal error () that prevented it from fulfilling this request.

Re: error in one servlet with the

2002-12-16 Thread Dionisio Ruiz de Zarate
i am trying to load, to get , the real path in the disk (/home/user/) i y make: String whereIs = getServletContext().getRealPath(/); appears this error: utils/filtroSessiones.java [50:1] cannot resolve symbol symbol : method getServletContext () location: class utils.filtroSessiones

get the real path from one filter.

2002-12-16 Thread Dionisio Ruiz de Zarate
Hello i am using tomcat 4.1.12 i have write one filter and in this filter i want to load the real path from the application. i have several virtual domains and each virtual domain has one different real path (obviously) i the filter i am using: String whereIs =

tomcat 4.1.12 configuration

2002-12-17 Thread Dionisio Ruiz de Zarate
Hello. I want to configure in my machine several virtual hosts and i am reading the docs but i don't know if my configuretion is rigth or not. Can anybody says me? my configuration for one virtual host is: Host name=www.domain1.com debug=0 appBase=/usr/local/httpd/htdocs/domain1 unpackWARs=true

one doubt (mod_jk or mod_jk2)

2002-12-18 Thread Dionisio Ruiz de Zarate
i am thinking to update to tomcat 4.1.17. i am using tomcat with apache 1.3.XX in one linux machine. can anybody says me what is better for use? mod_jk or mod_jk2? thanks -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

obtaining mod_jk

2002-12-18 Thread Dionisio Ruiz de Zarate
can anybody says me where is the howto for compiling and obtainin the mod_jk or the mod_jk2? thanks -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

erro page a get the error

2002-12-19 Thread Dionisio Ruiz de Zarate
in one jsp page (error.jsp), the error page, i have: %@ page contentType=text/html; charset=iso-8859-1 language=java isErrorPage=true % htmlbody %=exception.getMessage() % /body/html and in the web.xml i have: error-page error-code500/error-code location/error.jsp/location /error-page error-page

-enable-jni, where is mus to copy files? help please, URGENT

2002-12-19 Thread Dionisio Ruiz de Zarate
i have compile mod_jk with -enable-jni in tomcat 4.1.18. where i must to copy the result file? the jk_jnicb.so? any more file i must to co`py to other localization? if i copy the files, must i make more for enabling jni? thanks -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For

logs in catalina

2002-12-19 Thread Dionisio Ruiz de Zarate
in the catalina.out i see this: 20-dic-2002 0:21:35 org.apache.jk.common.ChannelSocket processConnection INFO: connection timeout reached what is this? is normal? what means? thanks -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

BDCP to postgres confgiuration

2002-12-20 Thread Dionisio Ruiz de Zarate
Anybody knows if there is one howto or faq o documentation for configuring DBCP with postgresql, in tomcat? how i must to configure the server.xml and web.xml files, and if there are other configurations. thanks -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands,

for using the jni in tomcat ..... where put the files and which files

2002-12-20 Thread Dionisio Ruiz de Zarate
i have compile, in my linux for tomcat 4.1.18 the mod_jk with -enable-jni. where must I to copy the result file? the jk_jnicb.so? any more file must I to copy to other localization? if i copy the files, must i make more for enabling jni? for using jni where and which files must i to copy from the

using the DBCP with postgresql

2002-12-20 Thread Dionisio Ruiz de Zarate
with the howto (http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jndi-datasource-examples-ho wto.html#Database%20Connection%20Pool%20(DBCP)%20Configurations) I have configure tomcat for using the DBCP. but now i must to use the DBCP from one class. Can anybody send me one sample or say me how can

error in DBCP

2002-12-20 Thread Dionisio Ruiz de Zarate
when i try to use the DBCP pool i recibed this error: javax.naming.NameNotFoundException: Name jdbc is not bound in this Context bellow i put my configuration. Can anybody help me? thanks The server.xml: Host name=pruebas.domain.com debug=0 appBase=/home/users/public/domain

error(?) int he catalina.out

2002-12-21 Thread Dionisio Ruiz de Zarate
in the catalina.out file appears this (bellow). Is this one error? what is? thanks #logs: 21-dic-2002 17:05:44 org.apache.jk.common.ChannelSocket processConnection INFO: connection timeout reached 21-dic-2002 16:56:10 org.apache.jk.common.ChannelSocket processConnection INFO: server

configuring two servlets into my application

2003-01-07 Thread Dionisio Ruiz de Zarate
i am tryin of configuring two test servlets in mytomcat application but when i try to declare them into the web.xml appears error: This file is not valid. unexpected child element 'servlet' the configuration is: servlet servlet-nameHelloWorld/servlet-name servlet-classHelloWorld/servlet-class

running tomcat + apache and the system shows me the xml file. bur or bad configuration?

2003-02-01 Thread Dionisio Ruiz de Zarate
I have one application running in tomcat 4.1.18 and apache. if i have writte in the browser (explorer): http://www.domain.com/WEB-INF/web.xml the system shows me the file. This is one great security problem. How can i deny this? i the appache conf file i have: Directory WEB-INF Options -Indexes

manual for using connection pooling

2003-02-26 Thread Dionisio Ruiz de Zarate
can anybody says me where is, in the web, the manual for using the tomcat connection pooling with mysql? thanks - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

building connector (4.1.24) error

2003-06-24 Thread Dionisio Ruiz de Zarate
Hello. i have one great problem, i am trying, during four days, for solving it and i dont solve. i have one SuSE linux 8.2. Apache 2.0.46, sun jdk 1.4.1 i have download the tomcat 4.1.24 and the connectors. i am trying to build the connector for using the tomcat and apache. but when i run the make

logs of tomcat

2003-07-23 Thread Dionisio Ruiz de Zarate
Hello. In my tomcat log file (mod_jk.og) appears a lot of lines as the next line: [Wed Jul 23 23:20:58 2003] [jk_uri_worker_map.c (477)]: Attempting to map URI '/graphics/image.gif' my tomcat logs the all of my images. how can i say to the tomcat to not log, and not process the images

Re: Front Controller Servlet

2003-08-09 Thread Dionisio Ruiz de Zarate
and whoy don't use one filter? i am usin one filter; in my web.xml i have mapped all my jsp pages (*.jsp) to this filter, an the filter actions are made first and in the second fase the systems shows me the jsp page - Original Message - From: [EMAIL PROTECTED] To: Tomcat Users List [EMAIL

great problem with dbcp conn pool

2003-03-12 Thread Dionisio Ruiz de Zarate
hello y ahave the next conf in my server.xml file but appears the bellow error, not always, only if i not acess to the page in several hours. can you help me? thanks CONF (server.xml): Resource name=jdbc/otrosservicios auth=Container type=javax.sql.DataSource/

Re: great problem with dbcp conn pool

2003-03-12 Thread Dionisio Ruiz de Zarate
, in your orginial server.xml, is there also reconect instead of reconnect. Regards Gerlinde -Ursprngliche Nachricht- Von: Dionisio Ruiz de Zarate [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 12. Mrz 2003 14:10 An: [EMAIL PROTECTED] Betreff: great problem with dbcp conn pool

problem with tomcat 4.1.30, apache 2...

2004-03-24 Thread Dionisio Ruiz de Zarate
Hello i have one great problem. I am trying for solvig it during one week and i canot solve it. i have one linux machie (suse 9) with the 1.4.2_03 jdk instaled. the machine has the apache 2.0.48. i have download and install the tomcat 4.1.30 and i have the connectors source download and compile

Re: problem with tomcat 4.1.30, apache 2...

2004-03-24 Thread Dionisio Ruiz de Zarate
, Dionisio Ruiz de Zarate wrote: Hello i have one great problem. I am trying for solvig it during one week and i canot solve it. i have one linux machie (suse 9) with the 1.4.2_03 jdk instaled. the machine has the apache 2.0.48. i have download and install the tomcat 4.1.30 and i have

Re: problem with tomcat 4.1.30, apache 2...

2004-03-24 Thread Dionisio Ruiz de Zarate
On Wed, Mar 24, 2004 at 03:22:58PM +0100, Dionisio Ruiz de Zarate wrote: i have those lines in my workers.properties file worker.list=ajp13 worker.ajp13.port=8009 worker.ajp13.host=localhost worker.ajp13.type=ajp13 What have you specified in your workers.properties? Normally you should

Re: problem with tomcat 4.1.30, apache 2...

2004-03-25 Thread Dionisio Ruiz de Zarate
, perhaps it is useful to verify the hostname:port. Hope this helps, -- Staf Wagemakers email:staf at patat.org homepage: http://staf.patat.org On Wed, Mar 24, 2004 at 05:15:03PM +0100, Dionisio Ruiz de Zarate wrote: i make teklnet to the localhost 8009 and: server

erro pages

2004-05-14 Thread Dionisio Ruiz de Zarate
hellow. one question. how can i configure tomcat for showing one error page whe the documents doesn't exists? the HTTP 404 - HTTP 403 - . error tipes how can i configure them int tomcat conf file? thanks - To unsubscribe,

tomcat 5.0.19, some problemns

2004-05-05 Thread Dionisio Ruiz de Zarate
hello when i star the tomcat 5.0.19, i am stating with this version, appears this error in the catalina.log file: 05-may-2004 13:24:27 org.apache.catalina.startup.ContextConfig applicationConfig INFO: Falta el archivo web.xml de la aplicaciónb. Utilizando los parámetros por defecto

8080

2003-08-21 Thread Dionisio Ruiz de Zarate
anybody can says me what must i to dellete (or comment) into the server.xml file for not respond the tomcat into the 8080 port? thanks - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

error when starting tomcat

2003-09-16 Thread Dionisio Ruiz de Zarate
Hello. in my linux i start the tomcat and appears this error: can anybody helps me for solving it? thnaks Sep 16, 2003 1:07:14 PM org.apache.struts.util.PropertyMessageResources init INFO: Initializing, config='org.apache.struts.util.LocalStrings', returnNull=true Sep 16, 2003 1:07:14 PM

error configuring tomcat

2003-09-23 Thread Dionisio Ruiz de Zarate
Hello. i want to configure intomcat one new context (http://localhost/myNewContext/ ) I have the new structure: $home |--webapps |--ROOT | |.. |--myNewcontext and in the conf file i put: Context path=/myNewContext docBase= debug=0 reloadable=true

AXIS

2003-09-23 Thread Dionisio Ruiz de Zarate
What is AXIS? thanks - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

ERROR using the tomcat db connection pool against one SQL SERVER 200 database. Please help me

2003-10-30 Thread Dionisio Ruiz de Zarate
Hello i am trying for using the Tomcat database conecition pool (dbcp) against one SQL SERVER 2000 but i cannot connect always appears this error: DBCP borrowObject failed: java.sql.SQLException: [Microsoft][SQLServer 2000 Driver for JDBC]Unable to connect. Invalid URL.

problem in widows with tomcat 4.1.27 -29

2003-11-03 Thread Dionisio Ruiz de Zarate
I am trying for runningtomcatinmy windows 2003 server and into one XP(spanish version). when i tryto load the adminpage http://localhost:8080/admin/login.jsp appears this error: how can i solve this? the jvm isthe 1.4.2_02 form windows thanks ERROR: HTTP Status 500 -

configuring new context

2003-11-06 Thread Dionisio Ruiz de Zarate
Hello i am trying to cofiguring one new context using tomcat for this pourpose i make this: Host name=localhost debug=0 appBase=webapps/ROOT unpackWARs=true autoDeploy=true Logger className=org.apache.catalina.logger.FileLogger directory=logs prefix=localhost_log. suffix=.txt timestamp=true/

configuring tomcat 4.1.29 with apache 2 using mod_jk2. HELP me please

2003-11-10 Thread Dionisio Ruiz de Zarate
Hello. i want to configura my tomcat with apache for using mod_jk2 in my linux suse 9. i know how to configure to use mok_jk, but i must to change to mod_jk2 and i don'tknow .how to make this. for configuring to use the mod jk i configure IfModule mod_jk.c JkWorkersFile

error configuring tomcat + apache with mod_jk2

2003-11-10 Thread Dionisio Ruiz de Zarate
Hello. i am tryinf to cofigure the tomcat 4.1.29 + apache 2.0.47 into one linux machine. for this pourpose i have configure in the apche conf file this: LoadModule jk2_module /usr/lib/apache2/mod_jk2.so Location /*.jsp JkUriSet worker ajp13:localhost:8009 /Location and into the

mod_jk or mod_jk2

2003-11-12 Thread Dionisio Ruiz de Zarate
Hello i must to put one server with apache 2.0.47 and tomcat 4.1.29 in production. what is better for use in production state? mod_jk or mod_jk2? which is more stable? thanks - To unsubscribe, e-mail: [EMAIL PROTECTED] For

redirect from one servlet to one jsp page

2003-11-17 Thread Dionisio Ruiz de Zarate
In one servlet ihave this: public HttpSession userSession; if(!userSession.getAttribute(loginStatus).equals(OK)){ //redirection } my problem is howcan i redirect from one servlet to one jsp page if the loginStatus attribute isnot equals to OK. from one jsp page to other jsp page i make:

tomcat 4.1.29+azpache2+mod_jk2. help me please

2003-11-17 Thread Dionisio Ruiz de Zarate
Hello. I have two great problems with tomcat+apache2+mod_jk2 1.- the first is i must to have in the apache home (/srv/www) one conf dir with the workers2.properties file. if i dont create this dir with the file the systems doesn't find the workers2.properties file. Why the system doesn't find it?

Re: tomcat 4.1.29+azpache2+mod_jk2. help me please

2003-11-17 Thread Dionisio Ruiz de Zarate
But if one user, using ftp, creates one dir, i must to edit the apache conf file? this is one great problem. i sed mod_jk and there wan't problem with this but with the mod_jk2 i cannot resolv it thanks Dionisio, 2.-the second: the tomcat and apache works with the mod_jk2, the system returns

one great problem with mod_jk2 and workers2.properties

2003-11-17 Thread Dionisio Ruiz de Zarate
I have configure the tomcat + apache2 + mod_jk2 but i have find one great problem (error?) and is this: if i have this web structure: / |-index.jsp |-images/ | |-image.gif | |-otherimage.gif |-js/ | |-file.js |-otherdirectory/ | |-file1.htm |

Re: mod_jk2/tomcat 4.1.29 uri mapping

2003-11-24 Thread Dionisio Ruiz de Zarate
i have the same problem. i must to downgrade to the 4.1.27 version. there is other problem; if you have one dir with, for example, images, you must to map the directory. [uri:/erfx/*] worker=ajp13:localhost:9602 context=/erfx tomcatId=localhost:9602 [uri:/erfx/images/*]

tomcat 5. some basic questions

2004-02-07 Thread Dionisio Ruiz de Zarate
hello. i have one machine in production mode with apache 2 and tomcat 4.1.29. i am thinkin for using tomcat 5. i have several questions: 1.- the tomcat 5 configuration i diferent, comparing with the tomcat 4.1.29 configurarion? (vitual domains, db connecion pools using Commons DBCP..) 2.- when i