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 334 of 931 Previous 100   Previous 10   331   332   333   334   335   336   337   338   339   340   Next 10   Next 100  

Loadbalancing issues with mod_jk 1.2.14

I tried to upgrade from 1.2.8 to 1.2.14 this week. I must say that the behavior of mod_jk has changed quite a bit. Especially troublesome is that the LB seems less equally distributing in 1.2.14 than

Servlet EG Java EE 5 Web Tier Proposed Final Draft

We 're pleased to announce the availability of the Public Review of the next versions of the specifications for the Java Web tier. This includes Servlet JavaServer Pages (JSP) the JSP Standard Tag Li

invalidate session after calling listeners

Is there a way to set Tomcat to call listeners before invalidate() is called on a session? I 'm trying to code a method to clean up specifically named files inside a working dir (in Windows XP) wheneve

Tomcat 5.5.9 WebStart using wrong jnlp file on launch

I am new to Tomcat and am having a hard time finding the answer to my problem. I have a simple WebStart application that I am trying to run from the webapps directory. I am getting the following We

Subject: <resource > processing

How are <Resource > elements in the server.xml file processed? For instance... <Resource name "jdbc/myDS " auth "Container " type "javax.sql.DataSource " factory "org.apache.commons.dbcp.BasicDataSourceF

Waiting for sessions to be deallocated

I have been running tomcat on a test environment for the past 2 months.I have lately noticed that when i keep using it for a while the server hangs up and locks up my dbcp thread that connects to o

compatibility for Tomcat 3.x and Tomcat 4.x with JDK 1.4

Does anyone know where I can check for the compatibility for Tomcat 3.x and Tomcat 4.x with JDK 1.4? Is JDK 1.4 compatible with Tomcat 3.2.4 and Tomcat 4.x? My-Tien Sadler Senior Technical Support

How to Configure Tomcat to display the error on to Client rather than into l

What is it you want to display? The stack trace? shyama wrote > Hi All > > When a client asks for a jsp file and an error has been encountered by > Server while compiling the .jsp to .class th

Subject: Oracle & Tomcat 5.5.x

Hello I am trying to create an Oracle 10g datasource with connection caching enabled. In my server.xml I have the following... <Resource name "jdbc/myDS " auth "Container " type "javax.sql.DataSource "

upgrade to 5

Hello I 'm extremely new to all this. I was wondering if it is possible to upgrade from tomcat version 3.2.3 to version 5? I 've read that the upgrade from version 3 to 4 was difficult so my guess

Custom SSLServerSocket implementation

Hi I need to tell Tomcat 5.5 to use my custom SSLServerSocketFactory for backwards compatibility with our client-side software. It was relatively easy with Tomcat 4.1 (using a Factory element in the

using disks SATA against SCSI in tomcat 5.5.9 cluster servers

Respected friends of the list I am specifying "Cluster nodes " (hosts) to use with tomcat 5.5.9 with an apache server as dispatcher. In the specification of the disks I have doubts because the ne

Undeploy leaves residual files

Hi I 've noticed that undeploy of my web applications that the ROOT folder is left behind as follows ROOT WEB-INF classes log4j.properties lib ehcache.jar struts.jar

How to Configure Tomcat to display the error on to Client rather than into logs

Hi All When a client asks for a jsp file and an error has been encountered by Server while compiling the .jsp to .class then I would like to display that on the client browser rather than it dumpi

Where Is A ...

Where is a exact example of how to do the jndi jdbc datasource and the reseorce ref necessary to get a database connection to a Oracle9i database from Tomcat 5.0.28? Gene etpoole@(protected) -

Subject: application memory leak

Hello May be it 's some kind of stupid question but where in tomcat environment may be memory leak? I can imagine three subjects - objects stored in application scope - objects stored in session sc

JAASRealm 's useContextClassLoader flag is misleading

Hi I believe the name of the JAASRealm 's useContextClassLoader flag (and the relevant Tomcat 5.5.* documentation) is misleading. Let 's look at the source code org.apache.catalina.realm.JAASRealm

Setting up mutiple Tomcats as services

I installed two instances (two separate installations) of Tomcat 4.1.18 onto my computer. How do I have them both as services that start automatically whenever my machine starts? I use Windows XP.

Custom tag library packaged within a jar and Tomcat 5.5.9

Hi I have the JAR file with the custom tag library in META-INF/tlds directory. My test.jsp page <jsp root xmlns jsp "http //java.sun.com/JSP/Page " xmlns ui "http //www.metatv.com/common/

OT: soap interface

Have someone of you a servlet implementing a SOAP interface? For a job I must implement a SOAP interface thus calling a SOAP webservice and deling with the response. Regards Maarten -- No virus fo

Clustering problems

Hello I have two tomcat servers (flanders and krusty) Their server.xmls are below they have two nic cards. The incoming http requests come in via the 192.168 ips and go out the real ips 66.208 the

Automatic deploy of updated war deletes the context file

When I copy an updated copy of a war file that was deployed with a context.xml file in the META-INF directory and also I have a copy of the context.xml in the conf/Catalina/ <host > directory the deploy

Yahoo!

Try this.

Subject: Thread Security ON IBM z/OS

I am running tomcat on z/OS using JZOS. I would like to create a thread security context thru jni using pthread_security_np(). I have the following questions 1) Does tomcat create a thread when it

Single copy of Tomcat shared amongst multiple users

In RUNNING.txt a paragraph says "In many circumstances it is desirable to have a single copy of a Tomcat 4 binary distribution shared among multiple users on the same server. To make this possibl

Deploying war applications under a sub directory

I 'm trying to deploy a war based web application to tomcat 5.5.9 on Windows XP JDK 1.4.2 and am experiencing problems with the deployment when the application path includes a sub directory before the

Malformed URL Exception: unknown protocol: c

I use Windows XP Pro. My JAVA_HOME environment variable points to c \j2sdk1.4.2_05. The CLASSPATH is set to have as the first element "%JAVA_HOME%\bin ". I 've written an XSL Transform servlet that m

Subject: connection fails at random

I really do not know how to word it completely. Basically for whatever reason the errors begin to appear in the log when the process becomes "inactive ". How it becomes inactive or what is causing it

Multiple Tomcats on the same machine possible?

Instead of having one Tomcat on each machine we 'd like to try to fit multiple on one. Any advice on how to go about that? We use Windows XP. How would the start/stop services work then? I presume

Subject: Integrating two applications

Hello I have two applications that have front-ends developed using the struts framework. They both run on weblogic application servers. Each application has its own controller. They operate in
Page 334 of 931 Previous 100   Previous 10   331   332   333   334   335   336   337   338   339   340   Next 10   Next 100