RE: problem with forms authentication

2004-01-04 Thread Clark D. Richey, Jr.
Thanksthat seemed to be the problem. I had also upgraded my browser and it seems that the new privacy settings kicked in. Has someone approached the issue of why this won't work with URL rewriting when cookies are blocked? -Original Message- From: QM [mailto:[EMAIL PROTECTED] Sent: Mo

Re: problem with forms authentication

2004-01-04 Thread QM
: Invalid direct reference to form login page Just one, but it has nothing to do with the upgrade: are cookies enabled in your browser? -QM -- software -- http://www.brandxdev.net (C++ / Java / SSL) tech news -- http://www.RoarNetworX.com ---

JK2 Won't create .so's for Tomcat 5/Apache 2.0.48

2004-01-04 Thread James Myers
Hello, I have lost the remainder of what hair I had trying to get JK2 to create mod_jk2.so and jkini.so. Has anyone ever made this combination work? I'm using configure like this: ./configure --with-tomcat41=/usr/local/tomcat5.0 \ --with-apache2=/usr/local/apache2 \ --with-apxs2=/usr/local/apach

problem with forms authentication

2004-01-04 Thread Clark D. Richey, Jr.
I am running Tomcat 5.0.16 and using Form based authentication with the JDBC realm. I have ported an application that was previously running on Tomcat 4.x to 5.0.16. Now, after being authenticated on the login page I keep receiving this error: Invalid direct reference to form login page I am n

Parsing error processing resource path

2004-01-04 Thread Clement Low
Hi all, I have the following error and i dunno where is the mistake. Any hints? Thank you. 2004-01-05 11:43:51 StandardContext[/bmd2]Marking servlet action as unavailable 2004-01-05 11:43:51 StandardContext[/bmd2]Servlet /bmd2 threw load() exception javax.servlet.UnavailableException: Parsin

Re: adding timestamp to logs

2004-01-04 Thread Antony Paul
In this message there is no timestamp. It is from stderr.log. [ERROR] ThreadPool - -All threads are busy, waiting. Please increase maxThreads or check the servlet status5 5 Antony Paul - Original Message - From: "Rhino" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent:

Re: multiuser tomcat environment

2004-01-04 Thread Tsirkin Evgeny
Many thanks for your reply. Does your solution works with NIS? Also I have found on the server config site that : "The operating system username under which Catalina is executed MUST have read access to each user's web application directory, and all of its contents." In my case that probably mea

Re: How to prevent HTTPS access?

2004-01-04 Thread Tim Funk
Via tomcat - there is no out of the box way. A simple way is to use a filter. Another simple way is to use mod_rewrite. -Tim Sonny Sukumar wrote: Hi guys, Does anybody know how to prevent HTTPS access to certain pages that don't need the SSL protection? I know how to protect sensitive pages wi

apache 1.3.27 + tomcat 5 + cpanel : no docBase

2004-01-04 Thread Frantzcy Paisible
Hello everyone, I've been digging ins the archives, but no luck... maybe the problem is 18 inches in front of the screen... but I wanna be sure. I've installed tomcat 5.0.16, running apache 1.3.27. I can see the index file that is in webapps/ROOT but not mine... Also, it does not wanna acce

Re: Apache2 + Tomcat4 + mod_jk2 success

2004-01-04 Thread Oscar Carrillo
Thanks. Some of the steps surprised me in missing files, etc. Can anyone else comment on why this would be the case? BTW, you have a reference to "/usr/local/apache2/bin/apes", which should probably be "/usr/local/apache2/bin/apxs". I'm also surprised that some of your directories say "jk", not

RE: Setting Up Tomcat for Multiple Users

2004-01-04 Thread Michael Coughlan
> I read something on the $CATALINA BASE but don't know how to deploy > that. Would be grateful for any help given I am no expert, but I believe $CATALINA BASE would only be helpful if everyone had his or her own Tomcat server each of which pulled classes and other files from a base install. That'

permission problem

2004-01-04 Thread Algirdas M.
Hello, I've edited catalina.policy and added line: grant codeBase "file:${catalina.home}/webapps/vvv/WEB-INF/lib/-" { permission java.security.AllPermission; }; restarted Tomcat. And when I'm running an application from vvv/WEB-INF/lib, I'm still becoming exception: "Unable to

Setting Up Tomcat for Multiple Users

2004-01-04 Thread Carl Tuckker
Hi, I'll be running a seminar on a web application development with java and would like to set up a single webserver where all the participants can have their web app folders following them whiles they roam so that no matter the cp on which they log on to they can still test their application f

Errors with Tomcat /IIS connection - shm.init(): No file

2004-01-04 Thread Youval Bronicki
I am desparately trying to connect Tomcat to IIS. The IIS filter (isapi_redirector2.dll) is loaded (green arrow in IIS admin), but I am getting the following errors when I submit a request that needs to be handled by Tomcat (http://localhost/examples): Error: [jk_shm.c (333)]: shm.init(): No file

Re: jk2_init() Can't find child xxxx in none of the 1024 scoreboard slots

2004-01-04 Thread Nikola Milutinovic
Subject: Fw: jk2_init() Can't find child in none of the 1024 scoreboard slots > Hi Peter, > > I'm using Apache 2.0.48, Tomcat 4.1.29, Jakarta-Tomcat-Connectors 4.1.29. > I'm hoping the problem it is not the mod_jk2.so module as I went to great > trouble in order to generate it on my RH9 Linu

Apache2 + Tomcat4 + mod_jk2 success

2004-01-04 Thread Ian Harwood
Hi Having succeeded in getting jk2_mod to work thought I would document what I did My setup Linux RH9 basic setup, httpd-2.0.48 installed from source NOT RPM, tomcat-4.1.29, ant-1.5.4 The following was setup in /etc/profile JAVA_HOME="/usr/java/java" CATALINA_HOME="/usr/local/tomcat" PATH="$JAVA_HO

Sessions timing out prematurely

2004-01-04 Thread Sonny Sukumar
Hey all, I set my session timeout to 4 hours with the following bit of XML in my web.xml, but sessions seem to time out far sooner than that. 240 Has anybody encountered this before? I'm using Tomcat 4.1.27. __ Do you Yahoo!? Protect your identity with Yah

How to prevent HTTPS access?

2004-01-04 Thread Sonny Sukumar
Hi guys, Does anybody know how to prevent HTTPS access to certain pages that don't need the SSL protection? I know how to protect sensitive pages with HTTPS, but I noticed users can now access *any* page over an HTTPS connection, which seems to waste our server resources. Thanks for any insight

Re: Tomcat 5.0.16 Server Can't Find Keystore

2004-01-04 Thread Jacob Kjome
Because the VM is being started from C:\WINDOWS\System32 since it is running as a service. If it were started from catalina.bat, then the VM would have been started from CATALINA_HOME/bin, so it would have looked there for the config directory. Why it doesn't look from in the location of CATA