Re: Tomcat Authentication

2005-11-09 Thread Peter Menzel
Hi, Khawaja Shams schrieb: Hello everyone, I have a few strict requirements for security on my project, and I am having a hard time understanding some concepts. I cannot use SSL due to the performance loss, and the application must be accessed only by authenticated users. Meanwhile, I am

4.1 nigthly builds

2005-11-09 Thread brenmcguire
Hello list Is there a repository for nightly builds of Tomcat 4.1.x? I really can't find it, and I don't want to build it from source for a simple testing of a resolved bug (28830). Anyway, when the next release of Tomcat 4.1.x is planned? Ciao Antonio Petrelli

Re: Use of JSF view in welcome file list

2005-11-09 Thread Peter Menzel
Tim Dean wrote: Thanks for the info, Peter. I'm somewhat new to using Tomcat, so if there's somewhere particular I should post this as a bug, please let me know. I filed a bug report at ASF bugzilla: http://issues.apache.org/bugzilla/show_bug.cgi?id=37424 Peter

kein Betreff

2005-11-09 Thread Lothar Krenzien
Hi there, in opposite to my previous post I want to deploy a war file to remote server running Tomcat using the Tomcat Ant-task (provided by catalina-ant.jar). But even I get 'OK' back from the server - the newly added files are not copied in the webapp dir. Do I make something wrong ? If

RE: 5.0.28 v 5.5.12

