RE: iPlanet + tomcat integration

2002-06-02 Thread Gal Binderman
Here are my obj.conf and workers.properties... I'll appreciate your help. Thanks, -Original Message- From: Leonard Crowe [mailto:[EMAIL PROTECTED]] Sent: Wed, May 29, 2002 5:00 PM To: 'Tomcat Users List' Subject: RE: iPlanet + tomcat integration We run a similar configuration

iis redirector and status code not 200

2002-06-02 Thread David Rosenstark
I have noticed the following problem. When my servlet wishes to return a status code other than 200 and wants to include a body, if I include a content length header, browsers get hung and cannot handle it. This only happens through the ISAPI redirector but when accessing the servlet straight to

Help needed on new child window is treated in new session by JavaScript from parent window

2002-06-02 Thread Yaman Kumar
Hi, I'm not sure to say this is bug in Tomcat4.x, but I'm facing it with Tomcat4.x(all versions above 4). My application is loaded in a parent window there user logs into application and in servlet I validate the user login info and keep so much information in session ( say id is x)and a new

Setting up Administration-Webapp in 4.1.x

2002-06-02 Thread Thomas Bierhance
Hello Tomcat-users, I'm using jdk1.4.0 on Win2000. I tried this using several 4.1.x prebuilts. Accessing /admin results in an 500... org.apache.jasper.JasperException: Cannot find message resources under key org.apache.struts.action.MESSAGE As I could not find other msgs on

Re: Apache 2.x and tomcat 4.x integration - Unix

2002-06-02 Thread Nikola Milutinovic
[EMAIL PROTECTED] wrote: Hi - I have not used Apache/Tomcat for awhile. I am trying to configure Apache 2x and Tomcat 4x - Unix. The most recent I have found is integrating Apache 1.3.24 with Tomcat 4.0.3.

Re: Apache 2.x and tomcat 4.x integration - Unix

