Re: Logout with basic autorization

2001-11-15 Thread Marko Asplund
On Wed, 14 Nov 2001, Craig R. McClanahan wrote: ... As far as I know, this is correct. The problem is that when you are using BASIC authentication, the browser sends the credentials on every request, and I don't know of any way to tell it to stop doing so. there's no way of reliably

Re: Logout with basic autorization

2001-11-15 Thread Marko Asplund
On Thu, 15 Nov 2001, kevin ritter wrote: Thank you for your quick response; however, I have a follow on question regarding BASIC authentication and WebDAV. If I implement FORM based authentication will I still be able to drag and drop folders using Slide's WebDAV capabilities and perform

RE: Precompile JSP

2001-11-15 Thread pero
That's exactly what I meant by writing: the main purpose of jspc is to get rid of your jsp-files since it simply converts them to servlet (and generates the correct servlet-config for your web.xml). Sorry, if I wasn't clear enough on that point. Jspc generates the corresponding java-classes

Fail to bring up Tomcat 3.3 for windows 2000

2001-11-15 Thread Ai Zhang
I have installed the tomcat 3.3 in my windows 2000 environment. I have set up all the environment variables. I put all the environment in a bat file as: set JAVA_HOME=d:\VisualCafeXE\jdk13 set PATH=%JAVA_HOME%\bin;%PATH% set TOMCAT_HOME=D:\Web\Tomcat\jakarta-tomcat-3.3 But when I start up the

Tomcat 3.3 Startup error

2001-11-15 Thread Sean M McGrath/AC/VCU
Please assist with correcting the following tomcat startup error ... # startup.sh Using classpath: ./../lib/tomcat.jar Using JAVA_HOME: /usr/java130 Using TOMCAT_HOME: /usr/local/jakarta/jakarta-tomcat-3.3 # Exception in thread main java.lang.NoClassDefFoundError: org/apache/tomcat/s

RE: Fail to bring up Tomcat 3.3 for windows 2000

