Google
Google
Mailing List
Home
Forum Home
JBoss - Java Application Server
Tomcat - JSP/Servlet container
Struts - A MVC web framework
iText - An open source PDF Java Library
JDOM - JDOM XML Parser
JSP - A mailing list about Java Server Pages specification and reference
J2EE - A mailing list for Java(tm) 2 Platform, Enterprise Edition
J2EE Pattern - An interest list for Sun Java Center J2EE Pattern Catalog
Servlet - A mailing list for discussion about Sun Microsystem's Java Servlet API Technology
Struts & Hibernate
Subjects
JSP editor plugin for eclipse ?
org apache jasper JasperException: Unable to compile class for JSP
Tomcat: Connection reset by peer: socket write error
Cannot retrieve definition for form bean null
Struts Tiles Tutorial (free Struts training)
Where do I download Tomcat 4 0 6?
Data Access Object (DAO) pattern, example DAO 's
Where to download Tomcat v 4 1 24 from?
Tomcat 5 0 16 Requested resource not available
Subject: Servlet : Session invalidate
Oracle Connection Pooling in 3 2 2
Servlet action is currently unavailable
Tomcat/Struts Unicode Encoding/Decoding problems
Subject: Running a Simple JMS Example
Tomcat and webapplication specific java library path
Mapping in workers2 properties
org apache jasper JasperException
problem with html:text bean throwing exception
Cannot find message resources under key org apache struts action
   MESSAGE
Cannot find message resources under key org apache struts action MESSAGE
invalid direct reference problem with solution
Tool for jsp debug Try Sysdeo Eclipse Plugin
Tomcat 5 Cannot load JDBC driver class 'null ' SQL state: null
weblogic ejbc
java properties file
Jboss 3 2 3 Coyote Can 't re
Tomcat 5, Apache2 and mod jk2 integration problem
JBoss example problem new to J2EE
Value attribute of <html:checkbox
url string for connecting jboss to oracle
javax servlet ServletException: BeanUtils populate
5 0 18: Windows XP Pro vs Windows 2000
HTTP Status 404 The requested resource is not available
 
Tomcat
Page 23 of 931 Previous 10   21   22   23   24   25   26   27   28   29   30   Next 10   Next 100  

Subject: Re: ClassCastException trying to cast MemoryUserDatabase to UserDatabase

Mario you are a hero. do women come and worship you in the street? they should! Using reflection to break into an object of a foreign class is just...genius! this is the sort of thing that Ruby pro

Subject: Re: Installing APR on Fedora

Hi Jung That did the trick! I downloaded and installed http //www.axint.net/apache/apr/binaries/rpm/i386/apr-devel-1.2.8-1.i386.rpm Then I ran this ./configure --with-apr /usr/bin/apr-1-config &

Tomcat freezes up

It seems very unlikely to me that the problem is in the Tomcat code. It is very widely deployed and any deadlocks would be found relatively quickly unless you use a very obscure setup. Did you do a

Subject: Re: Tracking active session in a tomcat cluster

Tomcat 5.5 has an all-to-all replication mechanism hence all nodes should be identical. you would only need to see the sessions on one node to get a picture of what is looks like elsewhere. there

Subject: Re: ClassCastException trying to cast MemoryUserDatabase to UserDatabase

http //tomcat.apache.org/tomcat-5.5-doc/class-loader-howto.html this is why I can 't reference any classes loaded from server/lib in my webapp the server/lib classes are loaded by the web applicatio

Tomcat freezes up

I posted the same question week back. People advised me to handle the resource safely like freeing up the database connections after use releasing file handles etc. I am very sure that I am doing th

Subject: Re: ClassCastException trying to cast MemoryUserDatabase to UserDatabase

