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 90 of 931 Previous 10   81   82   83   84   85   86   87   88   89   90   Next 10   Next 100  

tomcat connector through cgi-bin?

Hi Has anyone here ever had to use a cgi-bin directory to try and connect to tomcat? ie some script that when run under cgi-bin connects and forwards the info to tomcat? I cant find much on it b

Redirect question

Hello I am migrating an application to a new server. The web application is installed on the new server I still need to serve it on port 8080 since some users are using it like this. But I also nee

Servlet Filtering & performance..

Hi My list is small only 5 URLS I save it in (String[]) that load in the Filter init method by init parameter in the web.xml. Every request i take the ServletPath and to this part in function b

Servlet Filtering & performance..

Hi to all again I added filter object for all requests <url-pattern >/* </url-pattern >. In the Filter class i check the ServletPath (HttpServletRequest.getServletPath()) and i check if is equals to

Server suddenly using GMT instead of local time

I had a weird thing happen yesterday I 'm running TC 5.5.12 on Windows 2000 server. The jre is version 1.5.0_07. I did windows updates through IE and used tzedit to update the DST settings then

AW: How to request a client Certificate Authentication ?

Hi I 'm not trying to see the SSL stuff itself but make the connector ask for a client certificate. This works with the security-constraint config mentioned below if I reference a role from the us

How to request a client Certificate Authentication ?

Hello I try to implement a custom client certificate authentication that does some complicated LDAP-lookups in the background and gives an authenticated value with request.getRemoteUser() back to

TZUpdater for Extended DST issue

Has anyone had any issue applying TZUpdater on the web server? Because of the Extended Daylight Savings Time I need to apply this patch on our web servers where Tomcat are running and I would like t

Subject: Cannot re-set component value

Hi I 've written about this problem already but still I didn 't find solution. The problem is that my components on the pages somehow are saving values that are assigned to them for the first ti

Named based virtual host redirection

Hi there I 'm doing some testing of redirection with a separate Apache web farm serving front end redirection of specific tags to Tomcat server via an ajp13 worker. The problem I 'm coming acros

server.xml configuration..

Thank you for your help If i dont want to remov the jsp files so my solution is good ? Another example is Uploaded images was stored in products/images under test i change it to d \data\products

java.lang.UnsupportedClassVersionError -- Please advise

Hi everybody My system confi is Win XP JDK 6 . My env variables are PATH C \Program Files\Java\jdk1.6.0\bin and CLASSPATH . (Dot). I have ran many java programs in my sys

problem setting up tomcat 5.5 as deamon with jsvc

Hi there I 'm having a problem getting tomcat 5.5 working with jsvc on a server of mine as of this moment I have not managed to get it working properly (I 'm sending this to both commons-user and tomca

Subject: server.xml configuration..

Hi to all Where i have to config and what to prevent direct access to my jsp files ? For example I have project name test. If i whant to show product data the link is http //localhost/test?do sh

trimDirectiveWhitespaces not working

Hi I have installed Tomcat 6.0.10 with JRE 1.6.0. I tried to set trimDirectiveWhitespaces in page directive but it doesn 't take effect. <%@ page trimDirectiveWhitespaces "true " % > I also t

jdk upgrade

Hello all sorry if this question seems trivial to you but i 'm just a web develloper that started working on hes own and now i have to deal with some heavy server management wath can be really t

install DBCP and mm.mysql 2.0.14 (JDBC Driver) and a test app, getting class

mmm i think its a syntax error at test.jsp see line 7 foo.DBTest On 3/5/07 Wayne Bragg <wlbragg@(protected) > wrote > > I am trying to install DBCP and mm.mysql 2.0.14 (JDBC Driver) and a test > app to

APR, sendfile and logging of response size

Hello! When using Tomcat 6.0.10 Tomcat Native library 1.1.8 and requesting a big static file from the server the file 's size is neither written to the access log (it contains a '- ' in the respons

How to get hold of security information from web.xml

After peeking into the tomcat manager webapp I have found a way of getting there 1. Define the webapp context with privileged is true 2. Have the servlet extend ContainerServlet and get hold of the

tomcat5 auto content detection

Sorry if re-post - I think this got buried in a reply to a different post.... either way Hi All I 'm trying to get tomcat to auto-recognize that I have new java applications (e.g. a new WEB-INF

Subject: SSL on Tomcat 5 problem.

I have gone through the steps provided on Tomcat SSL document and generated a .keystore file. I put it in my C \keystore directory. Here are my server.xml config <!-- Define a non-SSL HTTP/1.1 Con

tomcat5 auto context detection

Hi All I 'm trying to get tomcat to auto-recognize that I have new java applications (e.g. a new WEB-INF) in a sub-directory for my virtual hosts.. I 'd like to make it so that I don 't have to edit

How to get hold of security information from web.xml

Gentlepeople I am trying to add a bit of extra security at the application level. I would like to leverage the information that is defined in the security-constraint (et al) web.xml settings. I fo

Subject: RE: Tomcat Compiler probs

> From Natasha N Wright [mailto nnw03u@(protected)] > Subject Re Tomcat Compiler probs > > I am creating a servlet which connects to a database > so I am using the > > tomcat4 javac <filename >.j

logging access for virtual hosts

If I want to set up virtual hosts with their own loggers must I add the valve in server.xml or is it possible to do this with context.xml file? thanks

Subject: RE: Problems connecting

[Marking off-topic as this is a network problem not a Tomcat problem - but having the thread in the archive may help others] > From rmarra@(protected) [mailto rmarra@(protected)] > For this rea

Detecting terminal HTTP chunk

-----BEGIN PGP SIGNED MESSAGE----- Hash SHA1 Peter Peter Kennard wrote > In some sense yes but then almost all uses of HTTP are doing this to > one extent or another because initially HTTP was

Subject: Tomcat Compiler probs

I am trying to compile a java file(a.java) which creates instances of other classes(b.java & c.java) i have created. all files compile & run fine when using java 1.5 but when i attempt to compile

Problems connecting

Hi experts let me explain the situation first & let me tell you that Im really newbie with application server. What I done is a Java application (J2ME) that works over cellphone with the java toolk

install DBCP and mm.mysql 2.0.14 (JDBC Driver) and test app, get class compi

A few things to consider ... 1) What version of tomcat are you using? What follows is based on using version 5.0.x. The syntax for configuring JDBC resources in 5.5 is a little different. 2) mm.m
Page 90 of 931 Previous 10   81   82   83   84   85   86   87   88   89   90   Next 10   Next 100