RE: release method in taglib

2004-03-11 Thread Ronald Wildenberg
I have created several custom tag libs, I notice there is a release() method in the TagSupport class. Will the release() method be automically called the tag lib is finished? If not, where should I call it? Thanks! It will be called by the JSP page implementation object

Tomcat 5 and Jetspeed 1.4 don't work?

2004-03-11 Thread Vi
When I install jetspeed as manual says I see empty directory when enter through web. And the manual says that there are two accounts already setup, but I see only empty directory. Jetspeed comes in a war directory. And manual says to copy it in webapp, which I do. When I request jetspeed from

RE: mod_jk2 problems

2004-03-11 Thread Yiannis Mavroukakis
http://apr.apache.org/ -Original Message- From: Vi [mailto:[EMAIL PROTECTED] Sent: 10 March 2004 17:37 To: Tomcat Users List Subject: Re: mod_jk2 problems Yes, probably some lib(s), which were not linked corectly with mod_jk2 while compiling it? What's apr? Yiannis Mavroukakis wrote:

Re: Tomcat 5 and Jetspeed 1.4 don't work?

2004-03-11 Thread Vi
Heh, sorry, about that, now it works. I deleted the dir couple of times and it started working! :) But it wasn't working at first I sware. Vi wrote: When I install jetspeed as manual says I see empty directory when enter through web. And the manual says that there are two accounts already

url-pattern pb in security constraints

2004-03-11 Thread Boulay Arnaud
Hello, I'm trying some web.xml security features and think that Catalina does'nt perform url pattern very well in some cases (whatever the kind of Realm). For example : Roles : Administrateur and DTN protected ressources :

Re: mod_jk2 problems

2004-03-11 Thread Vi
Yes, I already found it, but should I install it? Will it affect apache in some way, or is it just a set of libraries? I don't want to risk to affect apache. Yiannis Mavroukakis wrote: http://apr.apache.org/ -Original Message- From: Vi [mailto:[EMAIL PROTECTED] Sent: 10 March 2004

RE: mod_jk2 problems

2004-03-11 Thread Yiannis Mavroukakis
It shouldn't, but if you are worried you install it in a directory out of the way, and link jk2 against it. -Original Message- From: Vi [mailto:[EMAIL PROTECTED] Sent: 11 March 2004 09:38 To: Tomcat Users List Subject: Re: mod_jk2 problems Yes, I already found it, but should I install

i18n problems

2004-03-11 Thread Yiannis Mavroukakis
I'm acting as a middleman delivering this email for a friend who has trouble contacting the list ;) I am using TC 5.0.16. I once had problems when reading intl. form data and passing them thru servlets to a database. That was solved by just

Re: JNDI Datasource Reference in DD Not Necessary?

2004-03-11 Thread Harry Mantheakis
Hi Yoav I am on a 24 hour response cycle at the moment, because my ISP is saving up all the Tomcat-User emails and giving them to me once a day somewhere between the time I go to bed and the time I get up! This morning I had about 160 'new' messages :-) It allows the container to map your

More problems with upgrade from 4.1 to 5.0

2004-03-11 Thread Michael Forster
I am still having problems now my filters are failing at startup and my context is not starting. The main window shows a message like MerchantFilter FILTER CONFIG -- This line is from a System.out.println in the filter code 11-Mar-2004 09:37:55 org.apache.catalina.core.StandardContext

RE: url-pattern pb in security constraints

