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 144 of 931 Previous 100   Previous 10   141   142   143   144   145   146   147   148   149   150   Next 10   Next 100  

Higher level context

Hi all I 'm trying to create some kind of customized Manager for my web apps but I can 't find out how to. When I use ServletContext I get only the openned sessions for the current app. How

context.xml problem

Hi I have problem with my context.xml please tell me what I have done wrong <Context path "/${telco.name} " crossContext "true " docBase "${project.home}/build/${telco.name} "

tomat5 / sticky sessions / missing route?

Dear listmember Ive searched the docs and the web and couldnt find an answer to the following The setup is like 2 apaches are connecting to 2 tomcats crosswise apache1 to tomcat1/tomcat2 and ap

Session count in tomcat manager

Hi I am using tomcat 5.5.15 to host 2 applications (2 contexts). I am trying to figure out how to monitor the application statistics using the tomcat manager. I noticed that when I restart the to

Subject: subdirectories of WEB-INF/lib

Is it possible to place .jar files in subdirectories of WEB-INF/lib? I 'd like to organize my .jar files a little because there are quite a few. I tried making a META-INF/MANIFEST.MF file and monke

JNI native libraries and Tomcat reloading web-apps

Hello I have a question using native JNI shared objects within a servlet running under Tomcat 5.5. Our servlet code depends on some shared .dll files (for windows and .so files for Linux). so we

Tomcat using MS SQL2000 Named Instance

I am trying to get Tomcat to connect to a MS SQL2000 Named instance rather than the default instance. Using the following it connects to the database TWO on the default server KEYSTONE with no problem

Subject: JspC precompilation dilemma

I am using JspC to precompile a large number of JSPs (1000ish). I want to take advantage of the servlet-mapping generation/merge into web.xml that is available using the <taskdef classname "org.apach

Jorge Rodriguez is out of the office.

I will be out of the office starting 10/11/2006 and will not return until 10/16/2006. I can not check emails while away and will respond to your message when I return. **Confidentiality Notice*

Issue with specifying Session timeout value

Hello -- I set the web.xml to specify a 45 minute time out... but sessions are still timing out at 30 minutes... We are using tomcat 5.0.30 and have tomcat clustering between two servers. The entry

Tomcat 5.5.17: context.xml-mysteries

Hi list a simple question where I hope somebody could shed some light upon my head I 've specified [webapp]/META-INF/context.xml where I defined the connection-pool and the datasource that shoul

Subject: Global Error Page Override

Hi I am looking for a way to globally change the error pages on java.lang.Exception (stacktrace) and 404 because they contain information that is best kept secret on production servers. I rea

Betr.: Re: Problem with HttpSessionListener

Juan what you also could do is adjusting your code as follows public void sessionCreated(HttpSessionEvent e){ System.out.println( "sessionCreated - id " + e.getSession().getId())

JDBC Pool exhaustion

Hello there We are running a Tomcat 5.5.17 on a Sun Solaris system (SunFire V240) with a Sun JVM 1.5 and we are facing unavoidable JDBC pool exhaustions. We are using an Oracle 9i database. Here i

Subject: cluste failure to initiate

Hello List i just upgraded my tomcat to 5.5.17 mdk since we wanted to test the replication mechanism of the tomcat 5.5 . after i added the <Cluster > definitions in the server.xml i get the followi

Tomcat 5 Realm

Hi I want to create my own Realm (for tomcat 5.5) with webservice call for authentication. I have develop a class to implement my own Realm. It works fine but not the service call (axis api). He

org.apache.jk.common.ChannelSocket processConnection WARNING: processCallbac

Same problem here. Any idea ? On 3/29/06 Sean O 'Reilly <sean@(protected) > wrote > I hope someone can help me with this. > > I have been searching the archives for similar problems and have found > a

Reading a xml file from a simple java programein Tomcat 5.9.9 server

hello I am trying to read a file (xml file ) from a simple java programe which will be called in a jsp page .Now i am getting the error java.io.FileNotFoundException The code for the java progra

Subject: catalina.out not rolling

Hi We are trying to use log4j to roll the catalina.out file on a daily basis. The attached log4j.properties file has been placed in the CATALINA_HOME/common/classes directory. But the file does no

change server default enconding -Where to set JAVA_OPTS in catalina.sh for U

Java Development Team wrote > Hi everyone. > Iam trying to change server default enconding from ISO8859_1 to UTF8. > Till now I found 2 differrent solutions. > The fisrt one is to use the following

Where is the information for user authentication logged

Hi Pardon me for asking a simple question here. I have checked internet but found no answer. I am using Tomcat 5.5. If the user logs in is there any log file that record the name of the user

Tomcat 5.5.20 Internal error/crash.

Hi I 'm getting these at random tomcat version 5.5.20 These looks like a serious coding bug (there should never be ArrayIndexOutOfBoundsExceptions) but it 's not clear whether this bug exists in t

Best Practice for UnsatisfiedLinkError: Already loaded in another classl

I recently wrote a webapp that leverages a proprietary application 's api (in the form of a JNI wrapper api so it requires a jar file and a set of system libraries/dlls) to allow interactions with th

multilevel context path and auto reload

Hi I 'm trying to build an application with a 2-level context path '/salg/netbutikken '. If I put a context file under <catalina home >/conf/ <enginename >/ <host > or inside the the application 's META-IN

The value for the useBean class attribute... is invalid

I am getting the following error... Login.jsp is attached below. I am using tomcat 5.5.17 jdk 1.5 & jre 1.5. org.apache.jasper.JasperException /ISOTracking/ISOTracking/Login.jsp(1 1) The value f

Subject: stopping jk connector threads

Is there a way to stop hung jk connector threads with out restarting Tomcat? I can see threads that are hanging from the Tomcat manager server status page but I can 't kill them only a server restar

Subject: Cookies/Session Issues

Hello We are having a web app which uses session over both plain and SSL connections. The very first time that someone accesses our initial page (i.e. never before visited the site so that there is

Error sending end packet messages with mod_jk 1.2.19

Hi Still have the following problem after I recently updated mod_jk from 1.2.15 to 1.2.19. As it seems to work ok I see the following error occasionally running through my logs. Does anybody know

Java Bean Method Call Don 't Work... Please Help!

I am using tomcat 5.5.17 jdk 1.5 & jre 1.5. I have the following jsp page that displays the text - Welcome and XXXX - without the output of the java bean method call. The function is working fine

jvm thread dump

Riz > When I perform a thread dump I am seeing some threads are locked on a > socketRead0 (like http-443-Processor49 in the dump below). Let 's take a look > "http-443-Processor49 " daemon prio 1 t
Page 144 of 931 Previous 100   Previous 10   141   142   143   144   145   146   147   148   149   150   Next 10   Next 100