RE: which to use: JK2 or JK?

2004-11-28 Thread Ralph Einfeldt
Sorry, but I think you are wrong. There have been several post in the last days from the developers, that clearly say, that there will be no further development for mod_jk2. Some features of mod_jk2 will be ported to mod_jk. The other development is mod_proxy_ajp as part of the apache webserve

PHP to run under Tomcat

2004-11-28 Thread Matt Anderson
Hi All, I was wondering if any of you could help me with some Tomcat administration. I am trying to configure Tomcat (and according to the specs on apache.org it can be done) to use PHP and I don't want to have Apache handling PHP and Tomcat handling JSP I would like the Tomcat to handle both. I h

Re: which to use: JK2 or JK?

2004-11-28 Thread Nikola Milutinovic
Erez Efrati wrote: Hi, I am installing an apache + JBoss/tomcat and I need to run the JK module. Now I understand that the JK2 is no longer supported so does it mean that it would be better using JK1.2? What do you mean by "no longer being supported"? The current status is thet JK1 is considere

Re: Form Authentication Trouble with Firefox

2004-11-28 Thread Nikola Milutinovic
Peter Neu wrote: Hello everybody, I'm using form authentication to log on the users to my website. Until now I was using Mozilla Firefox for developement but now I came across this problem that Firefox doesn't allow a clean log in and always redirects to the error.jsp. The authentication is correct

Re: Shutdown error Tomcat 5.5.4 and jdk1.5.0 on Fedora

2004-11-28 Thread Phill Ashworth
I was using the jsvc bundled with Tomcat, I've also tried with the latest from Commons Daemon 1.0 and it makes no difference. Debug posted below if that's any help. On Nov 29, 2004, at 12:16 AM, Bill Barker wrote: I'm running Tomcat 5.5.4 and jdk1.5.0 on Fedora Core 3 and when I stop Tomcat usi

User Authentication For Download Page

2004-11-28 Thread Damjan Majstorovic
Hi all, I offer download of a file on my site. It sends content using ServletOuputStream. This is the command that I exectly want to constraint with Tomcat's security mechanism (I use JDBC Realm). After user clicks on download, s/he gets forwarded to login. After login the File Download popup a

Re: ClassCastException in org.apache.jasper.compiler.TagLibraryInfoImpl (Tomcat5.5) (oops)

2004-11-28 Thread Tim Funk
(I was wrong) It was voted stable ... http://marc.theaimsgroup.com/?l=tomcat-dev&m=110011482407630&w=2 -Tim Tim Funk wrote: Are you running with the security manager turned on? If so - do you get the same error with it turned off? (BTW 5.5 has not been voted "stable" yet) --

Re: Shutdown error Tomcat 5.5.4 and jdk1.5.0 on Fedora

2004-11-28 Thread Bill Barker
"Phill Ashworth" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I'm running Tomcat 5.5.4 and jdk1.5.0 on Fedora Core 3 and when I stop > Tomcat using the supplied Tomcat5.sh script I always get - > > jsvc.exec error: Service exit with a return value of 143 > > > Can someone please

Re: ClassCastException in org.apache.jasper.compiler.TagLibraryInfoImpl (Tomcat5.5)

2004-11-28 Thread Tim Funk
Are you running with the security manager turned on? If so - do you get the same error with it turned off? (BTW 5.5 has not been voted "stable" yet) -Tim Kevin A. Burton wrote: Kevin A. Burton wrote: Whats up with this? java.lang.ClassCastException org.apache.jasper.compiler.TagLibraryInfoImpl.c

Re: ClassCastException in org.apache.jasper.compiler.TagLibraryInfoImpl (Tomcat5.5)

2004-11-28 Thread Kevin A. Burton
Kevin A. Burton wrote: Whats up with this? java.lang.ClassCastException org.apache.jasper.compiler.TagLibraryInfoImpl.createTagInfo(TagLibraryInfoImpl.java:420) org.apache.jasper.compiler.TagLibraryInfoImpl.parseTLD(TagLibraryInfoImpl.java:248) If I reduce my webapp down to just this: <%@ tagl

ClassCastException in org.apache.jasper.compiler.TagLibraryInfoImpl (Tomcat5.5)

2004-11-28 Thread Kevin A. Burton
Whats up with this? java.lang.ClassCastException org.apache.jasper.compiler.TagLibraryInfoImpl.createTagInfo(TagLibraryInfoImpl.java:420) org.apache.jasper.compiler.TagLibraryInfoImpl.parseTLD(TagLibraryInfoImpl.java:248) org.apache.jasper.compiler.TagLibraryInfoImpl.(Tag

Re: Mysql: Cannot create JDBC driver

2004-11-28 Thread Michael Echerer
javax.servlet.ServletException: Cannot create JDBC driver of class '' for connect URL 'null', cause: No suitable driver Typically this just means that the JNDI name could not be resolved. Thus no driver is available. Server.xml: (...)

AW: which to use: JK2 or JK?

2004-11-28 Thread vimal
http://www.sitepoint.com/article/quick-start-guide-windows/2 above article might give you a solution! vimal -Ursprüngliche Nachricht- Von: Erez Efrati [mailto:[EMAIL PROTECTED] Gesendet: Saturday, November 27, 2004 9:09 PM An: Tomcat User Mailing List Betreff: which to use: JK2 or JK?

Shutdown error Tomcat 5.5.4 and jdk1.5.0 on Fedora

2004-11-28 Thread Phill Ashworth
I'm running Tomcat 5.5.4 and jdk1.5.0 on Fedora Core 3 and when I stop Tomcat using the supplied Tomcat5.sh script I always get - jsvc.exec error: Service exit with a return value of 143 Can someone please explain this error, is it something I should be concerned about? Thanks Phil

Startup error Tomcat 5.5.4 and jdk1.5.0 on Fedora

2004-11-28 Thread Phill Ashworth
Hi I'm running Tomcat 5.5.4 with jdk1.5.0 on a Fedora Core 3 system. When I start Tomcat as a non-root user I get the Java HotSpot error below and then Tomcat loads. I have changed the whole Tomcat directory permissions to the user and group I want Tomcat to run as, I'm using the supplied Tomcat5

Using URL for WAR deployment through Tomcat Manager

2004-11-28 Thread Taisuke Yamada
I'm trying to use jar: URL to upload WAR through Tomcat Manager, (Bbut it seems it doesn't work. With following URL, (B (B http://localhost:8080/manager/deploy?path=/sample&war=jar:file:/var/tmp/sample.war!/ (B (BI get "OK - Deployed..." result as output, but nothing is actually (Bdeployed,

Form Authentication Trouble with Firefox

2004-11-28 Thread Peter Neu
Hello everybody, I'm using form authentication to log on the users to my website. Until now I was using Mozilla Firefox for developement but now I came across this problem that Firefox doesn't allow a clean log in and always redirects to the error.jsp. The authentication is correct because it works

Re: Tomcat not starting using startup.bat

2004-11-28 Thread daddad
I try startup the tomcat standalone and it seems ok. then I try to see the localhost at port 8080, it seems the attemp is not success. what is the problem? On Fri, 26 Nov 2004 10:00:45 -0600, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > > From: news [mailto:[EMAIL PROTECTED] On Behalf Of Rom