Re: Apache auth on JBoss 3.2.4

2004-07-02 Thread Eulogio Robles
There is no "jk2.config" or "jk2.properties" file on any JBoss directory. Where should it be located? (Apache does communicate with JBoss over port 8009 for all JSP requests and they are displayed correctly). regards, E. Robles Nikola Milutinovic wrote: Eulogio Robles wrot

Apache auth on JBoss 3.2.4

2004-07-01 Thread Eulogio Robles
I am migrating an application from Tomcat 4 to JBoss 4.2.4. It is being used from with Apache 2/JK2. However it is failing because request.getRemoteUser() is returning null in some password protected pages. All the auth configuratoion (login and passwords) is based on Apache. The problem was sol

Re: Sticky sessions on Apache/JK2

2004-04-02 Thread Eulogio Robles
The "stickySession" line is not recognized on Linux either. Where can I find the correct method to implement sticky sessions? Best regards, E. Robles Eulogio Robles wrote: I'm trying to set up sticky sessions on Apache/Tru64, using JK2 latest version. I'm using both Ap

Sticky sessions on Apache/JK2

2004-04-01 Thread Eulogio Robles
quests are being load balanced for the same session. I am trying 2 Tomcats, and later, 2 JBoss servers, and in both cases I see that all requests from the same session are being attended in both servers (50-50). Best regards, Eulo

Re: Compile jk2 2.0.4 connector on Tru64

2004-03-31 Thread Eulogio Robles
ot;*.so" -print ../../jk/build/jk2/apache2/usr/local/apache2/modules/libmod_jk2.so ../../jk/build/jk2/apache2/.libs/libmod_jk2.so Anyway, I used the resulting libmod_jk2.so with my Apache server and it worked without problems Best regards, E. Robles Nikola Milutinovic wrote: Eulogio Robles w

Compile jk2 2.0.4 connector on Tru64

2004-03-30 Thread Eulogio Robles
I'm trying to compile a JK2 connector on Tru64 : I cd to /usr/local/src/jakarta-tomcat-connectors-jk2-2.0.4-src/jk/native2 ./configure --with-apxs2=/usr/local/apache2/bin/apxs make I get this : /bin/ksh /usr/local/apache2/build/libtool --silent --mode=compile cc -g -pthread-DOSF1 -I../..

Tomcat/JBoss problems with SNMP apps

2004-03-04 Thread Eulogio Robles
I have a very strange problem with an application running on Apache + Tomcat/JBoss : I have several classes that use AdvnetNet SNMP packages. One of them sends snmpSet() to several remote devices. If I run the class from a console Java application, it works ok (running on the save host where

Blocking SNMP calls?

2004-03-03 Thread Eulogio Robles
I have an app. that uses Adventnet SNMP classes. If I perform a snmpSet() call from inside a Tomcat or JBoss server, my application gets a timeout error (I mean, the application is unable to communicate with a remote network device via SNMP and the SNMP error is "Request Timed Out to w.x.y.z").

Problems with Javamail and taglib on Tomcat

2003-08-14 Thread Eulogio Robles
t, each one with its own subject and body. On the other hand, mailer1.jsp correctly delivers each message to each intended user. I am using Apache 2 and Tomcat 4 (all latest versions). Any ideas? Thanks in advance, Eulogio Robles - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Oracle connection pooling

2003-08-14 Thread Eulogio Robles
How do you use these from Tomcat, instead of DBCP? Is there any how-to? Regards, E. Robles On Sat, 09 Aug 2003 11:11:29 -0400 Mark <[EMAIL PROTECTED]> wrote: For what it's worth... in a webapp I wrote for my company we had flaky connection problems when using oracle.jdbc.pool.OracleConnectionP

Re: Oracle connection pooling

2003-08-11 Thread Eulogio Robles
I am having these exact problems with DBCP. How do you configure a JNDI database connection pool on Tomcat using these libs? Best regards, Eulogio Robles Metropolis Intercom On Sat, 09 Aug 2003 11:11:29 -0400 Mark <[EMAIL PROTECTED]> wrote: For what it's worth... in a webapp I w

Problems with mailer taglib

2003-07-12 Thread Eulogio Robles
indeed different, each one with its own subject and body. On the other hand, mailer1.jsp correctly delivers each message to each intended user. I am using Apache 2 and Tomcat 4 (all latest versions). Any ideas? Thanks in advance, Eulogio Robles --

Problems with mailer taglib

2003-07-10 Thread Eulogio Robles
different, each one with its own subject and body. On the other hand, mailer1.jsp correctly delivers each message to each intended user. I am using Apache 2 and Tomcat 4 (all latest versions). Any ideas? Thanks in advance, Eulogio Robles - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Jetspeed from Apache/Tomcat

2003-06-30 Thread Eulogio Robles
"Not Found" page. It seems I should map /jetspeed/portal also, but I'm clueless about the destination. What should I do? I did not find any pointer on any FAQ or doc. Thanks, Eulogio Robles (Sorry if I am on the wrong list, but *please* do not make me subscribe on yet *a

Re: cannot get Remote User

2003-06-26 Thread Eulogio Robles
I had added the attribute some weeks ago. Some kind soul over here commented it out and did not inform. My falut, I did not check it before. Regards, E. Robles Bill Barker wrote: I'm assuming that you've set: request.tomcatAuthentication=false in your jk2.properties file. "

Re: cannot get Remote User

2003-06-26 Thread Eulogio Robles
I am using Basic authentication with Apache, creating login and passwords with $APACHE_HOME/bin/htpasswd. The browser displays the standard authentication dialog. Richey, Clark wrote: What exactly are you doing to prompt for login/password? -Original Message- From: Eulogio Robles

cannot get Remote User

2003-06-25 Thread Eulogio Robles
I'm running Apache + Tomcat (latest versions), mod_jk2, and Apache is using SSL. I have some password protected pages, using normal Apache directives. However, my JSP pages are unable to get the rmote username : request.getRemoteUser() always returns "null", and the the browser does ask for lo

Re: jk2 documentation

2003-03-19 Thread Eulogio Robles
Better yet, post it here, please. I'm having the same problem. Best regards, E. Robles Herbert G. Fischer wrote: I did not received the attach. I think the list-serv removed it. Please, send to [EMAIL PROTECTED] Thanks! Chris Dodunski wrote: I managed to get JK2 working last weekend, despit

Web app under a name vhost on Apache2/Tomcat?

2003-01-31 Thread Eulogio Robles
We are trying to use Apache2 + Tomcat 4 on Tru64, (HP Secure Webserver). It uses Warp connector, and we have a problem : The web server will run several name virtual hosts, but only one of them will run a web application (JSP and servlets), starting under its root context (i.e, there are pages l