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 250 of 931 Previous 100   Previous 10   241   242   243   244   245   246   247   248   249   250   Next 10   Next 100  

Subject: StandardManager instance

Hello all I got a really quick question. How do i get hold of the StandardManager instance which the tomcat instatiates when it starts up?? I need it to get all the active sessions the server is ha

Getting directory in which app is deployed

Hi there I have one problem... We have to execute external Java process from JAR archive included in our web application directory. The problem is that all system dependant functions are relative t

Subject: Tomcat - blank page problem

Webpages seem to be loading then usually blank page comes(totaly blank no error messages) on high traffic. This problem started in these days when my website traffic increased a lot.(200 users onli

How to enable HTTP 1.1 Content-MD5 headers?

Hi Does anybody know how to tell Tomcat 5.5.12 to send HTTP 1.1 Content-MD5 response headers? I can 't seem to find any configuration settings for this. Our goal is to evaluate the performance im

webapp under different URLs with different JSP but same java classes

Hi I 'm not sure whether it is possible or not I have a webapp which I want to access under different URL 's with different JSP 's but the same java classes. I know that I can define the context URL

pure java mod_rewrite using javax.servlet.Filter

Hiya all I 'm looking at writing a Filter class which does request rewriting similar to mod_rewrite in a apache for Tomcat (preferably written so that it will work with any servlets 2.4 compliant ser

tomcat + certificate

Hi I am running a tomcat server running here. We have a servlet container hosted in the server. The servlet is called from a java client program and is working fine(http). Then i following the inst

Tomcat Security Vulnerabilities

Hi. Just wanting to know if anyone can tell me in which version of Tomcat the bug was fixed that allows you to enter in a URL like http //domain.com/%3f.jsp and get a directory listing. I know it exi

Terminating Long Running Requests

Hi All I have searched over and over to an answer to this question and I can 't find an answer anywhere. Basically if you have a rogue servlet or jsp page that is taking a very long time to run eith

httpd, tomcat, mod_jk and LAST_MODIFIED

Hello all I 'm having a problem with a couple of my servers whereby the last modified date of an shtml file isn 't being properly reported by the LAST_MODIFIED variable if server side includes

Disable HTTP / session messages on browser

Hi Once in about 4-5 times I make a request to a page in my simple JSF application deployed on Tomcat 5 I get this sort of message on the browser - I am sure that I am not setting these messages an

Environment Entry

Another sily question how do i retrieve these Environment Entries within an application? im using tomcat 5.5 thanks again -- [] 's Marcelo Takeshi Fukushima

Tomcat not finding native library

(Sorry if this message is repeated - not sure my messages are reaching the list) Version 5.5.15 Tomcat is not finding libtcnative-1.so it is located in the java.library.path and permissions are

starting with JNDI

Hello guys... its gonna sound really stupid but i cant seen to configure JNDI to work (either global and context bound)... im getting this exception wich sugested that something was wrong maybe in

Subject: Logging session timeouts

Is there any way of trapping session timeouts so I can log them? I am logging when a user logs in and when they explicitly log out but would like to log when their session times out if that is p

Log4j configuration on a per context basis

Guys how can I setup log4j with a context specific configuration file ? In the past I used to put a global log4j configuration in the system classpath for the tomcat but that is no longer approp

Null XADataSource of Mysql from InitialContext in Tomcat

I have send this mail to another mail list but have no reply yet. I have wasted much time in this problem please help. Does MySQL5.0.18 suport XA in Tomcat 5.5 ? I do a XA test in tomcat with only

Problem with Tomcat and Java versions

Hello everyone I was using java 1.4.2 here and recently migrated to java 1.5. Unfortunately something probably is missing 'cause I 'm having problems with Tomcat. When I turn on the computer (tha

Help me

I am getting following error ********************************************* org.apache.jasper.JasperException Unable to compile class for JSP Generated servlet error Only a type can be imported. org

Realm and Authentication with Tomcat 5.0, Apache 2 and mod_jk 1.2

Hi We have a web application deployed under Tomcat 5.0 which uses a custom Realm for authentication. This custom Realm basically does a web service call using the user 's credentials to authenticat

Subject: custom jaas login module

Hi all! in org.apache.catalina.realm.GeneralPrincipal I 've found the following code public Principal getUserPrincipal() { if (userPrincipal ! null) { return userPrincipal

I want to subscribe

This email may contain confidential or privileged information for the intended recipient(s) and the views expressed in the same are not necessarily the views of Zensar Technologies Ltd. If you a

how to run apache tomcat from a flash memory?

Hello guys! I have a question. I instaled a jre in a flash memory and a Tomcat server too. But I don 't know how to start it directly not like a Windows service. The Tomcat installed is a Tomcat 5.5

Using Tomcat over NFS over multiple hosts, want to separate locations of dir

> From Mark Demma [mailto mdemma@(protected)] > Subject Using Tomcat over NFS over multiple hosts want to > separate locations of directories > > the two main problems I run into is the inabil

Using Tomcat over NFS over multiple hosts, want to separate locations of directo

Hello folks I am currently trying to convert from Resin Pro 3.0.17 to Tomcat 5.5. We have several Solaris 9 machines and we generally place applications in a NFS mounted "/usr/dist/ " directory

Trouble understanding security constraints

My normal deployment of Tomcat is behind apache2 and up to now I have been using basic authentication defined by Apache 's configuration file as to who has access to what. I am about to implement t

How do i use xmlns directive for including a taglib with Tomcat?

Hi I am trying to get this simple JSP page to work using the xmlns method of including a tag library. I noticed that all the jsp2 examples with Tomcat 5.5.x do not use the xmlns method but they

Tomcat 5 security manager problems (on Debian).

Hello everybody We deployed a web application on Tomcat5 and Sun 's JDK 1.4.10.2. Without the security manager activated everything runs fine. After activating the security manager we received follo

context.xml my old friend (SOLVED)

This actually threw me off as I think one of us was misunderstanding the other. ) When I had META-INF/context.xml it was never being deployed (copied and renamed) to $CATALINA_HOME/conf/Catalina/l

Subject: Symlinked directories

Hi I 'm using tomcat 5.5.12 on linux and I 'm wondering how I can get tomcat to follow symlinks in a web app directory? I have $CATALINA_ROOT/webapps/ROOT/pictures - > /service/stuff/pictures but to
Page 250 of 931 Previous 100   Previous 10   241   242   243   244   245   246   247   248   249   250   Next 10   Next 100