Re: tomcat5 in-process (more info for you guys)

2004-01-23 Thread Phil Adams
I was getting this also. it has to do with the 'libapr' library files I believe this is the one I fixed by adding 'apache2_home' to my environment vars I do remember digging thru some code and finding a reference to this var as I was working on this specific problem. let me know, I have other

SOLVED: 5.0.18 Ignoring security-constraint?

2004-01-23 Thread Merrill Cornish
I (accidently) figured out the problem with the security-constraint. The problem was in the Connector definition for port 80 in server.xml. The excerpt from server.xml that I posted was correct because it was inadvertently from the 5.0.16 installation. (The editor helpfully remembered it for

RE: tomcat5 in-process (more info for you guys)

2004-01-23 Thread Hamilton Andrew
I figured out where to put the jkjni.so file for it to be picked up by the JVM, but now instead of: INFO: APR not loaded, disabling jni components: java.io.IOException: java.lang.UnsatisfiedLinkError: no jkjni in java.library.path I get: INFO: APR not loaded, disabling jni components:

Re: Conflict openssl versus keytool

2004-01-23 Thread Oscar Carrillo
Why do you need to import the key into Tomcat? You are using Apache for a front-end w/connector I assume, which means Apache would do the SSL stuff. Oscar On Fri, 23 Jan 2004, Ignacio Barrancos Martinez wrote: Hi all, I am running two web servers on the same Linux machine. 1) is

Re: tomcat5 in-process (more info for you guys)

2004-01-23 Thread Phil Adams
I would at least build the mod_jk2 and jkjni these are the 2 that I had to build in order to get past alot of the errors - Original Message - From: Hamilton Andrew [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, January 23, 2004 2:33 PM Subject: RE: tomcat5

Re: Apache/Tomcat Integration. Urgent!!

2004-01-23 Thread rohit chugh
Thanks again. I tried that however , the problem persists. Following are the excerpts from the log files, if they can help ---Apache log. [Fri Jan 23 16:32:49 2004] [error]File does not exist: /opt/htdocs/examples/ --mod_jk log jk_uri_worker_map.c (185)]: In

RE: tomcat5 in-process (more info for you guys)

2004-01-23 Thread Hamilton Andrew
Absolutely, I built them myself and even rebuilt them this afternoon. Matter of fact I did that before I even posted my issues. If I use the channelSocket it works just fine. It's just I can't seem to get the apr libs to load... Thanks, Drew -Original Message- From: Phil Adams

How do I turn off secure cookies for session IDs?

2004-01-23 Thread Dan Forward
I have a web site that uses SSL on the main page for logging in (to encrypt the password) but uses standard HTTP on most pages thereafter. I set a value in the session that tells me the user is logged in and that value is checked on every page. If the value is not present, the application

Re: How do I turn off secure cookies for session IDs?

2004-01-23 Thread Justin Ruthenbeck
At 12:59 PM 1/23/2004, you wrote: The Problem === The login page creates a session and sets a cookie as follows: Set-Cookie: JSESSIONID=A26A878059077E1ABEE058A62541957C; Path=/; Secure The Secure on the end tells the web browser NOT to send the cookie back to the server unless it is

RE: Removing ROOT as default path to tomcat 5

2004-01-23 Thread Guy Rouillier
Drinkwater, GJ (Glen) wrote: Hi I wish to remove ROOT as the default path to Tomcat 5, I have added Context path=/ to the server.xml file but the default $CATALINA_HOME/webapps/ROOT/index.jsp page still appears with http://localhost:8080. This is how I did it with tomcat 4, has anything

[REALLY OT] CSS tag

2004-01-23 Thread Luc Foisy
I am looking for a quick answer, I don't belong to any other list thats appropriate, and we should be full of web developers :) I appologize to the admins. Any, I was wondering if there was a css tag that would align my text vertically. like in TD VALIGN=top TD.productdisplayfieldname {

Re: tomcat5 in-process (more info for you guys)