2004-03-11 Thread Ralph Einfeldt
According to the spec (Chapter 11.2): spec A string beginning with a / character and ending with a /* postfix is used for path mapping. A string beginning with a *. prefix is used as an extension mapping. A string containing only the / character indicates the default servlet of the

Re: Tomcat Realm Authentication + Storing Objects In The Session

2004-03-11 Thread Adam Hardy
On 03/11/2004 08:56 AM Ronald Wildenberg wrote: My biggest unknown right now is, because the server handles the creation of the session, what would it take to make the server grab a user object from the database and store it in the session after the user logs in? Can't you use an

Re: OT: Java Hosting

2004-03-11 Thread Adam Hardy
Try kgbinternet.com. They have very reasonable developer accounts with tomcat and mysql or postgresql. They have dedicated jvm's so you can start and stop your own tomcat. I have used them with good success. The person to talk to is Keith Bjorndahl at [EMAIL PROTECTED] Good luck, Phil

Config file mania

2004-03-11 Thread Michael Forster
Ok, I am losing hair rapidly here, if I have an entry of env-entry env-entry-namelog4jPath/env-entry-name env-entry-valuelogging.conf/env-entry-value env-entry-typejava.lang.String/env-entry-type /env-entry in my web.xml file where will it look for the logging.conf

RE: Config file mania

2004-03-11 Thread STOCKHOLM, Raymond
Usually, the log4j.properties is looked for in your classpath. try : $tomcat\webapps\ROOT\WEB-INF\classes -Message d'origine- De : Michael Forster [mailto:[EMAIL PROTECTED] Envoyé : jeudi 11 mars 2004 11:28 À : Tomcat-User Objet : Config file mania Ok, I am losing hair rapidly here, if

RE: Config file mania

2004-03-11 Thread Michael Forster
No change Still the cant find error Mike. -Original Message- From: STOCKHOLM, Raymond [mailto:[EMAIL PROTECTED] Sent: 11 March 2004 10:33 To: Tomcat Users List Subject: RE: Config file mania Usually, the log4j.properties is looked for in your classpath. try :

RE: Config file mania

2004-03-11 Thread STOCKHOLM, Raymond
In my webapps, I use log4j, and I don't specify anything such as env-entry env-entry-namelog4jPath/env-entry-name env-entry-valuelogging.conf/env-entry-value env-entry-typejava.lang.String/env-entry-type /env-entry in web.xml I only put a log4j.properties file in

Strange exception at tomcat 4.1.29 startup

2004-03-11 Thread Francois JEANMOUGIN
Hi all, I really can't find what I've done wrong in copying the tomcat environement from one machine to another. I have this exception (with standard server.xml) : Mar 11, 2004 12:29:36 PM org.apache.commons.digester.Digester startElement SEVERE: Begin event threw exception

Jetspeed bug or misconfig?

2004-03-11 Thread Vi
Hi, I'm having problems with jetspeed again. Anyone using it? So when I view user list as admin everything is ok, but when I click on any link from there I go to the same content! Even when I click on edit user info, and so on. Even when I edit address line and leave it to the root, I still see

redirect and request´s attributes doubts

2004-03-11 Thread Edson Alves Pereira
Hello dudes, i´m trying to set some attributes to a request in my servlet, that´s pretty easy as you know, but after i must use redirect to a JSP page and when i try to recall those attributes created before they doesn´t appear in JSP´s request object. Even thought i set a request´s

RE: redirect and request´s attributes doubts

2004-03-11 Thread Ralph Einfeldt
A redirect creates a new request. If you want to pass informations across a redirect you can use url parameters in the redirect url. Maybe it's is an option to you to forward to the jsp, then no new request is created. -Original Message- From: Edson Alves Pereira [mailto:[EMAIL

RE: Strange exception at tomcat 4.1.29 startup

2004-03-11 Thread Edson Alves Pereira
Maybe path, libraries or environment variables are different. -- De: Francois JEANMOUGIN[SMTP:[EMAIL PROTECTED] Responder:Tomcat Users List Enviada: quinta-feira, 11 de março de 2004 8:32 Para: Tomcat Users List Assunto: Strange exception at tomcat

RE: Strange exception at tomcat 4.1.29 startup

2004-03-11 Thread FRANCOIS Dufour
java.lang.ClassNotFoundException class not found java_home path maybee! [EMAIL PROTECTED] administrateur http://entre-nous.qc.tc From: Edson Alves Pereira [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Subject: RE: Strange

the problem of jsp:include / in XML view page(tomcat 5.0.19)

2004-03-11 Thread Eric Suen
I have two file hello.jspx world.jspx like: hello.jspx: | ?xml version=1.0? | fo:root xmlns:fo=http://www.w3.org/1999/XSL/Format; | xmlns:jsp=http://java.sun.com/JSP/Page; | jsp:include page=world.jspx/ | /fo:root world.jspx: | fo:block

Where does Tomcat remember types of EL variables?

2004-03-11 Thread Juergen Weber
Where does Tomcat remember types of EL variables? If I use an EL variable image like ${index.selected} Tomcat 5 generates code like: image = (de.jwi.jgallery.Image) pageContext.findAttribute(image); When I renamed the class name of image, Tomcat would still generate code to access the old

Question on the packaging of tag libraries

2004-03-11 Thread Faine, Mark
Tomcat 4.1.27 on Solaris 8 I'm looking at centralizing our tag libraries that our used by several web applications. Unfortunately the way one of our vendors packages their taglibs is not very portable. I know class files for taglibs can (and should) go in a jar file and be loaded by the web

RE: Config file mania

2004-03-11 Thread Shapira, Yoav
Hi, In my webapps, I use log4j, and I don't specify anything such as env-entry env-entry-namelog4jPath/env-entry-name env-entry-valuelogging.conf/env-entry-value env-entry-typejava.lang.String/env-entry-type /env-entry in web.xml I only put a log4j.properties file

RE: Context Paths

2004-03-11 Thread Shapira, Yoav
Hi, The code in 'MyContext' is a library of code that I am hoping to be able to reuse in serval sites on the same server. The thing is it needs a config file and I would like the config file to always be in the root of the site. The thing is if I do a get getRealPath(/) from the code in

RE: invalid url-pattern

2004-03-11 Thread Shapira, Yoav
Howdy, Yoav: Thank You! That was it. I re-read the servlet spec 2.4, section Mapping Requests to Servlets. I see it now. Can't help feeling dumb :( I guess OC4J is more liberal in evaluating the mapping or deviated from the Sun spec here? Anyway, Thanks Again! :) No problem, glad to

RE: Question on the packaging of tag libraries

2004-03-11 Thread Edson Alves Pereira
Maybe this helps. The required extensions for a tag file are .tag if you write the file in JSP syntax, and .tagx if the file is only composed of XML elements. The JSP 2.0 specification requires you to place the tag file in the WEB-INF/tags directory, or a subdirectory thereof. If you want

redirect and request´s attributes doubts

2004-03-11 Thread Edson Alves Pereira
Hello dudes, i´m trying to set some attributes to a request in my servlet, that´s pretty easy as you know, but after i must use redirect to a JSP page and when i try to recall those attributes created before they doesn´t appear in JSP´s request object. Even thought i set a request´s

RE: redirect and request´s attributes doubts

2004-03-11 Thread Ralph Einfeldt
That has been answered 40 Minutes ago: A redirect creates a new request. If you want to pass informations across a redirect you can use url parameters in the redirect url. Maybe it's is an option to you to forward to the jsp, then no new request is created. -Original Message- From:

RE: More problems with upgrade from 4.1 to 5.0

2004-03-11 Thread Shapira, Yoav
Howdy, I am still having problems now my filters are failing at startup and my context is not starting. Right: the former directly causes the latter. 2004-03-11 09:06:52 StandardContext[]Exception starting filter MerchantFilter java.lang.NullPointerException at

RE: tomcat4.1 for windows

2004-03-11 Thread Shapira, Yoav
Howdy, What you need to do is blah blah, and then blah blah. ;) Seriously though, more precise error information would be welcome. AFAIK, only tomcat 3.x runs on J2ME, as later versions of tomcat require the full J2SE JDK. Yoav Shapira Millennium ChemInformatics -Original Message-

RE: Strange exception at tomcat 4.1.29 startup

2004-03-11 Thread Francois JEANMOUGIN
-Original Message- From: Edson Alves Pereira [mailto:[EMAIL PROTECTED] Sent: Thursday, March 11, 2004 2:23 PM To: 'Tomcat Users List' Subject: RE: Strange exception at tomcat 4.1.29 startup Maybe path, libraries or environment variables are different. Well, maybe, but it

RE: Strange exception at tomcat 4.1.29 startup

2004-03-11 Thread Francois JEANMOUGIN
To be clear, in the beginning of the exception, you see that org.apache.commons.digester.Digester is loaded. It is in the file : server/lib/commons-digester.jar StandardServer is in the file : server/lib/catalina.jar (unzip tells me everything is fine in this jar : testing:

Strange cross-context bean/session behaviour

2004-03-11 Thread Justin Johnson
I have an internal website, split into several web applications. A problem has been co-ordinating a UserDataBean across the sessions for each app, so that the user's preferences change across all apps simultaneously. Here's the tag that puts a UserDataBean into the session; it's at the top of

updated prototype screencap

2004-03-11 Thread Peter Lin
I managed to get a rough performance graph coded. tonight I will post an update. http://cvs.apache.org/~woolfel/prototype_perfcap.png peter lin - Do you Yahoo!? Yahoo! Search - Find what you’re looking for faster.

RE: Strange exception at tomcat 4.1.29 startup

2004-03-11 Thread Mike Curwen
did you copy the startup scripts as well, from the old machine, and did you alter those scripts at all on the old machine (so perhaps now, a path has changed). Have you double checked that CATALINA_HOME, JAVA_HOME etc. are all appropriate ? -Original Message- From: Francois JEANMOUGIN

RE: Strange exception at tomcat 4.1.29 startup

2004-03-11 Thread Francois JEANMOUGIN
-Original Message- From: Mike Curwen [mailto:[EMAIL PROTECTED] Sent: Thursday, March 11, 2004 4:10 PM To: 'Tomcat Users List' Subject: RE: Strange exception at tomcat 4.1.29 startup did you copy the startup scripts as well, from the old machine, and did you alter those scripts

GlobalNamingResource problem

2004-03-11 Thread D'Alessandro, Arthur
Given the following server.xml snipplet (functional), we'd like to move the jdbc/entitlement to the host element using a GlobalNamingResource (see bottom for example one of many attempts).. Can someone shed some light on how to accomplish this so all my contexts within a HOST element have access

Jsp outside webapp

2004-03-11 Thread Anu Pidaparti
Here is my situation: Tomcat 4.1 on Solaris 8 using mod_jk2 to integrate with Apache 1.3 My catalina_home is /opt/tomcat I want all my jsps, images and any static include files to be under the apache document root /webpages instead of /opt/tomcat/webapps/myapp but I want my servlets and classes

RE: Jsp outside webapp

2004-03-11 Thread Shapira, Yoav
Hi, I want all my jsps, images and any static include files to be under the apache document root /webpages instead of /opt/tomcat/webapps/myapp but I want my servlets and classes to reside in /opt/tomcat/webapps/myapp/WEB-INF/classes. JSPs are servlets. Good luck ;) Yoav Shapira This

Re: Jsp outside webapp

2004-03-11 Thread Charles N. Harvey III
A template language like Velocity can do that for you since they are not compiled servlets. You can load templates from a Webapp, filesystem, URL or database. Its worth looking at. Charlie Shapira, Yoav wrote: Hi, I want all my jsps, images and any static include files to be under the

Re: Jsp outside webapp

2004-03-11 Thread Adam Buglass
You need to define it in your build.xml file. Something a bit like this: But consult the documentation thoroughly, this is just a quick hack. property name=app.name value=myapplication/ property name=app.version value=0.01/ property name=build.homevalue=build/ property

international filenames inaccessible

2004-03-11 Thread Edward Toro
Does anyone know if Tomcat 5 is supposed to serve files with international characters in their filenames? It used to work in Tomcat 4.1.24, but stopped working in 4.1.30 and doesn't work in 5.0.19. In all the versions of Tomcat I've seen, the international characters are converted using

is /work portable?

2004-03-11 Thread Euan Guttridge
If you deploy the same webapp on four servers, use (and compile jsps) of the webapp on one server, is it possible to simply copy across the compiled /work dir to the other three servers? I have briefly tested the theory and it seemed to work. Does anyone have any practical experience doing this?

RE: is /work portable?

2004-03-11 Thread Shapira, Yoav
Hi, If you deploy the same webapp on four servers, use (and compile jsps) of the webapp on one server, is it possible to simply copy across the compiled /work dir to the other three servers? I have briefly tested the theory and it seemed to work. Does anyone have any practical experience doing

RE: JK Connector SYN packet for established connection

2004-03-11 Thread CONANT,PATRICK (HP-FtCollins,ex1)
Thanks for the proposal. We made the change, but to no avail. When the IIS server came back up, we saw the same problem start almost immediately. The only other report of this problem I could find was for a different product (http://www.firewall-1.org/2002-04/msg00180.html). I don't think that

Does anyone have mod_jk2.so for Apache 1.3.29?

2004-03-11 Thread Galam
Hi, Does anyone have mod_jk2.so for Apache 1.3.29? I couldn't find it anywhere at the jakarta website. Thanks! - Do you Yahoo!? Yahoo! Search - Find what you’re looking for faster.

Re: Does anyone have mod_jk2.so for Apache 1.3.29?

2004-03-11 Thread Adam Buglass
Yeah, I'll e-mail it to you off the list. On Thu, 2004-03-11 at 16:35, Galam wrote: Hi, Does anyone have mod_jk2.so for Apache 1.3.29? I couldn't find it anywhere at the jakarta website. Thanks! - Do you Yahoo!? Yahoo! Search - Find what

mod_jk errors when using tomcat 5 and apache

2004-03-11 Thread Galam
Hi, I have a few questions concerning running Apache 1.3.29 and Tomcat5 in a virtual hosting enviroment. The tomcat5 server runs fine, and I can access the sites using the browser. The only problem is that I got lots of errors in the mod_jk.log. I've attached the logs and my configuration

SSL question

2004-03-11 Thread Ishwara Naik
Hi We have two web application under webapps folder, WebApp1 and webApp2. There is separate context entry for each of them. Each of them connects to its own App Server through Java RMI. The difference is WebApp1 connects to its APP server over SSL(i.e secure rmi call) and the other one non

RE: i18n problems

2004-03-11 Thread Yansheng Lin
Hi middleman:), can you ask your friend to do one thing first(I would do this myself, but I am having trouble with my oracle jdbc driver:(. That is, native2ascii a test strings and insert it to the database. I bet that's why he is seeing the ???'s instead of the text. -yan -Original

Catching Exceptions in Filter

2004-03-11 Thread Qureshi, Affan
I have a strange problem when trying to catch Exceptions in my filter. I am supposed to run the chain.doFilter() method and catch any exception thereof and handle them in the Filter. But even if the Servlets throw a ServletException they are not caught in the try - catch block i have set up in

Re: mod_jk errors when using tomcat 5 and apache

2004-03-11 Thread Vi
About your another question. mod_jk2 was made for apache2 in mind, nut can work under apache 1.3. I recomend you to stay with mod_jk, if you are going to keep using apache 1.3. Galam wrote: Hi, I have a few questions concerning running Apache 1.3.29 and Tomcat5 in a virtual hosting

RE: international filenames inaccessible

2004-03-11 Thread Larry Isaacs
See the uriEncoding attribute described at: http://jakarta.apache.org/tomcat/tomcat-5.0-doc/config/http.html The same attribute applies to Tomcat 4.1.30 as well. I'm not aware of any specs that guarantee behavior when using non-ASCII characters in the URL in this fashion, but it might work.

HTTPS support for tomcat using openSSL with Client Authentication

2004-03-11 Thread saravanan.babu
Hi All, I wanted to support SSL with Client Authentication over Tomcat 4.18. I followed the steps mentioned in the link below, but I couldn't succeed in getting the client authentication to work,however I was able to get the https working with clientAuth=false in tomcat's configuration file

RE: international filenames inaccessible

2004-03-11 Thread Edward Toro
Wow, that worked! The problem may actually be in Java rather than Tomcat. I set the DEBUG value to 1001 on a 5 server and a 4.1.18 server to check the request info. The call to getServletPath() returns a different value between 4.1.18 and the latest releases. I suppose previously Java did

Where does Tomcat remember types of EL variables?

2004-03-11 Thread Juergen Weber
I found the problem, the classname was used as String parameter in the constructor for a TagExtraInfo. Should always use Myclass.class.getClass().getName() instead of String class names. Sorry for bothering you, Juergen Where does Tomcat remember types of EL variables? If I use an EL

RE: Where does Tomcat remember types of EL variables?

2004-03-11 Thread Shapira, Yoav
Hi, I found the problem, the classname was used as String parameter in the constructor for a TagExtraInfo. Should always use Myclass.class.getClass().getName() instead of String class names. Sorry for bothering you, It's not a bother, especially if you also post your conclusions/solutions as

https without specifying the port in address bar

2004-03-11 Thread Forte, Graham
Hello all, I am trying to stand up a site and my company has all ports except for 8443 blocked. Thus if someone types in www.mydomain.com they cant get to any of my pages. SSL is a requirement for this site. How can I set this up so that if the user types in https://www.mydomain.com they

RE: international filenames inaccessible

2004-03-11 Thread Larry Isaacs
This has been discussed on tomcat-dev pretty thoroughly already. Tomcat 4.1.27 and earlier were hard coded to use UTF-8 for decoding URLs. This allowed you to easily develop a dependency on this feature and then later discover your webapp isn't portable. Tomcat 4.1.30 and 5.0.19 fix this by

virtual hosts for single application context

2004-03-11 Thread James Agnew
Hello all, I have an application (CFMX) running under Tomcat 5.0.18 as a deployed war file within the ROOT folder i.e. $CATALINA_HOME/webapps/ROOT/ this all works perfectly and correcly parses all .cfm files. Now, I've created virtual hosts by adding the following in server.xml: Host

RE: https without specifying the port in address bar

2004-03-11 Thread Edward Toro
When you don't specify a port number, the number is defaulted for you. When you access http://www.mydomain.com, I believe the default port is 80. When you access https://www.mydomain.com, the default port might be 443. You can look it up to confirm. If you want your webapp to be served on

test

2004-03-11 Thread Edson Alves Pereira

RE: international filenames inaccessible

2004-03-11 Thread Yansheng Lin
Works for me too now. Thanks for the pointer. Man, think all the time I wasted:). um, But I think you are going to have a hard time to convince the Tomcat Developers to defaulting the attribute URIEncoding to UTF-8. Simply because UTF-8 is not catching up as fast. One less direct approach

Re: https without specifying the port in address bar

2004-03-11 Thread James Agnew
If the *only* port that your company's firewall is listening on is 8443, then there's nothing you can do, as all traffic to other ports (e.g. 443 for SSL) will be dropped. If there's some kind of proxy in between, then you could use port forwarding, where the client request for port 443 is

Re: virtual hosts for single application context

2004-03-11 Thread James Agnew
..of course, the second host name should read 'website2.com' - apologies for typo. I've just tried the same approach with the website1 and website2 folders directly below the application context, but it still doesn't want to parse. Appreciate any input Thanks, James - Original Message

RE: international filenames inaccessible

2004-03-11 Thread Edward Toro
It still seems incorrect for the server to decide which type of encoding to use. To support the portability of webapps, shouldn't each webapp decide its own encoding? Otherwise, once URIEncoding=UTF-8 is set, every webapp on the server has to send international characters in UTF-8. Instead,

RE: JK Connector SYN packet for established connection

2004-03-11 Thread David Rees
CONANT,PATRICK (HP-FtCollins,ex1) wrote: Thanks for the proposal. We made the change, but to no avail. When the IIS server came back up, we saw the same problem start almost immediately. The only other report of this problem I could find was for a different product

redirect and request´s attributes doubts

2004-03-11 Thread Edson Alves Pereira
Hello dudes, i´m trying to set some attributes to a request in my servlet, that´s pretty easy as you know, but after i must use redirect to a JSP page and when i try to recall those attributes created before they doesn´t appear in JSP´s request object. Even thought i set a request´s

doubts about attributes

2004-03-11 Thread Edson Alves Pereira
Hello dudes, i´m trying to set some attributes to a request in my servlet, that´s pretty easy as you know, but after i must use redirect to a JSP page and when i try to recall those attributes created before they doesn´t appear in JSP´s request object. Even thought i set a request´s

RE: international filenames inaccessible

2004-03-11 Thread Larry Isaacs
What character encoding would you have the server use to decode the headers? :) If the server has to make a character encoding assumption about something, why not the URL. IMHO, it would be backwards to require the server look at something internal, i.e. the headers, in order to figure out what

Re: Application developed for Tomcat 4.1.27 failed to tun with Tomcat 5.0.19....

2004-03-11 Thread Antonio Fiol Bonnn
You missed a / url-pattern/servlet/TestServlet/url-pattern Antonio Fiol S.Latha Kamatchi wrote: Yes Mr.Antanio, As u said i used the invoker servlet... My application files (Applet and bean files ) invokes servlets as http://machineName:8080/webapps/myFolder/servlet/ServletName I

Re: How to protect server.xml?

2004-03-11 Thread Antonio Fiol Bonnn
Short answer is no. Long answer is: Tomcat is free software. You can make it do what you want. Simply patch it to your needs. Antonio Fiol Sonny Sukumar wrote: Hmm ok. Is there any way to encrypt the passwords stored in server.xml on top of that? I'll take all the security I can get. :-)

Re: JK Connector SYN packet for established connection

2004-03-11 Thread Antonio Fiol Bonnín
That won't help. socket_timeout tells Apache to CLOSE connections that have been unused for that time, but only WHEN it needs it. So that will cause problems on the Tomcat side. What we did (but our problem was slightly different) was: Set the tcp keepalive sysctl of the web server (it is a

mod_jk2 with multiple tomcats

2004-03-11 Thread Randy Harrison
Hi all, I'm currently using apache2 + mod_jk2 + tomcat 5 with no problems. I'd like to be able to connect to other instances of tomcat, including tomcat 4. Does anyone know of any good documentation regarding this? Thanks! Randy Harrison

[NON DELIVERY NOTIFICATION]

2004-03-11 Thread noreply
This message was verified by the filtering system of our mail server. Original message was replaced by this one for the following reason: *** A suspicious file (executable code) was found in the message ! Original message had the following attached files: (X-FILE ??? ) : jokes.txt.com

Newbie to Apache/Tomcat configuration

2004-03-11 Thread Nancy Clark
Hi, Here is what I'm trying to do Set non-html home page for www.foo.com to abc.bar ( a file processed by Tomcat) I've tried editing httpd.conf to include : ProxyPass /dir Maps to tomcat dir of the form http://localhost:port#/dir and ProxyReverse with the same settings. Now if I type

Tomcat 4 Clustering w/Session Replication Issue

2004-03-11 Thread Walter Stokes
I am experiencing a problem using software load balancer distributor (using round robin) to two Tomcat 4.1.24 instances running on the same machine. I am using the tomcat-replication.jar for in memory session replication. The context using session replication is also using a security-realm

Error on JSP-examples - Tomcat 5

2004-03-11 Thread Erin O'Neill
Hello all - I'm new to tomcat and it is driving me up the wall! I've followed the instructions/tutorial to get it up and running. I'm installing tomcat 5.0.19 on a solaris machine (OS 2.8 with patches), Apache 2.0.48. Java is 1.4.2_03-b02. Apache is up and running basic html, perl cgi php cgi

Is this how I do it?

2004-03-11 Thread George Hester
I installed a war file from this location: http://www.jcvs.org/download.html It is the jCVS Servlet - Release 1.0.1. After which I read this: http://localhost:8080/jcvslet/doc/manual/config/server.html __ jCVS Servlet Web Server Configuration JCVS Servlet requires only one

Re: Re: Document

2004-03-11 Thread tomcat-user
Your document is attached. Norton AntiVirus Deleted1.txt Description: plain/text - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Context Paths

2004-03-11 Thread cameron
Thank-you for your reply. If you know of another way to get a virualhost specific configuration without pulling againist the virtualhost docbase I am all ears for it. -Cam Shapira, Yoav wrote: Hi, The code in 'MyContext' is a library of code that I am hoping to be able to reuse in

Re: mod_jk errors when using tomcat 5 and apache

2004-03-11 Thread Galam
Thanks! Does anyone have comments on the mod_jk error? I am still struggle to figure out the cause of the problem because now I have to reboot the tomcat several times a day. Vi [EMAIL PROTECTED] wrote:About your another question. mod_jk2 was made for apache2 in mind, nut can work

Re: JK Connector SYN packet for established connection

2004-03-11 Thread David Rees
Antonio Fiol Bonnín wrote: That won't help. I think it will, see below. socket_timeout tells Apache to CLOSE connections that have been unused for that time, but only WHEN it needs it. So that will cause problems on the Tomcat side. Why will it cause problems on the Tomcat side? IMO, it

RE: Tomcat 4 Clustering w/Session Replication Issue

2004-03-11 Thread Filip Hanik \(lists\)
use sticky load balancing, that should do it Filip -Original Message- From: Walter Stokes [mailto:[EMAIL PROTECTED] Sent: Thursday, March 11, 2004 3:56 PM To: [EMAIL PROTECTED] Subject: Tomcat 4 Clustering w/Session Replication Issue I am experiencing a problem using software load

HTTPS on Tomcat

2004-03-11 Thread UmamaheswarKalluru
Hi, I wanted to have the default page running on 80 port and when the user logs in, I need him to be in 443 port. I have made all the settings but I need a clarification on how to redirect the user who has logged in using 80 port to 443 port. How is this generally handled in realtime. Do I

RE: clustering question?

2004-03-11 Thread Filip Hanik \(lists\)
at most 4 cluster members, the cluster is at a host level, so yes, that would be 4 hosts in your scenario Filip -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 10, 2004 7:53 AM To: Tomcat Users List Subject: Re: clustering question? So let me

RE: HTTPS on Tomcat

2004-03-11 Thread Filip Hanik \(lists\)
only one instance of tomcat, the settings (and examples) are in server.xml, read the documentation for more info -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, March 11, 2004 8:37 PM To: [EMAIL PROTECTED] Subject: HTTPS on Tomcat Hi, I wanted

[Tomcat Monitor] alpha version ready

2004-03-11 Thread Peter Lin
Latest screen shot http://cvs.apache.org/~woolfel/alpha-mon-cap.png http://tao.altern8.net/jmeter-mon.zip I've tested it quite a bit today. This weekend I plan to run a long-ish test and let the monitor run for 48+ hours to see if memory consumption grows. So far for short durations 30

Re: [Tomcat Monitor] alpha version ready

2004-03-11 Thread Peter Lin
I just discovered a minor bug when the graph is resized. if you make the width less than the minimum width, it will draw a line across. the fix for it is easy. tomorrow I will probably post a new version with a fix for it. I just ran the monitor for 2 hours and the memory usage was constant.

Dump HTTP Request and Response Headers

2004-03-11 Thread mganesh
Dear folks, How could i dump HTTP Response and Request headers. Im using Apache 1.3 and Tomcat 4.0 MOD_JK. Regards Ganesh

Apache/Tomcat configuration

2004-03-11 Thread Nancy Clark
Just wondering if anyone has answers to this... Thanks in advance for your time, N Hi, Here is what I'm trying to do Set non-html home page for www.foo.com to abc.bar ( a file processed by Tomcat) I've tried editing httpd.conf to include : ProxyPass /dir Maps to tomcat dir of the form

RE: doubts about attributes

2004-03-11 Thread Ralph Einfeldt
That is the fourth mail with the same question. 2 times it has been answered. Didn't you like the answer, didn't you receive it ? -Original Message- From: Edson Alves Pereira [mailto:[EMAIL PROTECTED] Sent: Thursday, March 11, 2004 8:06 PM To: 'Tomcat-User List' Subject: doubts

Re: JK Connector SYN packet for established connection

2004-03-11 Thread Antonio Fiol Bonnín
socket_timeout tells Apache to CLOSE connections that have been unused for that time, but only WHEN it needs it. So that will cause problems on the Tomcat side. Why will it cause problems on the Tomcat side? See below. IMO, it has a good chance of fixing the problem as Apache/mod_jk will

RE: Java Hosting

2004-03-11 Thread Andi Reinbrech
The next best thing since sliced bread is UML (no, not drawings of stickmen) User Mode Linux. Some hosting companies give you a Linux VM with full root telnet access. You can do with it whatever you want, install Tomcat, install JDK, PostgreSQL - whatever tickles your fancy. You can reboot