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 925 of 931 Previous 100   Previous 10   921   922   923   924   925   926   927   928   929   930   Next 10  

Bug with absolute Paths? errorPage= "/error.jsp "

Hello List when using absolute Paths in JSPs errorPage-Directive I get unexpected behavior A path "/error.jsp " should go to this page http //myserver.com/error.jsp At least I did expect this.

Subject: Optimizeit and Jmeter

Hi folks I am using the Optimizeit to monitor the number of threads and Jmeter to hammer the servlets. If I set the 100 threads it will create 86 threads. After I stopped Jmeter I still see the

Subject: tomcat 4.1.24 and struts

Hello I have some troubles using struts on TC4.1.24. (Template engine don 't work). I use jdk1.4 and appropriate distribution of Tomcat. Anybody had some problems with struts and TC4.1 too? Thanx for

Web.xml File

Does the order of parameters in your web.xml file matter...? I 'm getting this error in stderr.log file.....what could this mean? INFO Initializing Coyote HTTP/1.1 on port 8080 Jun 4 2003 4 57 08

JSP Variable Declarations not thread-safe?

I am using Tomcat 4.1.18 with JDK 1.4.0 on Solaris. I have a page with a JSP variable declaration of the following form <%! Client client % > Followed by some inline code snippets <% client so

servlet authentication with apache - solution

Second time I posted this and no one bothered to answer but I found the solution on my own. Use a Location directive in the httpd.conf. My webapp name is stuff so I use the following <Location /

Subject: tomcat on different server?

Here 's a question Using mod_jk2 with channel communication between apache2 and tomcat can I map the [uri ] in workers2.properties to an instance of tomcat on a completly different server box??? -

tomcat linux apache error=horror

i have apache 1.3.27 on linux[redhat 7.2] I have java 1.4.1 i have installed tomcat 4.1.24 my apache conf looks like this ------------- LoadModule jk_module modules/mod_jk.so AddModule mod_jk.c J

Subject: Configure the Cookies

Dear Team I have the war file i deported with apache . Now i need to configure the cookies . Pls let me know how to do it . Thanks Sriram

Tomcat Server Configuration. HTTP 1.0

I have an application running on a Tomcat Server (I tried it on 4.1.12 4.1.24 and 5.0.2). Using a Windows Media Player Client Version 8.0 when I try accessing content through a servlet (within Tomc

Subject: Re: IIS and Image Problems...

Sorry if the list gets this twice but it didnt see to go through the first time... Hello all We are experiencing an odd problem here.I have tomcat 4.1.2 iis 5.0 and isapi_redirector2 all talking

servlet authentication with apache

I want apache to do basic authentication for my tomcat servlets. I only want Tomcat to manage servlets - NO authorization. How do I tell apache to do basic authentication when a servlet is accessed??

JK connector help

any ideas anybody .... ? ( please ) ) I have Apache 2.0.44 installed on XP. I wanted to test some JSp/Servlets so i downloaded (and installed) tomcat 4.1.24 with the intention of integrating tomca

JSTL problem (was Oracle Type 4 Driver)

Now I have the taglib declaration working & get this... org.apache.jasper.JasperException java.sql.SQLException invalid arguments in call at org.apache.jasper.servlet.JspServletWrapper.service(Jsp

RE: IBM Command and Log History

Howdy Please mark off-topic threads as such in the subject line. This list generates more than enough traffic already. Yoav Shapira Millennium ChemInformatics >-----Original Message----- >From

Subject: IBM Command and Log History

I am using IBM AIX 5.1L System. Is there any way to keep track of the commands executed by any user.....? I know there is "fc " and "history " command....but I want to list who execute what command si

Subject: Tomcat 4.1 HTTP headers?

I recently switched from Tomcat 4.0.3 to 4.1.24 and now I 'm seeing something unexpected When Tomcat 4.1.24 returns valid content the HTTP header looks like HTTP/1.1 200 while Tomcat 4.0.3 returns

Taglib declaration - illegal character \64 (FAQ)

Can you try creating a temp directory in your CATALINA_HOME and then try again? Seems it is a common cause of similar errors as I just read here http //www.thejspbook.com/faq/details.jsp?id 1023

RE: Taglib declaration - illegal character \64 (was Re: Oracle Ty
   pe 4 Driver)

Jason When I do... <%@ taglib prefix 'c ' uri 'http //java.sun.com/jstl/core ' % > I get... org.apache.jasper.JasperException This absolute uri (http //java.sun.com/jstl/core) cannot be resolved in

Taglib declaration - illegal character \64 (was Re: Oracle Type 4 Driver)

On Thu 5 Jun 2003 01 16 Schwartz David (CHR) wrote > [javac] C \tomcat\work\Standalone\localhost\myfirst\index_jsp.java 42 > illegal character \64 > ? ? [javac] ?@(protected) prefix "c " uri "http //

Logging help please

Hi Does anyone have a link to a FAQ or HOW-TO for using commons-logging with Tomcat 4.1.x please? I 've read the obvious ones at apache.org and sun.com and tried all sorts before having to back ou

tomcat manager deploy and undeploy

Did anyone solve "Cannot remove document base for path /mywebapp "? My environment is Redhat 7.2 Apache 2.0.46 Tomcat 4.1.24 J2sdk 1.4.1_01 I deployed my webapp using Catalina-ant Deploy

I cannot get Tomcat4.1.24 to run as a service using JRockit. Has anyone done

Hi Brendan. I have the same problem. Have you found a solution? Regards Victor -----Original Message----- From Brendan [mailto bpatters7@(protected)] Sent Friday May 30 2003 3 40 PM To Tomcat

Oracle Type 4 Driver

here 's my web.xml... <web-app > <servlet > <servlet-name >HelloWorld </servlet-name > <servlet-class >HelloWorld </servlet-class > </servlet > <servlet-mapping > <servlet-name >HelloWorld </servlet-nam

Subject: SSL & Tomcat with proxy

Hi All - I 've installed and configured Tomcat 4.1.12 with SSL(self-signed certificates) on two Linux RedHat 8.0 machines to do some SOAP stuff. It works well(those two Linux machines are INSIDE co

Connectors mod_webapp vs mod_jk2

I successfully implented the mod_webapp connector thanks especially for the document on http //www.codesta.com/knowledge/technical/tomcat_warp_apache/page_01.jsp But I could not successfully insta

connection pooling

Hi I 'm using Tomcat 4.0.4 and I 'm wondering if setting up a connection pooling will give me a capability to set up some time intervals according to which my pool manager will check if connections ar

Integrate JasperReport in JSP !

hello Its been few days I downloaded JasperReports and JasperEdit. I copied all the required jars of JasperReport into Tomcat 's /WEB-INF/lib. Aslo I used JasperEdit to create the report design

Different shutdown behavior of httpConnector in TC403    (graceful) and TC406

Howdy One possible way it to use Runtime#addShutdownHook(Thread hook) ... Try to stay container-independent and therefore as portable as possible by not using tomcat-specific listeners unless nec

Re: Different shutdown behavior of httpConnector in TC403    (graceful)
and TC40

If your need daemon threads to perform some type of cleanup. You 'll need to - Create a non-deamon thread for the sole purpose of ensuring the JVM stays up - Create a LifeCycleListener (or other approp
Page 925 of 931 Previous 100   Previous 10   921   922   923   924   925   926   927   928   929   930   Next 10