2004-01-23 Thread Phil Adams
where did you find this blurb of code - Original Message - From: Yiannis Mavroukakis [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Friday, January 23, 2004 11:36 AM Subject: RE: tomcat5 in-process (more info for you guys) Phil, here is the code related to your

Re: [REALLY OT] CSS tag

2004-01-23 Thread Jacob Kjome
Quoting Luc Foisy [EMAIL PROTECTED]: I am looking for a quick answer, I don't belong to any other list thats appropriate, and we should be full of web developers :) I appologize to the admins. Any, I was wondering if there was a css tag that would align my text vertically. like in TD

Re: [REALLY OT] CSS tag

2004-01-23 Thread Harry Mantheakis
This is good 'reference' site for HTML and CSS: http://www.blooberry.com/indexdot/css/index.html The 'vertical-align' property should do the trick. With block stuff you have to specify 'margin auto auto' I *think*. Good luck Harry Mantheakis London, UK I am looking for a quick answer, I

Re: How do I turn off secure cookies for session IDs?

2004-01-23 Thread Dan Forward
On Fri, 23 Jan 2004 13:15:18 -0800, Justin Ruthenbeck [EMAIL PROTECTED] wrote: At 12:59 PM 1/23/2004, you wrote: The Problem === The login page creates a session and sets a cookie as follows: Set-Cookie: JSESSIONID=A26A878059077E1ABEE058A62541957C; Path=/; Secure The Secure on

Re: Special URL servlet request.

2004-01-23 Thread Harry Mantheakis
Hello Tim Funk wrote... But you won't have access to request parameters since there are none. Not as parameters, true, but Tomcat lets you retrieve the information through the extra path information. See: HttpServeltRequest.getPathInfo I use it all the time :-) Harry Mantheakis London, UK

Re: How do I turn off secure cookies for session IDs?

2004-01-23 Thread Tim Funk
There is no tomcat option to allow the JSESSION cookie be non-secure is the cookie was issued during https. A possible workaround is to try to resend the cookie non-secure. I;ve never tried this and don't feel like thinking about the consequences at this second. Or you can go no a non secure

Re[2]: Tomcat 5 for production?

2004-01-23 Thread Candyman
Hello, Remy. You right. The memory leak isnt significant. As I find out now from other people - its have a normal limits. About errors - I will speak with my boss - I have idea to do that, but for now I dont have rights. The other thing - somebody must to know at least basics of the Geomatica

Re[2]: Geomatica Webserver

2004-01-23 Thread Candyman
Hello, Yoav. At the next week I will work on this problem very hard. If I will have permission from my boss to post errors and questions (its related not just with Tomcat software), I will post these here. For now I have two alltime repeated errors. The difficult moment that its really depends

5.0.18: Windows XP Pro vs Windows 2000

2004-01-23 Thread Merrill Cornish
I have Windows XP Pro at home and Windows 2000 at work. I run Tomcat on both of them, and I try to keep identical environments on both. However, it's not easy. Under 5.0.16, I would run it as a server on XP, but not 2000. Under 5.0.18, I got it running as a server on 2000 immediately while

Re: Conflict openssl versus keytool

2004-01-23 Thread Bill Barker
I sound like a broken record here :) There is a utility at http://www.comu.de/docs/tomcat_ssl.htm to import your OpenSSL certs into a JKS keystore. Alternatively, the ssl_howtow for TC 5.x contains an example of how to configure a PKCS12 keystore from an OpenSSL keystore. Ignacio Barrancos

Re: Problems TOMCAT / SSL activation

2004-01-23 Thread Bill Barker
MessageWith TC 4.1.24, IBM's JSSE mostly works. It should work completely on later versions. Shockley, Gerard C [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I'm attempting to enable SSL with Tomcat 4 - I'm getting an exception pointing to an issue with JSSE- Caused by:

Re: Finding out connections

2004-01-23 Thread Bill Barker
Actually, works on Windows as well ;). Shapira, Yoav [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Howdy, On unix, netstat ;) Yoav Shapira Millennium ChemInformatics -Original Message- From: Ravandra K. Bhat [mailto:[EMAIL PROTECTED] Sent: Thursday, January 22, 2004 4:59

<    1   2