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 451 of 931 Previous 100   Previous 10   451   452   453   454   455   456   457   458   459   460   Next 10   Next 100  

Servlet won 't load

Hi I 've got an application which runs fine for me but which won 't run on my hosting company 's server which is running Tomcat 5.5.4 on Solaris. I 've got a jsp page which has a link to a servle

Athlon 64 question

A friend asked me to post this for him. He is experiencing some memory issues related to Athlon 64 running Redhat Fedora Core3. Anyone know if this is related to LD_ASSUME_KERNEL 2.2.5 issue? tha

How do you start tomcat in production, with -server or not ?

may I know where u read abaout the problem of "-server " option? On Thu 03 Feb 2005 12 59 09 -0600 Paul <paul@(protected) > wrote > Are you referring to the JVM option? Is so I use the "-se

Subject: Is Connector/J Serializable?

I 'm setting up Tomcat 5.0.28 in a vertical two node cluster and want to use the in-memory session replication. The application I 'm trying to run on the cluster requires the db connection to be st

welcome-file-list

Hello I have a web site that I want accessed using the dns name eg http //www.purcell.com I have a welcome-file entry which says go to index.jsp. Of course the page loads and the url

RE: Preferred Platform for Tomcat5

> From Peter Lin [mailto woolfel@(protected)] > makes me wonder how many people bother to upgrade to the latest/newest > hardware ) Fewer as the hardware becomes 'fast enough '. For example up u

How do you start tomcat in production, with -server or not ?

Hi all I have read on Sun documentation that it 's adviced to start server applications with -server option which should boost performance though with slower startup. Somewhere I can find post o

Tomcat 4.1 - Mem Usage, Logging, Flush Props

Hi Are there any tomcat instrumentation tools that can do the following 1. Show Memory Usage Global Memory Usage (if multiple apps are deployed on the same server) App Specific memory

Error FOP/BATIK ... PDFXMLHandler:253 - svg graphic could not be built "

Bingo! That was it. I changed it from "file // " to "file /// " and all works now. You earlier mentioned that might be it - but I was so focused on the fact that it worked on Java 1.4.1 that I figured

Valves

I 'm using Tomcat 5.5.5 on Windows Server 2003. I have implemented a new valve. I include the following line in my <Engine .. > <Valve className "com.en.stats.StatsValve " / > My valve extends or

XML/URI issue on Tomcat 5.5.7 and/or Java version issue

Hi I have a web application that uses a combination of fop (http //xml.apache.org/fop) with an embedded version of batik (http //xml.apache.org/batik) to generate PDF files from XML files (actu

context variable

Hey everyone. I 'm brain dead or something but I am setting a variable to the servlet context. Inside that there is a database connection and query of the database however i need to throw a Da

Preferred Platform for Tomcat5

Excluding Windows is there a particular platform that works better with Tomcat5? What are members of this list using for a production installation of Tomcat?

AW: Login filter

Hi Tim Apologies for hassling you again with this. Any idea without getting inside of the TC source how I can write some code just b4 and after the user login validation into the webapp with

jspInit() throwing NamingException when extracting a factory object from JND

Appreciate if any one has some inputs....We couldn 't decide whether it is a bug or usage issue ... Details @ http //issues.apache.org/bugzilla/show_bug.cgi?id 33307 Problem --------

ReentrantLocks with Tomcat 5.5.7. Anybody tried ?

Hi all I 'd like to know if somebody has explored the new Thread features of J2Se 1.5 on Tomcat 5.5.7. In particular I 'm interested to know if it 's viable to replace all synchronized blocks in a

Tomcat 5.5.4/Windows 2000 server - Failed to register in JMX: BasicDataSourc

Hi Mario Thanks for getting back to me. Below is the context I set up. After doing my own digging I realized I was missing some jakarta commons jar files. After getting these jars and rest

Realm + PDF + Internet Explorer

Hi! I 'm having a problem with Internet Explorer. I have a web application running in Tomcat that generate some PDF reports. When I add a tomcat security realm to my webapp and run it in IE I can '

Starting a tomcat from a java program

Hi How do I start tomcat from a java program? Regards Rajaneesh

jspInit() throwing NamingException when extracting a factory object from JNDI co

BUG ID http //issues.apache.org/bugzilla/show_bug.cgi?id 33307 Problem -------- jspInit() throwing NamingException when extracting a factory object from JNDI context. D

Accessing static variable from different webapps

Dear group I have public class which contains a static variable type integer. I am running different webapps inside single instance of tomcat. I initiated this class in different webap

Login filter

Dear List I would like to perform an action after the user logs in to our app. We are using the tomcat Realm security model with an Oracle database. So therefoer I am trying to implement a filt

Using SSL for selected pages only

Hi all! I have setup a security-constraint in my web.xml <security-constraint > <web-resource-collection > <web-resource-name >UserHome </web-resource-name > <ur

The FIX - Shutdown not working under SLES8 and FC2

After some playing around I think I 've tracked down what the fix is and I 'd like to throw an idea out as to what could be happening. First the fix. The fix is to explicitly state in the AJP13 c

Subject: Error in Windows Event Viewer

Hi to all! I have an application on Tomcat5.5.4+IIS5 that fills my Windows Log (Event Viewer) with these messages Error [jk_worker_ajp13.c (648)] ajp13.service() Error forwarding ajp13 loc

Webapps won 't go out of manager when deleted

I 'm using Tomcat 5.5.4 on Windows XP. My question is about the manager application. I deployed a web app called "commutercorps " and then wanted to undeploy it. Instead of using the "undeploy " comma

How to make my error page in the case of BASIC JDBC realm

Hi I am using Tomcat 5.x. I am using BASIC JDBC Realm. I want to make my own error page as the error page in the case of HTTP Status 401 error. This error comes when I click on Cancel button

Anyone with Tomcat on FreeBSD 5.3

--SHORT VERSION In a nutshell I 'm asking if there is someone that could shed some light on the install process of Tomcat5 on FreeBSD 5.x --MORE DETAILS I am new to Tomcat with a need to serve

Hiding resources

Hi! I 'm running a web application that is under CVS which means my web application contains a lot of CVS-related directories (for the CVS-metadata). Is there a possibility to tell Tomcat to h

Re: Tomcat 5.5.4/Windows 2000 server - Failed to register in JMX:
BasicDataSou

Hi! How did you define your JDBC DataSource? As far as I know the original jakarta-commons-dbcp and jakarta-commons-pool-libraries are not included with Tomcat. Instead just a subset of the
Page 451 of 931 Previous 100   Previous 10   451   452   453   454   455   456   457   458   459   460   Next 10   Next 100