Hi! > A more flexible option is to use securityfilter > (http //securityfilter.sourceforge.net) to handle everything. > If you are already using spring have a look at ACEGI. It is not really easy t

catalina error log

> From Matthew Kerle [mailto matthew.kerle@(protected)] > Subject Re catalina error log > > you 're missing the Apache Portable Runtime library from your PATH > variable. this is not a serious probl

Subject: Re: ClassCastException trying to cast MemoryUserDatabase to UserDatabase

just downloaded security filter and had a look it looks very cool. If I had more robust requirements for my authentication (and more time!) I would probably use it. At the moment though I 've got a

Subject: Re: ClassCastException trying to cast MemoryUserDatabase to UserDatabase

-----BEGIN PGP SIGNED MESSAGE----- Hash SHA1 Matthew Matthew Kerle wrote > no see my previous reply tomcat fails to bootstrap if catalina.jar is > not in server/lib... That 's too bad. Why not

Subject: Re: ClassCastException trying to cast MemoryUserDatabase to UserDatabase

I agree the Principal interface is verily hobbled and almost useless (Go Sun!). The catalina implementations are much more user-friendly but unfortunately difficult to access. I can 't really just

Subject: Re: ClassCastException trying to cast MemoryUserDatabase to UserDatabase

no see my previous reply tomcat fails to bootstrap if catalina.jar is not in server/lib... Christopher Schultz wrote > > Peter > Shouldn 't it be acceptable to simply move catalina.jar from serve

Subject: RE: ClassCastException trying to cast MemoryUserDatabase to UserDatabase

> From Christopher Schultz [mailto chris@(protected)] > Shouldn 't it be acceptable to simply move catalina.jar from server/lib > to common/lib? > > Sure you 'll still have a non-standard i

Subject: Re: ClassCastException trying to cast MemoryUserDatabase to UserDatabase

Hi Chris I naively tried relocating the catalina.jar to /common/lib and got the below error. Peter has a good comment to this problem in his reply so I 'll continue the thread in response to his m

Subject: Re: ClassCastException trying to cast MemoryUserDatabase to UserDatabase

-----BEGIN PGP SIGNED MESSAGE----- Hash SHA1 Peter Peter Crowther wrote > We ended up with the horrible horrible hack of > pulling the class out of catalina.jar putting it in its own jar and >

Subject: RE: ClassCastException trying to cast MemoryUserDatabase to UserDatabase

> From Matthew Kerle [mailto matthew.kerle@(protected)] > the MemoryUser class is in catalina.jar which is in the server/lib > folder. would I be right in saying that web application code > is barred

Subject: Re: ClassCastException trying to cast MemoryUserDatabase to UserDatabase

-----BEGIN PGP SIGNED MESSAGE----- Hash SHA1 Matt Matthew Kerle wrote > this is weird check this out > > //code (tomcat 5.5.23) > java.security.Principal p request.getUserPrincipal() > Syst

Subject: Re: ClassCastException trying to cast MemoryUserDatabase to UserDatabase

you 're exactly right again. I just checked my project settings I had to add catalina.jar to the project libraries to get the class to compile but I 'd forgotten to prevent it from being deployed s

Subject: Re: Multi-Gigabyte Uploads, Tomcat 2GB and higher uploads

-----BEGIN PGP SIGNED MESSAGE----- Hash SHA1 DAvid David Hesson wrote > The > content-length has a maximum value of 2.x billion which is right under > two gigabytes. Is this a limit on commons-

Tomcat freezes up

Best Regards Apoorv >

how to strip tomcat?

taking a look at tomcat 5.5.23 i 'll try to answer you 1) you can take a look at tomcat embedded it *may* be stripped down but am not sure 2) in the core tomcat there are perhaps only 2 or 3 jars

Subject: Re: tomcat performance on static content over SSL/non-SSL

-----BEGIN PGP SIGNED MESSAGE----- Hash SHA1 Leon Leon Rosenberg wrote > security by obscurity that is. Through I agree that claiming Apache httpd increases security it is certainly not securi

Subject: RE: ClassCastException trying to cast MemoryUserDatabase to UserDatabase

> From Matthew Kerle [mailto matthew.kerle@(protected)] > Class c1 request.getUserPrincipal().getClass() //get the > class of the > Principal that tomcat created which is a MemoryUser instance >

how to strip tomcat?

My laptop is having very low memory. I need to run minimal version of tomcat. (stripped version of tomcat to avoid memory hogging). Can you guys give some tips on this -- like removing unnecessary ja

Subject: Re: JDBC driver of class ' ' for connect URL 'null ' in Tomcat 5.5.12

check this http //evolutionnext.com/blog/2005/10/13/1129259088959.html On 8/16/07 Matthew Kerle <matthew.kerle@(protected) > wrote > > hmm you have an interesting problem! > > first thing I 'd say

Subject: Re: ClassCastException trying to cast MemoryUserDatabase to UserDatabase

Peter you 're exactly right. ***code*** Class c1 request.getUserPrincipal().getClass() //get the class of the Principal that tomcat created which is a MemoryUser instance Class c2 MemoryUser.

Subject: Re: JDBC driver of class ' ' for connect URL 'null ' in Tomcat 5.5.12

hmm you have an interesting problem! first thing I 'd say is use this opportunity to upgrade to the ojdbc14.jar which is the latest oracle jdbc driver and allows lots of nice enhancements. second

Subject: RE: ClassCastException trying to cast MemoryUserDatabase to UserDatabase

> From Matthew Kerle [mailto matthew.kerle@(protected)] > So what this is saying is that the *names* of the classes are > the same > but the actual classes are different. this is crazy... I suspect

Subject: JDBC driver of class ' ' for connect URL 'null ' in Tomcat 5.5.12

I 'm upgrading from tomcat 4.1.24 to tomcat 5.5.12 on WinXP. I have three applications that are deployed from this server two of which work fine with tomcat 5.5.12 however the third which uses an o

Subject: Re: Web analyzer for Tomcat

Hi I don 't think webalizer is 'for ' apache httpd rather it will analyse logs written in Common Logfile Format (and others). It doesn 't matter what he server is. If you use the AccessLogValve to writ
Page 23 of 931 Previous 10   21   22   23   24   25   26   27   28   29   30   Next 10   Next 100