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 871 of 931 Previous 100   Previous 10   871   872   873   874   875   876   877   878   879   880   Next 10  

AW: No printers when run as service.

Hi i am having problems too with tomcat when run as a service. Which other reply do you mean? Best regrads Anis B.H. > -----Urspr?ngliche Nachricht----- > Von Anthony Cunningham [mailto antho

Ugrade document - tomcat 3.2.23 to 4.1.24

Hi All We are upgrading tomcat from 3.2.23 to tomcat 4.1.24. Is there any upgrade document which we could refer to? We see a lot of changes from 3.2 version to 4.1.24 . Please help us on this. T

Where is mod_jk2?

Maybe I overlooked something but I cannot find a link to download mod_jk2 (or coyote) for Apache 1.3.27 to talk with Tomcat at the jk2 website (http //jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/ind

mod_jk2 with jni+pcre, what for?

Hi everybody I 'm trying different setups of mod_jk2 for our JSP application with Apache 2.0 acting as frontend. With the help of apachewiki and Simon Pabst I 've succesfuly setup Tomcat 4.1.24 with

different port to have different base directory

Hi I successfully configured tomcat for mutual authentication. I would like to start tomcat server with 2 connectors listening at http //localhost 7080 https //localhost 7081 But both of them sh

logs of tomcat

Hello. In my tomcat log file (mod_jk.og) appears a lot of lines as the next line [Wed Jul 23 23 20 58 2003] [jk_uri_worker_map.c (477)] Attempting to map URI '/graphics/image.gif ' my tomcat logs t

Tomcat training

I saw the e-mail about the tomcat training offered by http //www.galatea.com/training. Is this worth going to? Are there others? What is the best? Norris Shelton Software Engineer Sun Certi

Subject: invalidating sessions

A quick question about invalidating sessions Is there a way to detect whether a session is still active without implementing some sort of login/logout scheme (i.e. is there some way to invalidate a

Deployment order across multiple contexts

Hi First I apologize in advance I am not positive I know what version of tomcat I am using. I can tell you that I am using the jwsdp1.2 package available at java.sun.com. (Sun explains on the site

Subject: problem in Tomcat with Slide

Hi I am running tomcat 4.1.24 and Slide 1.0.16 on WinXP... I have configured a JDBCStore in mySQL and I am also using the JDBCRealm for authentication as SlideRealm would not accept logins even thoug

Jdbc: resource-ref: encrypt db user password

How do I configure a resource-ref -- specifically a JDBC reference -- such that the password parameter is encrypted? I 'd like to provide some level of security is a clear-text password the only o

Creating a custom realm [I don 't know how]

Hi there How do I create my own custom realm and plug it into Tomcat for my web application? I created CustomRealm that implements Realm. But when I added a <realm > element in my context.xml and l

HELP! Client Authentication in Tomcat 4.1.24

I am attempting to use client certificate authentication with Tomcat 4.1.24 but each time I connect via a browser (Internet Explorer) Tomcat indicates that it is unable to authenticate with the provi

Again... cannot completely shutdown tomcat with embeded RMIRegistery

Hi I have a shutdown pb with tomcat4.1.24rpm ( linux kernel 2.4.21 and j2se1.4.2 ) since I 'm using rmiregistery... To force RmiRegistery to unload I implement a loop to empty completely the regis

Subject: =?iso-8859-1?Q?Pb_Form_authentication?=

Hello I work with Tomcat 4.1.24 and I have a problem with authentication (I use DataSourceRealm) at runtime. On login page if I enter login - password existing in database with the rigth role

War files don 't work

My server.xml contains this <Host name "localhost " debug "0 " appBase "webapps " unpackWARs "true " autoDeploy "true " > <!-- NSFS Context -- > <Context path "/nsfs " docBase "nsfs " debug "0 " reloadable

problems reading global environment variables.

I 'm having problems reading global environment variables from a servlet running in a tomcat container. I 'm creating a datasource and several environment variables through the tomcat admin screens and

Tomcat Command Line Configuration

Is there a command-line tool for Linux to configure Tomcat - to perform the functions of the admin webUI? I would like to find a way to modify the server.xml file via the command line so that such

heap size

Yoav - Where do you specify heap size? I understand it is a parameter of the java command but is in a Tomcat startup script somewhere? Or do I just execute it at the command line? -----Original Mess

RE: achieving a clients (browsers) certificate in a webapp - SOLV
   ED

thanks jay as i meantioned before i 've already solved it. 4.1.26 is out as an alpha-version and i took the jk-connector from this release with my tomcat 4.1.24 installation.. until now it works re

Tomcat 5.0.4 fails to serve form-login-error page properly

Hi I am porting my application from Tomcat 4.1.24 to Tomcat 5.0.4 (i.e. porting from Servlets 2.3/JSP 1.2 to Servlets 2.4/JSP 2.0). I have a servlet mapped to "/auth " that produces the page with log

Subject: Deploying a webapp with ant

Hi I try to deploy my webapp with ant to our server. I searched within the tomcat mailarchive and of course also google but I found no working solution... My war file 'member.war ' has a normal weba

Re: WAR That Runs Fine Under Tomcat 4.1.24 Fails Under 4.0.6 - Invalid
DataSou

Funny I had the opposite problem (worked under 4.0.6 died horribly under 4.1.24). Can you send a stack trace? I can 't remember off the top of my head but I think there 's a way to inspect the JNDI

Simple configuration seems to work ...

Hi I just finished setting up Red Hat 9 JDK 1.4 Apache 2.0.40 and Tomcat 4.1 with help from folks on the list. After all is said and done it wasn 't too bad. Here 's a quick summary of what I did

WAR That Runs Fine Under Tomcat 4.1.24 Fails Under 4.0.6 - Invalid DataSourc

Okay I 've got it. I moved the Commons and jdbc2_0-stdext JARs into TOMCAT_HOME/common/lib and everything is fine again. --- Michael Duffy <duffymo@(protected) > wrote > > I 've written a Web app t

WAR That Runs Fine Under Tomcat 4.1.24 Fails Under 4.0.6 - Invalid DataSource

I 've written a Web app that works fine under Tomcat 4.1.24. It uses an app-specific Context to set up a JNDI data source that works fine. It uses the org.apache.commons.dbcp.BasicDataSourceFactory

Controlling access to webapps from ajp13 connector

How can I configure Tomcat to filter requests received via the ajp13 connector on port 8009 based on whether the HTTP Request was received on a secure connection or not? I see the following in the s

Subject: Tomcat deployment under Unix

Hi all I 've just install Tomcat 4.1.24 under unix but when I launch it my WAR files (in webapps directory) are not deployed. Could you help me ? Sam

Probs running tomcat 4.1.24 + jdk 1.4.1_02 on debian -- SOLVED

Hi. I solved the problem. It was the JAVA SDK. Probably i 've install the standart edition not the jdk. Now works. Thanks a lot... Christian Chris Halstead (chris@(protected)) schrieb > >Hav

Newbie : Probs tomcat 4.1.24 with apache 1.3 (sunOS)

Hello all Tomcat works alone (port 8080) Apache works too. When i try to display a JSP page i obtain in mod_jserv.log (EMERGENCY) ajp12[1] cannot scan servlet headers (500) (ERROR) an error ret
Page 871 of 931 Previous 100   Previous 10   871   872   873   874   875   876   877   878   879   880   Next 10