2002-06-02 Thread Ron
whats the difference between mod_jk and mod_jk2 - Original Message - From: Nikola Milutinovic [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Sunday, June 02, 2002 6:23 PM Subject: Re: Apache 2.x and tomcat 4.x integration - Unix [EMAIL PROTECTED] wrote: Hi - I

Administration Webapp

2002-06-02 Thread Adrian Threlfall
Hi All Could someone please tell what username and password is used to access the Administration webapp??. Thanks Adrian -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Administration Webapp

2002-06-02 Thread Adrian
You need to look at tomcat-users.xml under /tomcat/conf You have to assign the role to a user . Example below: !-- NOTE: By default, no user is included in the manager role required to operate the /manager web application. If you wish to use this app, you must define such a user - the

RE: How to get debug info

2002-06-02 Thread Nicholas Orr
What I mean is say file1.jsp has the following jsp:include page=file2.jsp flush=true / And in file2.jsp I forgot a ';'. When I open file1.jsp I don't get the error that a semi-colon is missing in file2.jsp. What happens is it just has a blank page with nothing on it.

Re: How to get debug info

2002-06-02 Thread Phillip Morelock
Interesting. Maybe this is a bug? Does the jsp specification shed any light on the specified behavior? fillup On 6/2/02 4:14 PM, Nicholas Orr [EMAIL PROTECTED] wrote: What I mean is say file1.jsp has the following jsp:include page=file2.jsp flush=true / And in file2.jsp I forgot a ';'.

SSL and JSP session

2002-06-02 Thread G . Kersten
We enable URL rewriting by response.encodeUrl(url), and it works fine for https URL's. But there is no longer any session tracking when we shift to https. I guess this because the Java URL class treats a https URL as malformed URL. On the other hand, I've heard that wise people use the SSL

SSL environment variable: key size

2002-06-02 Thread G . Kersten
I need to know the keysize, which is actually used in a SSL connection. There are no environment variables like HTTPS or HTTPS_KEYSIZE like on Netscape Webserver, and even following all hints in tomcat-ssl-howto.html we didn't see any new request parameter. Funny enough, there are two

Re: Help needed on new child window is treated in new session byJavaScript from parent window

2002-06-02 Thread Phillip Morelock
I'm not sure to say this is bug in Tomcat4.x, but I'm facing it with Tomcat4.x(all versions above 4). it is more likely: 1. This is a bug in the browser, not sending the cookie. or 2. Maybe you're not waiting long enough for the session to get associated? Maybe you need to explicitly begin

Re: File download with Tomcat 4.0.2

2002-06-02 Thread thorsten frank
hi, At 02:34 PM 31/05/2002 -0700, you wrote: Hello, How do I force Tomcat to serve a file as a download, instead of displaying it in the browser? you don't, because it's up to the browser to decide. you can zip up all the files you want to offer for download, but any content-type the

Need Help

2002-06-02 Thread Walid Al-Abbadi
hi again , i just want to know if there is a way in configuration of Tomcat/apache to request my page [using Http] without specifying in the URL the port 8080 ! .. i mean it works well when i request : http://myHost:8080/mypage.jsp what i'm asking about is

RequestWrappers

2002-06-02 Thread William Shulman
does anyone have any experience with making custom RequestWrappers with Catalina? I keep finding that my custom RequestWrapper is being wrapped by a catalina RequestWrapper -- making mine useless. Has anyone had this problem and solved it? -will -- To unsubscribe, e-mail: mailto:[EMAIL

Re: RequestWrappers

2002-06-02 Thread Joe Tomcat
On Sunday 02 June 2002 16:41, you wrote: does anyone have any experience with making custom RequestWrappers with Catalina? I keep finding that my custom RequestWrapper is being wrapped by a catalina RequestWrapper -- making mine useless. Has anyone had this problem and solved it? There seems

RE: Need Help

2002-06-02 Thread Galbayar
use mod_jk or mod_webapp integrate tomcat with apache -Original Message- From: Walid Al-Abbadi [mailto:[EMAIL PROTECTED]] Sent: Monday, June 03, 2002 11:05 AM To: [EMAIL PROTECTED] Subject: Need Help hi again , i just want to know if there is a way in configuration of

RE: How to get debug info

2002-06-02 Thread Nicholas Orr
I thought you may want to have a look at this. Open file1.jsp and when it has loaded you will see there is no following line where file2.jsp is suppose to put a string of text. Now go into file2.jsp and stick a semi-colon at the end of the first line. I think this is a bug, where do you send

RE: How to get debug info

2002-06-02 Thread Chris Campbell
Surely there must be output in the server (System.err) log though? (or catalina.out) I don't think it's part of the specification that the error message need be displayed in the browser - this is more or less just a convenience. ChrisC -Original Message- From: Phillip Morelock

Tomcat is the best ?!

2002-06-02 Thread Walid Al-Abbadi
i just want to know if i have an app work with jsp's ..is the best app server can i work with is Tomcat ? and why ?..or there is other servers best in performance than it !.. this applied too on Apache web server ! Actually, i dont know about other servers work with jsp's except

Re: How to get debug info

2002-06-02 Thread Phillip Morelock
I assumed that he meant there was nothing in there, too. Now that I look closely, however... Thanks for pointing that out. fillup On 6/2/02 8:58 PM, Chris Campbell [EMAIL PROTECTED] wrote: Surely there must be output in the server (System.err) log though? (or catalina.out) I don't think

How to make both parent and child windows opened by javascript in browser to participate in same session.

2002-06-02 Thread Yaman Kumar
Hi, How to make parent and child browser windows (related to same application) participate in same session always that are opened by javascript . and application is using TOMCAT4.x I have stored so much information in a session of parent window and i tried to access information in the

RE: How to get debug info

2002-06-02 Thread Nicholas Orr
Yeah there is output in the following file: localhost_log.2002-06-03.txt But why don't they just make it show in the browser, asp does. -Original Message- From: Chris Campbell [mailto:[EMAIL PROTECTED]] Sent: Monday, June 03, 2002 1:59 PM To: 'Tomcat Users List' Subject: RE: How to get

Re: Apache 2.x and tomcat 4.x integration - Unix

2002-06-02 Thread Nikola Milutinovic
whats the difference between mod_jk and mod_jk2 I believe mod_jk2 uses improved AJPv1.4 protocol for communication and is generally the future of mod_jk and AJPv1.3 Nix.

Apache-Tomcat an VirtualHosts, here they are

2002-06-02 Thread Nikola Milutinovic
OK guys. Enough people asked for it, so here it is. Keep in mind that it is my personal expirience and understanding of the works. If anyone has a correction to the docs, please say so. Nix. pre { font-size: 12px; } th { font-weight: bold; background: #CC; } a { font-family:

AW: Apache-Tomcat an VirtualHosts, here they are

2002-06-02 Thread Ralph Einfeldt
Your mail just contains a style sheet and a signiture. The main document is missing. -Ursprüngliche Nachricht- Von: Nikola Milutinovic [mailto:[EMAIL PROTECTED]] Gesendet: Montag, 3. Juni 2002 07:09 An: Tomcat Users List Betreff: Apache-Tomcat an VirtualHosts, here they are OK

Re: Apache-Tomcat an VirtualHosts, here they are

2002-06-02 Thread Nikola Milutinovic
Your mail just contains a style sheet and a signiture. The main document is missing. --- I have just checked. I have sent an e-mail with two files attached: vh_howto.html vh_howto.css The client is Outlook Express 5.5. I can re-send with Netscape 6.2 if you wish. Nix.