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 24 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

this is weird check this out //code (tomcat 5.5.23) java.security.Principal p request.getUserPrincipal() System.out.println(p.getClass().getName().equals(MemoryUser.class.getName())) // prints

Subject: Re: ClassCastException trying to cast MemoryUserDatabase to UserDatabase

//code Object o ic.lookup( "java comp/env/users ") System.out.println(o.getClass().getName()) // prints "org.apache.catalina.users.MemoryUserDatabase " doing instanceof tests on the returned obje

Subject: Re: utf-8 encoding problem

Try this then - this is my standard character encoding index.jsp test. <%@ page contentType "text/html charset UTF-8 " % > <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN " > <html > <he

Subject: Tracking active session in a tomcat cluster

Hi I want to track all the active sessions of a tomcat 5.5 cluster. Particularly I want to host a page on each cluster member which will display all the sessions active on its cluster. So I want

Subject: Re: ClassCastException trying to cast MemoryUserDatabase to UserDatabase

InitialContext.lookup() gives you a simple object so change your code to Context ic new InitialContext() Object o ic.lookup( "java comp/env/users ") set a breakpoint and see what type of obje

Subject: Re: ClassCastException trying to cast MemoryUserDatabase to UserDatabase

oops also here is my resource definition from my web.xml <!-- Define reference to the user database for looking up roles -- > <resource-env-ref > <description > Link to the UserDatabase

Subject: ClassCastException trying to cast MemoryUserDatabase to UserDatabase

(see below for message context) Ok I 've decided on using Http Basic authentication for my web service and successfully configured tomcat to authenticate against the tomcat-users.xml file to the p

Tomcat benchmark

I assume you 've already Googled what you 're looking for and not found anything? What are you after exactly performance or feature comparison? please be more specific... I assume you 're after more

Tomcat benchmark

Someone have a case study wich compare Tomcat with others application servers? Thanks a lot Andrew

Subject: Re: JSP compile error - required library in tomcat/shared/lib

As you guessed would be intuitive yes the JSP compiler include classes in shared/lib (and also classes in webapp itself). The shared/lib is the same as if you copy it 's content to the WEB-INF/lib fo

Subject: Re: Frequent "SEVERE: Unable to receive message through TCP channel " message

nageshsrao wrote > we are getting the GC printed on to the same catalina.out and we see that the > memberAdded messages appear almost at the time of GB getting printed does > it prove that longer GC

Subject: Re: Installing APR on Fedora

Hi Ole when you tried against your installed APR most likely the dev rpm which includes the necessary header files for compiltions where not installed. When you tried against a BUILD directory m

Subject: Re: IIS redirect to Apache

Tony Fountain wrote > Hi > > Scenario we purchased a product written in Java to integrate into our > reporting tool. Our setup is such that our web application is written > in .NET and hosted on

Subject: Re: Removing the port identifier

In OSX you must use ipfw i don 't know how ipfw is used but i think this must be similar to iptables. On 8/15/07 Stephen Caine <stephen@(protected) > wrote > > David > > Do you know what the co

Subject: Re: Frequent "SEVERE: Unable to receive message through TCP channel " message

we are getting the GC printed on to the same catalina.out and we see that the memberAdded messages appear almost at the time of GB getting printed does it prove that longer GC pauses are causing thi

Subject: Web analyzer for Tomcat

Hi All Just like webalizer for apache php project what is the web analyzer available for tomcat?Can any one please let me know better user guide for configuring webalizer on tomcat?or some other web

catalina error log

you 're missing the Apache Portable Runtime library from your PATH variable. this is not a serious problem but if you don 't want to get this error then download the version of the library for your

Subject: Re: utf-8 encoding problem

POST Mark Thomas wrote > Joseph S wrote > > When I did that my content displayed correctly but on form submission > > it got corrupted. > > POST or GET? > > Mark > > >

catalina error log

I have tomcat 6 and it is getting the jvm.dll from my "jre1.6.0_02/bin/client " directory. Everytime I start it I get the message below. My server is able to parse file but the message scares me...

Subject: Re: Installing APR on Fedora

Hi Hassan I did the following rm -dfr tomcat-native-1.1.10-src/ tar xvfz tomcat-native.tar.gz cd tomcat-native-1.1.10-src/jni/native ./configure --prefix /usr/local/apr --with-apr /home/ole/rpmbu

Subject: Re: Installing APR on Fedora

On 8/15/07 Ole Ersoy <ole.ersoy@(protected) > wrote > I have a lot more progress now! I get the following (The only important part is the bottom i think) > > [root@(protected) native]# ./configure --with-ap

Subject: Re: tomcat memory realms & tomcat-users.xml

Hi Charles thanks for you help. what if the memory-realm was configured in the context.xml for the application? then it should only be available to that particular app...? I 'm currently working o

Subject: Re: Removing the port identifier

no worries. I didn 't know about jsvc or commons-daemon before (I do now!) so I learnt something too! best of luck with your app. * Matthew Kerle * * IT Consultant * * Canberra Australia* Mobile

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

doh! load-balancing of course... I don 't know I 'm a stickler for the old "do one thing do it well " tomcat rocks at serving dynamic java apache rocks at being internet facing serving static & CG

Subject: Re: Installing APR on Fedora

Hi Hassan and Stephen Thanks for all the tips -) I have a lot more progress now! I get the following (The only important part is the bottom i think) [root@(protected) native]# ./configure --with-apr /h

Subject: Re: utf-8 encoding problem

Joseph S wrote > When I did that my content displayed correctly but on form submission > it got corrupted. POST or GET? Mark

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

good security is hard. I 've seen state governments using the reverse-proxy layered approach described below and that worked extremely well. I 've also seen a federal government with an open databas

Subject: Re: utf-8 encoding problem

Nathan Hook wrote > A few things... > > First what type of apostrophe are you using? Are you using a typical > ascii apostrophe ( ') or are you using the Microsoft slanted apostrophe > that com

Subject: DefaultServlet, WebDAV, and Permissions

I sent this out last week and didn 't get any responses ... just wanted to make sure it hit the list and didn 't get dropped somewhere. Any help is appreciated! > > > > I 'm using the WebDAV servlet in t

Subject: Re: Installing APR on Fedora

On 8/15/07 Ole Ersoy <ole.ersoy@(protected) > wrote > [root@(protected) native]# ./configure --with-apr /usr/lib > checking for APR... configure error the --with-apr parameter is incorrect. It must specify
Page 24 of 931 Previous 10   21   22   23   24   25   26   27   28   29   30   Next 10   Next 100