2005-11-09 Thread MarcLap
Hi, Yes Here is the version info java version 1.5.0_05 Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_05-b05) Java HotSpot(TM) Client VM (build 1.5.0_05-b05, mixed mode, sharing) -Original Message- From: Chen Jerry [mailto:[EMAIL PROTECTED] Sent: Wednesday,

Re: 5.0.28 v 5.5.12

2005-11-09 Thread Seak, Teng-Fong
Does your Tomcat serve a simple html file? I mean Html file, not Jsp file yet. How about the environment variables like JAVA_HOME and CLASSPATH? Well, in Win, these are no longer needed since TC 5.5 (great job!) but maybe they're still needed in Unix/Solaris. MarcLap wrote: Hi,

RE: 5.0.28 v 5.5.12

2005-11-09 Thread Caldarale, Charles R
From: MarcLap [mailto:[EMAIL PROTECTED] Subject: 5.0.28 v 5.5.12 5.0.28 works fine. 5.5.12 does not work at all. Not even port 8080. The server.xml is the same The above may well be the problem. There are numerous configuration differences between 5.0 and 5.5, so using the same

RE: 5.0.28 v 5.5.12

2005-11-09 Thread Allistair Crossley
You need to read the config guide for 5.5.12. The Logger element is no longer available in 5.5.12. There are other changes for JNDI resrouces too. -Original Message- From: MarcLap [mailto:[EMAIL PROTECTED] Sent: 09 November 2005 15:13 To: 'Tomcat Users List' Subject: RE: 5.0.28 v 5.5.12

RE: Passing options to the JVM at startup

2005-11-09 Thread Eric Boudrand
I can debug now. Thanks for the hint. Eric --- Caldarale, Charles R [EMAIL PROTECTED] a écrit : From: Eric Boudrand [mailto:[EMAIL PROTECTED] Subject: Passing options to the JVM at startup There is no catanila.bat file, so I use tomcat5w. For debugging, you probably do want to use

Re: upgrading a war file

2005-11-09 Thread Seak, Teng-Fong
Oops, sorry, I've just noticed that you've written I do not have admin web access to the server. Mea culpa. But that's strange. I mean, how did you deploy your webapp for the first time? You must have some kind of access. Seak, Teng-Fong wrote: Do you have full access to the

Re: Ccinfiguration tomcat 5.0 version in windows xp

2005-11-09 Thread Seak, Teng-Fong
How about this? http://tomcat.apache.org/tomcat-5.5-doc/index.html The 1st, 2nd and 3rd sections seem to suit your need. mahesh sankaranarayanan wrote: Hai all, Can any one tell me how configuar the tomcat 5.0 right from installation upto saving the files to the specific folders

Is timestamp feature of Logger in 4.1.31 broken?

2005-11-09 Thread Andoni
Hi, I have just recently installed Tomcat 4.1.31 and now I find that all my log files have timestamps whether or not I have included timestamp=true in the logger. In fact they even have it if I have specified timestamp=false which is documented as being the default. Am I doing something

Re: How do i setup https connection tomcat5 + jk2 + apache2 on RedHat 9.0?

2005-11-09 Thread Mark Thomas
When starting a new thread (ie sending a message to the list about a new topic) please do not reply to an existing message and change the subject line. To many of the list archiving services and mail clients used by list subscribers this makes your new message appear as part of the old

Re: NPE while undeploying webapp on Tomcat 5.5.12

2005-11-09 Thread Mark Thomas
Stanislav Mironov wrote: Hi All! I get such exception report in catalina..log when I undeploy web application (deployed as WAR). 09.11.2005 10:46:59 org.apache.catalina.startup.HostConfig checkResources INFO: Undeploying context [/context1] 09.11.2005 10:47:12

question about ugrading

2005-11-09 Thread Randy Paries
hello, Currently i am running tomcat 5.0.24 I am seeing lots of WARNING: Wasn't able to read acknowledgement from server[192.168.0.203:4001] in 15000 ms. Disconnecting socket, and trying again. So i was going to try to upgrade to the latest of tomcat. I just saw that the latest 5.5.x needs jre

Question regarding deployment

2005-11-09 Thread Smitha Murthy Krishna Nagesh
I have a directory of text files that is not deployed into the Tomcat server. It has some jsp's but certainly doesn't have the structure of a web application. I need to somehow point Tomcat to this directory so that the Tomcat can display the contents of these text files. Can you please

Re: Tomcat 5.5.12 and SSL - https doesn't work, was ok with 5.5.9

2005-11-09 Thread Jean-Pierre Pelletier
I'm using Sun 32 bit java, here is the output from java -version java version 1.5.0_04 Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_04-b05) Java HotSpot(TM) Client VM (build 1.5.0_04-b05, mixed mode) - Original Message - From: William A. Rowe, Jr. [EMAIL PROTECTED]

Re: Tomcat 5.5.12 and SSL - https doesn't work, was ok with 5.5.9

2005-11-09 Thread Jean-Pierre Pelletier
I think I am using a 32 bit JVM, I downloaded it from Sun as jdk-1_5_0_04-windows-i586-p.exe. - Original Message - From: Mladen Turk [EMAIL PROTECTED] To: Tomcat Developers List dev@tomcat.apache.org Sent: Wednesday, November 09, 2005 2:57 PM Subject: Re: Tomcat 5.5.12 and SSL - https

RE: question about ugrading

2005-11-09 Thread Caldarale, Charles R
From: Randy Paries [mailto:[EMAIL PROTECTED] Subject: Re: question about ugrading So would that be the suggested best upgrade path? Going to JRE 5.0 (aka JDK 1.5) is probably better, but if you can't do it, we've had no problems staying on 1.4.2 with Tomcat 5.5. - Chuck THIS

Re: disabling sessions in certain parts of a webapp

2005-11-09 Thread Frank W. Zammetti
That's weird... I actually had a part in my reply at the end that said something like this should work until some code after the filter tries to access session :) Yep, absolutely, if there's a possibility of that then the wrapper is definitely the way to go. -- Frank W. Zammetti Founder and

Re: CGI and JRE Questions

2005-11-09 Thread Hassan Schroeder
Randy Schuster wrote: 1. CGI Parameter Passing Enabled CGI and copied the old printenv and test-cgi scripts into my cgi directory. They run fine except when I try to pass a parameter. http://myserver/cgi-bin/test-cgi works but http://myserver/cgi-bin/test-cgi?bob throws a

Re: CGI and JRE Questions

2005-11-09 Thread Mark Thomas
Randy Schuster wrote: Running Apache Tomcat 5.0.18 on Solaris 8 Sparc, two questions 1. CGI Parameter Passing Enabled CGI and copied the old printenv and test-cgi scripts into my cgi directory. They run fine except when I try to pass a parameter. snip http://myserver/cgi-bin/test-cgi?bob

Re: ports 8007 and 8009 dosn't coming up

2005-11-09 Thread jane
Is there anyone who can help me to bring this connectors up? On Wednesday 09 November 2005 10:30, Janem wrote: Server port=8014 shutdown=SHUTDOWN debug=0 Service name=Tomcat-Standalone Connector className=org.apache.catalina.connector.http.HttpConnector

Re: upgrading a war file

2005-11-09 Thread Khawaja Shams
Do you have access privileges for the manager app? On 11/9/05, Seak, Teng-Fong [EMAIL PROTECTED] wrote: Oops, sorry, I've just noticed that you've written I do not have admin web access to the server. Mea culpa. But that's strange. I mean, how did you deploy your webapp for the first time?

RE: CGI and JRE Questions

2005-11-09 Thread Randy Schuster
Same thing happens if the parameter is bob or bob=yerUncle Running Apache Tomcat 5.0.18 on Solaris 8 Sparc, two questions 1. CGI Parameter Passing Enabled CGI and copied the old printenv and test-cgi scripts into my cgi directory. They run fine except when I try to pass a parameter.

Re: SSO with JASS

2005-11-09 Thread Damon Rand
Hi Abhilash, It is very embryonic but I have implemented the beginnings of a container portable SSO solution including a Tomcat valve.. The source is here.. http://ssso.codehaus.org/ I need to do some more work on the docs though. :-) Regards, Damon. - Original Message - From:

Re: CGI and JRE Questions

2005-11-09 Thread Hassan Schroeder
Randy Schuster wrote: Same thing happens if the parameter is bob or bob=yerUncle OK, yeah, my bad -- apparently the CGI servlet doesn't care :-) test-cgi is very simple and was just copied from an older non-servlet/Tomcat Apache CGI directory I copied this into my TC 5.5.9/JDK1.5/SuSE Linux

Re: ports 8007 and 8009 dosn't coming up

2005-11-09 Thread jane
Hi Thank's for replying. How do you mean it's old? I am using Apache Tomcat Version 4.1. Here is the last log catalina_log.2005-11-10.txt after I did stop/start tomcat. As in the server.xml I send, the two http connectors are up and listen on 8080 and 8443, those connectors for ajp doesn't

problems after adding address attribute to HTTP Connector

2005-11-09 Thread Zach Romans
Hello, I am trying to configure Tomcat 5.5.12 to listen on only one of numerous configured IP addresses. This is in a Solaris 9/SunCluster 3.1 environment, with JRE from the 1.5.0_04 JDK. The problems that I'm having occur after I add an address=129.159.46.210 attribute to the non-SSL HTTP/1.1

Filters and content size.

2005-11-09 Thread Will Hartung
First a simple question. Do Tomcat, or servlet containers in general, set the Content-Size header for dynamic content? Specifically, do the containers typically buffer all generated content in order to get the content size before sending the response, or will it just stream it out ad hoc? Is

Can cached EJB HomeHandles be invalidated?

2005-11-09 Thread Jeremy Crosbie
I am using Tomcat 5.5.9 with WebLogic 8.1 as the EJB server/container. I am configuring EJB references in the servlet context in my server.xml like so: Context ... Ejb name=ejb/name type=Session home=ejb.home remote=ejb.remote factory=my.custom.weblogic.factory / /Context The behavior I

Re: Question regarding deployment

2005-11-09 Thread Dhaval Patel
Hi, Based upon your talk I am assuming following: - You have directory c:\sample-dir which text files and other files. - You want to make something like http://ADDRESS/sample-dir which displays list of files (like online apache browsing). Here is the one way you can do it quickly: (1) Even

SSL on tomcat + jk2 + apache2 + RedHat

2005-11-09 Thread Gangaa D
Hi, i have done connector 443 on win32. So I move it to Redhat which is tomcat + jk2 + apache2. But it does not work. What is wrong me? __ Yahoo! Mail - PC Magazine Editors' Choice 2005 http://mail.yahoo.com

Re: Question regarding deployment

2005-11-09 Thread Dhaval Patel
Hi It's me again. I am sure about it. I think you want to point tomcat to some other directory then webapps. (like when you open http://ADDRESS:PORT/, instead of tomcat page you want to see your directory listing). To do that, create a new file called ROOT.xml inside

Pointers on setting up Tomcat 5.5x w/MySQL on OS X?

2005-11-09 Thread Benjamin Slade
Can someone point me to some resources for setting up Tomcat so that servlets/JSP's can connect to a local MySQL database? The instructions for configuring Connector/J (at dev.mysql.com/doc/refman/5.0/en/cj-tomcat-config.html ) don't seem to match the setup of my tomcat/conf/server.xml file.

test

2005-11-09 Thread Anto Paul
testing this email id -- rgds Anto Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Pointers on setting up Tomcat 5.5x w/MySQL on OS X?

2005-11-09 Thread Len Popp
server.xml is the old location for the Context but these days it's usually found either in conf/Catalina/[hostname]/[appname].xml or in webapps/[appname]/META-INF/context.xml. Also note that the syntax of Resource has changed in 5.5. See

Tomcat connector for IIS 5.1 error executing servlet example

2005-11-09 Thread Goay Zee Ling \(ACM/MIS\)
Hi. I have some problem executing servlet examples provided in tomcat using the tomcat connector. I am using tomcat 5.0.28, IIS 5.1 and just manage to install isapi_redirect.dll. I manage to execute the servlet examples using http://localhost:8080/servlet-examples, thru tomcat directly. I

Re: test

2005-11-09 Thread Anto Paul
This mail to [EMAIL PROTECTED] escaped my Gmail filter for tomcat mail lists. At present I have filters for users@tomcat.apache.org and [EMAIL PROTECTED] When does [EMAIL PROTECTED] came into existence ? -- rgds Anto Paul - To

Re: upgrading a war file

2005-11-09 Thread Zohar Amir
I do have access, but not through tomcat's web admin. - Original Message - From: Seak, Teng-Fong [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Wednesday, November 09, 2005 7:15 PM Subject: Re: upgrading a war file Oops, sorry, I've just noticed that you've

Mod_jk Connector

2005-11-09 Thread Kaushal Shriyan
I have downloaded the following application httpd-2.0.49.tar.gz jakarta-tomcat-4.1.31.tar.gz jakarta-tomcat-connectors-1.2.15-src.tar.gz I am able to check http://localhost:8080/index.jsp and http://localhost But when I do http://localhost/examples it says Not Found The requested URL

RE: Mod_jk Connector

2005-11-09 Thread Goay Zee Ling \(ACM/MIS\)
Hi. I have similar problem but in different environment. I'm integrating IIS5.1 with tomcat5. I posted the question earlier, tomcat connector isapi_redirect.dll not available. I manage to get rid resource not available by reinstalling everything again. one thing that is different from my