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 220 of 931 Previous 100   Previous 10   211   212   213   214   215   216   217   218   219   220   Next 10   Next 100  

JAAS Realm Help

Hi Trying to get a custom login through a JAAS LoginModule. Got the authentication to work (confirmed thru println()) but get back a HTTP unauthorized error in the browser. Gets to the commit() o

Lifecycle listener class loading problem

I 'm trying to implement a lifecycle listener to initialise and more importantly shutdown a resource that I wish to access from multiple webapps. If I put my listener class in common/classes then I

need inputs on connection pool

Hi we are implementing the connection pooling in our application. connections are taken from the data source. After getting the connection i need to confirm whether i have to expli

problem with jsp-examples/security/protected form-based login example

Hi! I noticed the following strange behaviour while playing with the form-based login example under http //localhost 8080/jsp-examples/security/protected/ on a freshly unpacked Tomcat core archive (t

Problem whith constructs of directories?

Hello I have this directories in my project of eclipse RepositorioSVN trunk src java resources webapp WEB-INF web.xml jasper jsp build lib bin In

Subject: Tomcat & Web Services

Hi I ' new in Tomcat. I 'm using Tomcat 5 and I don 't know how I can create a web service! Can you help me? Thanks Hung.

noverify option for Tomcat 5 Service

Hello I need to use the -noverify option for Tomcat running as a service. I am able to add this option when I run it by launching the startup.bat script and this works properly as shown below set

Character behaviour Unix vs Windows

Hi Any having idea about why my latin character ? getting converted to 'SS ' all the time however my other character are going smoothly indatabase except above i am trying to insert into dat

Private variables in custom tags on Tomcat

Hello all I 've come across a problem with using private variables in custom tags with Tomcat. I have this tag class public class TestTag extends TagSupport { private Date testDate new Date

restricting webapp reloading on ressources changes

Hello I have configured my developpment tomcat to automatically check for ressoures changes in the webapp folder making it easier to update JSPs. The webapp is slow to load because of a few servelt

Caching Problem

hi We are using 'cname ' to connect to a server to use a java servelet. We are getting the following exception if we move the code to some other server and the functionality related to that cod

Problem starting tomcat with jsvc & cron job

Hello I 'm stopping & restarting tomcat ervery night with a cron job. I do this because we have many applications running and sometimes we need to simply clean the system. The cron job invokes a s

Tomcat triggers ServletRequestListener twice per request...

Hi I have a regular HTML page and a ServletRequestListener. For some reason Tomcat invokes requestInitialized and requestDestroyed twice for every client request. In other words requestInitialized

Moving from Tomcat 4.1 to Tomcat 5.5 - issues?

We are about to move an application from Tomcat 4.1 to Tomcat 5.5. We are already running Tomcat 4.1 under Sun java 1.5 on 32-bit Linux on dual Xeon processors with 4GB of memory. Can anyone else co

Diagnosing DBCP JDBC connection leak using removeAbandoned parm

Bear with me I 'll try to make this short but want to give enough info/background that it makes sense. Basically we are a bit confused by the output of the DBCP logAbandoned parameter. Any help is ap

Apache/1.3.33 - mod_jk/1.2.15 - tomcat 5.0.28 loses connection?

Gang I have a somewhat heavily loaded tomcat application that uses a fairly standard Apache 1.3.33 / mod_jk 1.2.15 / tomcat 5.0.28 set up. I am doing load balancing in the mod_jk going to 2

virtual hosts on tomcat 5.0.28

I have been trying to create a virtual host with tomcat 5.0.28 to no avail. I have read all the docs. read the Wiki. and still no joy. I must be missing something very fundamental and obvious to lo

Subject: Redirecting Root Servlet

Hello I would like the default application path to send a redirect to our homepage (a site that is not running on tomcat). I tried editing index.jspinside the ROOT folder but I found out that th

If-Range bug in DefaultServlet?

Hi I 've been making If-Range requests to Tomcat (5.5.16) and it seems not to be sending back content when the request and current ETags don 't match. RFC 2616 section 14.27 says If the entity ta

SV: Connecting Apache 2.2 and Tomcat 5.5.16

Thanks! This sounds promising D I guess I need to figure out what modules I need to load etc. It seems like my Apache installation don 't have any mod_proxy_ajp.so (or what the name is). I think I '

How to run a thread on app startup --- SOLVED

Hello. My thanks to everyone for their assistance. The ServletContextListener works just fine to run my thread in the background when tomcat starts up and closes. Thanks very much. Bruce. ------

Filter Help!

Hello everyone If this is not the right place to post this could you please let me know where. I have searched the forums and Google and cannot find an answer. I have a Servlet filter that checks

Subject: PostgreSQL access via JNDI

I 've been trying to get PostgreSQL set up to be accessed through JNDI in Tomcat 5.5.x. I found the docs page describing it "jndi- datasource-examples-howto.html " and followed the example there b

Connecting Apache 2.2 and Tomcat 5.5.16

Hi there ) I 've been trying to figure out how to get my Tomcat 5.5.16 to play with an Apache 2.2. (and Linux) I 'm new to configuring these applications and seem to get lost in the documentation. mo

Tomcat Clusters, private network for replication, and Oracle 8i JDBC driver

I have a 3-node cluster running on Linux. All 3 boxes are identical. Eth0 - A class B network address - The 'public ' interface for web traffic (public in that it goes back out through httpd to the

Subject: AIX filtering Explorer?

Hi everybody I marked this message as OT because it may not pertain to Tomcat even if I presume so. I have a problem with a Jboss/Tomcat 5.5 installed on an IBM AIX machine. The application redirec

Error Message when classes are put in shared-Folder

Hello! I 've classes within a web-application on tomcat-5 and everything works fine. Then I put these classes to the shared folder I get this error java.lang.NullPointerException org.apache.str

Subject: GET FORM Encoding Test JSP

Hi The following JSP presents a well-known problem found all over the web regarding GET form submissions not encoding form parameters properly. The issue does not exist with POST. I have read just

jdk1.5, tomcat 5.5.9 and jsp compilation

I 've a problem compiling jsp 's against jdk1.5. I 've searched the archives google tomcat docs etc but found no help on my specific issue although I can see anumber of people have had problems with ge

cluster prblem

hi I created a tomcat cluster (using tomcat 5.5.15 and jdk 1.5.0_06 in linux) with two nodes by uncommenting the existing cluster element in server.xml and changing the tcplisten ports. And I creat
Page 220 of 931 Previous 100   Previous 10   211   212   213   214   215   216   217   218   219   220   Next 10   Next 100