2001-11-15 Thread Larry Isaacs
Try: bin\tomcat run to start Tomcat 3.3 in the current DOS window. Hopefully, you can see the error. Larry -Original Message- From: Ai Zhang [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 15, 2001 4:24 PM To: Tomcat Users List[EMAIL PROTECTED] Subject: Fail to bring up

Tomcat console log?

2001-11-15 Thread Noble Long
Is there a way to write the Tomcat Console to log file? Noble

RE: Tomcat 3.3 Startup error

2001-11-15 Thread Larry Isaacs
Unfortunately, I don't see an obvious reason why a class in tomcat.jar isn't found when it appears to be in the classpath. Can you display the tomcat.jar's contents with the jar program to see if it might be corrupt? Larry -Original Message- From: Sean M McGrath/AC/VCU [mailto:[EMAIL

RE: Tomcat 3.3 Startup error

2001-11-15 Thread Sean M McGrath/AC/VCU
Larry et al Ignorance is bliss How does one go about displaying the contents with the jar program? I install proprietary software and am not a developer so bear with me Sean McGrath [EMAIL PROTECTED] Data Services 828-6950 Larry Isaacs [EMAIL PROTECTED] 11/15/01 04:51 PM Please respond

Re: Trouble connecting Apache 1.3 Tomcat 4 w/ mod_webApp

2001-11-15 Thread David Smith
I'm guessing you changed the port for the Connector statement in the Tomcat-Apache service of server.xml to 9090? If so, that's correct. If not, try using 8008 instead. The second WebAppConnection line isn't needed unless it's connecting to a different machine and/or port. The way your

RE: Tomcat 3.3 Startup error

2001-11-15 Thread Larry Isaacs
I'm a Windows user, but I would expect you could do something like: /usr/java130/bin/jar -tf /usr/local/jakarta/jakarta-tomcat-3.3/lib/tomcat.jar and maybe just: jar -tf /usr/local/jakarta/jakarta-tomcat-3.3/lib/tomcat.jar Larry -Original Message- From: Sean M McGrath/AC/VCU

Tomcat Does not WORK!?

2001-11-15 Thread Vara Prashanth
Hello everyone: I am running Tomcat 3.2.2 on a win2k machine with IIS. I have not tried operating tomcat on my machine for a couple of weeks now...and today when I try and start it on my machine, I get the following messageThe commands I gave was startup and tomcat start...both yielding the

RE: Fail to bring up Tomcat 3.3 for windows 2000

2001-11-15 Thread Ai Zhang
Hi! Larry, I follow your suggestion, here is the error I get. Do you have any idea about this error? D:\Web\Tomcat\jakarta-tomcat-3.3\bintomcat run Exception in thread main java.lang.NoClassDefFoundError: org/apache/tomcat/sta rtup/Main Thank you very much for your help. Aijun [EMAIL

Re: Fail to bring up Tomcat 3.3 for windows 2000

2001-11-15 Thread Thomas Spiessens
Hi Ai, I had the same problem in exactly the same situation (Tomcat3.3 in cooperation with Windows 2000). Didn't find a solution for it (after searching a long time), just installed version 4.0 and everything works perfectly now. So I suggest, try installing Tomcat version 4.0. Maybe it's a bug

RE: Tomcat 3.3 Startup error

2001-11-15 Thread Sean M McGrath/AC/VCU
Output org/ org/apache/ org/apache/tomcat/ org/apache/tomcat/util/ org/apache/tomcat/util/compat/ org/apache/tomcat/util/compat/jar/ org/apache/tomcat/util/depend/ java.util.zip.ZipException: invalid entry size (expected 474 but got 478 bytes) at

Re: Fail to bring up Tomcat 3.3 for windows 2000

2001-11-15 Thread Denis Haskin
Ai Zhang wrote: I follow your suggestion, here is the error I get. Do you have any idea about this error? D:\Web\Tomcat\jakarta-tomcat-3.3\bintomcat run Exception in thread main java.lang.NoClassDefFoundError: org/apache/tomcat/sta rtup/Main Try setting your default to

Re: what does this error mean?

2001-11-15 Thread David Smith
Just an off list post -- Could you post more details about the problem? It's been my experience that questions this short on info don't get answered and the poster gets frustrated. Provide a little more information about the environment you're using and the circumstances for it. I have a

help tomcat 4.0 iis 5.0

2001-11-15 Thread Matt Laywell
I am using tomcat 4.0 with iis 5.0. When I try to view jsp pages from my website I get a 404 resource whatever.jsp is not available error from tomcat. I believe the isapi redirector is working properly because the error is from the tomcat server not from iis. any help would be appreciated.

Re: AJP and Tomcat 4.0

2001-11-15 Thread David Smith
Sounds like you have TC 4.0. Check TC 4.0.1. It has the connector line in it and commented out by default. --David Smith On Thursday 15 November 2001 01:48 pm, you wrote: I KNOW this is probably a FAQ, though I cannot find the answer I need. I found a couple of messages dealing with

Class lifecycle

2001-11-15 Thread Chris Tucker
I want to clarify how classes behave in the Tomcat environment (and presumably other persistent-JVM environments) when they are changed and redeployed. If I have an instance of a class, A, executing in the Tomcat environment and which is running in application scope (i.e. it will not go out of

RE: Fail to bring up Tomcat 3.3 for windows 2000

2001-11-15 Thread Brian Cochran
Make sure your TOMCAT_HOME and JAVA_HOME enviroment variable is set correctly. I have seen that cause problems in the past Hope this helps Brian -Original Message- From: Denis Haskin [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 15, 2001 5:07 PM To: Tomcat Users List Cc: Ai Zhang

Need info to combine Tomcat/Apache

2001-11-15 Thread Falko Braun
Hi, I've just installed Apache and Tomcat 4.0.1, but I can't find any documentation on how to use Tomcat as the servlet container for Apache. Does anybody know an URL. Falko Braun -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the

Re: Fail to bring up Tomcat 3.3 for windows 2000

2001-11-15 Thread Ai Zhang
Hi! Thomas, I take your suggestion and download Tomcat 4.0. But I did not find any installation document for Tomcat 4.0. So I modify my old bat file and change to the following set JAVA_HOME=d:\VisualCafeXE\jdk13 set PATH=%JAVA_HOME%\bin;%PATH% set

RE: Fail to bring up Tomcat 3.3 for windows 2000

2001-11-15 Thread Matt Laywell
try this http://jakarta.apache.org/tomcat/tomcat-4.0-doc/index.html -Original Message- From: Ai Zhang [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 15, 2001 5:53 PM To: [EMAIL PROTECTED] Subject: Re: Fail to bring up Tomcat 3.3 for windows 2000 Hi! Thomas, I take your

Re: Fail to bring up Tomcat 3.3 for windows 2000

2001-11-15 Thread Larry Isaacs
I just tried it on Win2k and it works okay for me. Both from TOMCAT_HOME and TOMCAT_HOME\bin. I tried this with both JDK1.3.1 and JDK 1.3. Which JDK are you using? Larry P.S. I just checked the jakarta-tomcat-3.3.zip at the Jakarta site and it appears to be fine. From: Thomas Spiessens

Re: Need info to combine Tomcat/Apache

2001-11-15 Thread Janek Bogucki
This is fairly recent http://nagoya.apache.org/~pier/documentation/ There is some further documentation in the CVS module itself. --- Falko Braun [EMAIL PROTECTED] wrote: Hi, I've just installed Apache and Tomcat 4.0.1, but I can't find any documentation on how to use Tomcat as the

a call to win2k user

2001-11-15 Thread Falko Braun
From checking entries in the archive I got the impression, that there might be some odd in combining Tomcat4 with Apache 1.3.x. Is there anybody who made it it successful with the mod_webapps.so? I have found some notes, that with Win2k I should return to the mod_jk.dll. Is that really the truth?

Re: jndi.properties

2001-11-15 Thread Janek Bogucki
There is old Tomcat/JBoss/EJB HOWTO here http://home01.wxs.nl/~cancr001/tomcat_jboss.html I tried this with Tomcat 4.0/JBoss 2.4.3 and it worked although the names of some of the JARs have changed. There's another Tomcat/JBoss/EJB HOWTO here

Common Problem with Tomcat/Apache (processer sticks at 97% on linux)

2001-11-15 Thread Brandon Cruz
I am using Tomcat 3.2.1 connected to Apache via mod_jk. For some reason, every once in a while, my java (Tomcat) process in linux goes up to 97% and stays there until I try to stop tomcat. Even though tomcat shuts down, that process still stays all of the way up at 97% and can only be stopped

Sending WAP notifications from Java

2001-11-15 Thread Dr. Evil
Hi Tomcat users, I am trying to find a java class which will let me send UP.link notifications from java. OpenWave has some libraries for doing it from C. I was wondering if there was something equivalent for java? I have searched all over the net and I can't find anything. Thanks -- To

Re: a call to win2k user

2001-11-15 Thread Phoebe Y. Zhang
I followed the instructions at: http://jakarta.apache.org/tomcat/tomcat-4.0-doc/proxy-howto.xml and have been running Apache 1.3.12 and Tomcat 4.0.1 together successfully under Window 2000. Phoebe On Fri, 16 Nov 2001, Falko Braun wrote: From checking entries in the archive I got the

Re: Common Problem with Tomcat/Apache (processer sticks at 97% on linux)

2001-11-15 Thread Jeff Kilbride
At the very least, upgrade to the latest stable 3.2.x version. 3.2.1 is quite old and had several security problems. I'm pretty sure they are about to release 3.2.4, so that might be a good incentive. You don't have to change any of your config files, just replace the jar files in your

JkMount Syntax

2001-11-15 Thread Marko Sarunac
I am trying to do a JkMount for all jsessions so that when tomcat issues jsession attrib firs time and appends it to all the image and paths it doesn't break When i did JkMount /*;jsessionid* ajp12 it worked great but then i realized the everything is mounted to tomcatincluding my

Tomcat not excepting servletname and session id

2001-11-15 Thread Brett_Wheeler
I am have troubles getting my servlets to work properly in tomcat 4.01. I am trying to migrate my servlets from JavaWebServer2.0 were they worked fine to Tomcat. I have registered all the servlets in the web.xml file within my webapp directory but when I go to run it tomcat refuses to except

Tomcat under a high load

2001-11-15 Thread David Frankson
I am experiencing problems with Tomcat under a heavy load, and I'm hoping someone has dealt with this before. I am using Tomcat 4.0 on a server with heavy traffic. Randomly under these conditions users get a Page can not be displayed error, yet the server's 4 cpus are not completely

Re: Tomcat under a high load

2001-11-15 Thread Remy Maucherat
I am using Tomcat 4.0 on a server with heavy traffic. Randomly under these conditions users get a Page can not be displayed error, yet the server's 4 cpus are not completely maxed out and the Tomcat/Java VM still has available memory. The logs don't display any problem. Anyone seen this

JkMount Syntax

2001-11-15 Thread Larry Isaacs
Hi Marko, I'm afraid that JkMount only supports the syntax: JkMount [/path]/* worker and JkMount [/path]/*.ext worker where [/path] is an optional path which is typically the context name. JkMount [/path]/*.jpg worker would send all jpg requests for /path to Tomcat.

Trouble connecting Apache 1.3 Tomcat 4 w/ mod_webApp for window NT

2001-11-15 Thread Lin, Zhongwu
I can't make Apache 1.3 Tomcat 4 w/ mod_webApp to work. This is what I do(follow install guide): 1) copy mod_webapp.so and libapr.dll to directory apache install dir \modules 2)edit httpd.conf like this ServerName localhost LoadModule webapp_module modules/mod_webapp.so

Re: jsp and VB

2001-11-15 Thread qcy_technical
JSP communicate with JSP? i sugguest you use application or session object.

Apache and Tomcat

2001-11-15 Thread KL OOI
Hi all, Do anyone know how to put Apache and Tomcat together? Apache and Tomcat are installed on different machine, not in a single machine. Both of them on W2K. Thanks. Regards, KL OOI

Re: JkMount Syntax

2001-11-15 Thread Marko Sarunac
Is there a way to do JkMount based on the domain so for one host i would mount all jpg's and for the other i would not? Hi Marko, I'm afraid that JkMount only supports the syntax: JkMount [/path]/* worker and JkMount [/path]/*.ext worker where [/path] is an optional

Re: Tomcat to read cookies on session start?

2001-11-15 Thread Jeremy Pierson
On Thursday, November 15, 2001, at 12:49 PM, Craig R. McClanahan wrote: On Thu, 15 Nov 2001, Deacon Marcus wrote: Date: Thu, 15 Nov 2001 06:52:57 +0100 From: Deacon Marcus [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject:

Re: Servlet Mapping...:(

2001-11-15 Thread BacardiWasabi
I completely understand that my URL should be http://localhost:8080/framework/action not http://localhost:8080/framework/servlet/action for below web.xml web.xml servlet-nameTestAction/servlet-name servlet-classActionServlet/servlet-class /servlet servlet-mapping

Re: STARTUP.SH DOESN'T WORKS FINE

2001-11-15 Thread Nikola Milutinovic
Hi again! And thank you very much to all of you who had been sending some advice!! I tried to start Tomcat with the following sentence: tomcat.sh start There is no need for with start, it already has in the script. And it didn't work again... I'm going to try with

Re: Precompile JSP

2001-11-15 Thread Nikola Milutinovic
Try bin/jspc.bat or jspc.sh I would like to compile my jsp's as a test before I deploy it and see if it works. I spend quite a lot of time changing stuff, deploying, loading in a web browser and seeing jsp compiliation problems. It would be nice to have jspc compile my jsp's

Re: Help with multiple security domains

2001-11-15 Thread Antony Bowesman
Trever M. Shick wrote: Thanks.. Do you know if this works with previous versions of tomcat (3.2.3)? It's not a requirement, I just don't feel like upgrading now. It can be done with 3.2.x but you have to modify/extend the JDBC realm to read parameters from the context. In the realm

RE: Precompile JSP

2001-11-15 Thread pero
2. Run a startup servlet, which will precompile all JSPs in your webapp (request them with URL /path/file.jsp?precompile=true, I think) As I wrote before this is not possible, because a jsp can first be accessed after the container is *completely* up - including all servlet-startups! And so

Thread pool problem in Tomcat 3.3 in Windows NT 4.0

2001-11-15 Thread Raymond Lee
Hi, I have used Tomcat 3.3 with Apache 1.3.12 as my development servlet engine and I have a query about thread pool of Ajp13Connector in Tomcat 3.3. I define the following setting in server.xml and I expect there should be at least 100 threads created in startup of tomcat 3.3.

AW: Common Problem with Tomcat/Apache (processer sticks at 97% on linux)

2001-11-15 Thread Ralph Einfeldt
Try to send a QUIT Signal to one of the java threads. THe VM will print out stacktraces for each thread to stderr. (kill -QUIT PID) -Ursprüngliche Nachricht- Von: Brandon Cruz [mailto:[EMAIL PROTECTED]] Gesendet: Freitag, 16. November 2001 02:08 An: Tomcat Users List Betreff:

Doubts on drivers

2001-11-15 Thread Law Kim Soon
First of all,i would like to thank Barney Hamish, Randy Layman and Carl Boudreau for entertaining my mail.Appreaciate it very much. However,i still haven't clear my doubts.What is the difference between ODBC and those drivers in http://industry.java.sun.com/products/jdbc/drivers There are so

Repost:HELP! Security question - grant entries

2001-11-15 Thread Antony Bowesman
Hi, How can you assign permissions to code compiled from a JSP, it is possible or do you have to put all code that performs actions that may encounter security checks inside a bean and then allocate permissions to the bean class? I tried adding grant codeBase

<    1   2