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 350 of 931 Previous 100   Previous 10   341   342   343   344   345   346   347   348   349   350   Next 10   Next 100  

Requests that are not handled by ROOT

Hi Mind 's gone a little blank should know this but our webapp has a setup such that a filter maps /* requests and handles them. However Tomcat is preventing requests that do not match /abc with

tomcat releases

hi all i never seem to understand from the change log and release notes if a new tomcat version is "worth " upgrading to. i remember reading in some article that tomcat 5.5.10 has some major changes r

How to prevent JSP from creating a session by default?

We have recently introduced load balancing using JK and have been surprised to find that by default all JSP pages create a user session. Adding <%@ page session "false " % > seems to be the only way o

AW: tomcat 5.5.9, JSP, EL evaluation

Hi Walther be sure your web.xml is set to the following <web-app xmlns "http //java.sun.com/xml/ns/j2ee " xmlns xsi "http //www.w3.org/2001/XMLSchema-instance " xsi schemaLocation "http //java.sun

tomcat 5.5.9, JSP, EL evaluation

Hi My jsp page contains a <c out value "${users} "/ >. The result is ${users}. I had a look in the generated .java and it seems the ${users} is not evaluated _jspx_th_c_out_0.setValue(new String(

HTTP/1.1 GZIP compression and its impact on server

Hi all Iam planning to turn on the HTTP/1.1 GZIP compression for my application by setting the compression attribute of http connector. Iam sure that this will reduce my bandwidth requirements. But I

Subject: Init parameter in context.xml

In lieu of using web.xml I 'm trying to add an init parameter in our application 's context.xml file <context path "/appName " ... > <parameter name "paramName " value "dummyValue "/ > </context >

Subject: Newbie Virtual Host Question

Help! I 'm sure my problem boils down to simple syntax but I 've been wrestling with it for days so its time to ask... I 'm running a default installation of Tomcat 5.5.9 on Windows XP purely for devel

restarting tomcat in production

hi i 'm looking for some feedback on whether or not it 's a normal procedure to regularly restart tomcat. we have some memory leak somewhere that forces us to restart the process every 6-8 days but

dubugging tomcat

Hello I have fedora core 3 and have tomcat installed. I can start it up successfully using startup.sh but can 't connect to localhost at localhost 8080. How can I debug this to see what is going on

how to contribute to Admin ApplicationResources_ko.properties, Korean versio

Kenu Heo wrote > Korean translation of ApplicationResources.properties is finished. > > I wish it would be a helpful resource. > untar attatch file in $CATALINA_HOME Many thanks. Many atatchment ty

Tomcat 5.5.10: Location of libapr and libtcnative?

Where can I find Windows binaries for libapr and libtcnative? Any hint is appreciated. -- Juergen

Tomcat filter to overwrite the requestURL of incoming httprequest object

hi all I want to write a filter which will overwrite the request URL in incoming httprequest. if incoming request 's URI contains *./myservletName/extra1/extra2.* I want to reset it to *./myservlet

Internet Explorer and Content-Type

I have a servlet that generates data that I want to write to the client 's browser. This data is just ASCII text. The problem that I am running into is that Internet Explorer 's "Save As " window defau

tomcat port listening configuration

I am trying to configure tomcat to listen on the same port but different IP 's. Is this possible using Tomcat?

Tomcat 5.5.10: APR-SSL generates wrong 302 response

Hello! I 've configured Tomcat 5.5.10 to use APR. The HTTP-Connector listens on port 80 the HTTPS-Connector listens on port 443. A request for https //www/tomcat-docs generates the following respon

Suppressing exceptions in the Tomcat logs?

I have some JSP which throws an exception which Tomcat then logs. We catch that exception and deal with it so I don 't want it logged. Previously we 've changed the Tomcat code to avoid logging this

Tomcat more tolerant to missing or expired client certificates

Hi I am developing an application where I managed to use client authentication requiring a certificate installed in the browser. I have remarked anyway that when a certificate is expired or there

Realm programmatic authentication

Hi I would like to use the configured realm to authenticate users but I don 't want to use the standard J2EE mechanism (for many reasons). Also my needs for authorisations are not limited to URLs an

AW: how to get the original requestURI after jsp:forward()

> > Hello > > I have a forward to a jsp-file. This jsp-file needs to know which URI > was requested in the initial request. Currently I can only see the > requestURI of the forwarded jsp-file. A

Newbie: Connection refused first time on Tomcat

I just installed Tomcat for the first time ever so please forgive the newbie question. I installed Apache Tomcat 5.5.9 Server and J2RE JSE 5.0 on an XP operating system. Tomcat starts up fine but

Sun One Web Server unescaping URLs

Sun One Web Server unescapes URL before it sends to the redirector (JK). Does anyone know how to stop this. In case of IIS the URL is passed "as-is " to the redirector which does the unescaping befor

how to contribute to Admin ApplicationResources_ko.properties, Korean version

Hi. Korean translation of ApplicationResources.properties is finished. I wonder it would be possible to add in tomcat-admin.jar release. I wish it would be a helpful resource. untar attatch file in

running tomcat on windows as webserver and using it as webcontainer for IIS

Hi Anyone can tell me whether it is better to run tomcat as stanalone webserver on windows (win 2003 to be specefic) or run it as web container along with IIS I want to know which set up would be p

how to run more than one tomcat on single machine

Michael. I am a bit new to deployment and related stuff so can you tell me how to run more than one tomcat on a single machine. Is the process is same as having load balancing tomcat clusters on dif

Blocking public access to certain Context

Hi all I get this request to configure Tomcat 4.1 so that certain context can be allow to be access through local IP and not through public IP. I 'd tried to used the valve tag settings in the Contex

What is APR ?

Hi all Is APR for Tomcat is any native library or java ? Where to get it ? -- rgds Anto Paul

compiling

if i add new jsp file to the a folder in webapps will it be compiled when i access it or i must compile it before accessing it .. thankx

I can

Hi I 'm knew with http server and I 'm trying to make a load balancer with the http server and two tomcats in linux. I follow the set up instructions and I use ./configure --enable-module rewrite --en

Subject: forcing non-cookie sessions?

Hello is there a way to force tomcat (or a web-container in general) not to use cookies to keep track of sessions but to use url-rewriting with the jsessionid sessID suffix instead? Regards Mar
Page 350 of 931 Previous 100   Previous 10   341   342   343   344   345   346   347   348   349   350   Next 10   Next 100