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 753 of 931 Previous 100   Previous 10   751   752   753   754   755   756   757   758   759   760   Next 10   Next 100  

Re: How do you generate a unique number for each request across muliple
tomcat

Ideally use a string for uniqueness not an int. For an int is too small across a cluster. To get a unique string concatenate your IP address with java.rmi.server.UID() for example String g

JDBC from TagSupport

Quick question. I see that one can configure a JDBC datasource in their server.xml file and their web.xml file. What does this get you? Every example that I have read tells me that I need to open a

IIS port 80 vs Tomcat port 8080.

I have Tomcat running on port 8080 and I 've deployed my website successfully to my Tomcat webapps folder. I also did an Ant List to confirm that my website is running. If I set up this website i

How do i run 2 tomcats on the same server and using jk2?

Hi I installed 2 Tomcats on the same server and they both work on on port 8080 and the second on 8081 I also define one to listen for the jk2 on 8009 and the second on 8010 but only the first o

How do you generate a unique number for each request across muliple tomcat i

Howdy Can you use the local host name + the current time? Or something in that vein... Yoav Shapira Millennium ChemInformatics >-----Original Message----- >From Tom Ly [mailto booshle

Subject: Vhosting with Apache 2 & jk

Hi all I have several domains hosted by Apache 2.0.48 and I 'd like to start adding JSPs to each domain. I have Tomcat 4.0.16 running on a different host and am using JK to connect them. Virtu

How do you generate a unique number for each request across muliple tomcat insta

I have an application where I need to generate a unique int for each request that comes in. I 've got about 8 Tomcat instances running spread across four machines(two tomcat 's each machine). It 's pre

redirecting based on role name

hello everyone I have a site that uses form authentication thru JDBCRealm. I have my webapp root as /ROOT/ with 3 directories. I have also set up the web.xml file with 3 different security

localhost works, www does not; why?

This may have been asked many times before but I can 't find it in part because I don 't quite know what to search for and in part because it may not even be a Tomcat-specific issue. But it oc

Precompile webapp

I have webapp in a directory c /myWeb and the tomcat in c /tomcat .In the conf/catalina/localhost I have a xml pointing to my web. Now I have to precompile my web ?what must I do? The ant

Exception loading sessions from persistent storage

Can anyone tell me what this error means and what I need to fix. ???? (Tomcat 4.1.24) Exception loading sessions from persistent storage java.io.WriteAbortedException writing aborted java.i

Subject: Using jdk... message box

Hello I am trying to use the installer for tomcat 4.1.12 for windows from another windows program. It works well in silent mode but the only thing is that I get that message box that says that

REPOST: /devices/pseudo/mm@0:null

While using Tomcat I have often encountered a problem (a java.net.SocketException) with "Too many open files ". I understand that to combat this I need to up the limit on file descriptors in my Sol

general security question about public / private keys

Is it possible to configure tomcat to use public / private key pairs that implement the java.security API for authentication a la ssh? I assume it is but haven 't found out how yet. I 'm using SS

Having problems with stored PrintWriter.

Im having a problem with PrintWriter in a servlet. I am trying to store users PrintWriter and use them again at a later date to output javascript commands to the browsers at a later date. it store

finding hs_err_pid files on windows 2003 as a service with specif
   ic user

While this is slightly off topic I wasted enough time on it that I felt it necessary to share with others. I am running tomcat 4.1 as a service on windows 2003(requirement) and I was having a pr

JK2: "APR not loaded,... : Can 't find dependent libraries "

Hi I am trying to connect my OpenSA server (which is baiscally an Apache 1.3.27 httpd) with my Tomcat 5.0 using jk2 and Java 1.4.2 on a Windows XP machine. I thought I were following the docu

Subject: starting tomcat at start-up

Hi Guys I am a tomcat user I am planning to make my tomcat start everytime my server reboots.. I tried putting it at /etc/rc.d/rc.local and tried jsvc also but to no avail. Maybe I missed some

Problems with HTTPS in Tomcat 5

Hi I have some problems when I acess my page in web server with HTTPS the web server show me a message saying this certificate is not trust and asking for download the certificate. My quest

Deploy failure with Tomcat 5.0.16 adding security constraints

Hi I 'm getting the following error log trying to install my webapp in tomcat 5.0.16. When I remove the security constraints section in web.xml the app install and runs ok but when I restore

Tomcat 5.0.16 "DeployTask " on NT4.0 behind proxy

Hi! I am trying to deploy a webapp directly from my build.xml using the DeployTask from catalina-ant.jar. I am using Tomcat 5.0.16 on NT4.0 and I am behind the company firewall. I 've took the sam

Problems starting Tomcat 5.0.16 with an application that works fine
with Tomca

Hi I have written a application that works fine under Tomcat 4.1.24. I want to use Tomcat 5.0.16 instead of 4.1.24. I have modified my server.xml to my needs. When I want to deploy my war

servlet mappings

Yes there any way i can programatically find out the servlet mappings defined in web.xml? Best regards Carlos Pereira

"Unable to compile class for JSP " [SOLUTION]

http //www.mail-archive.com/tomcat-user@(protected)/msg101489.html > -----Original Message----- > From Marc Dugger [mailto marc@(protected)] > Sent Monday December 15 2003 6 09 PM

Tomcat 5.0.16 DBCP Connection Pool Exhausted Error

Hi Guys Currently I am using 5.0.5 in production. I was trying to upgrade to 5.0.15 or 5.0.16. I made necessary changes to server.xml to create informix DBCP. Unfortunately I am getting "Connection

REPOST : Tomcat Manager App Question

I am posting this again since I could not figure out how to solve this. I wud really appreciate any help. *** Problem statement *** I need to use Tomcat 's manager app to install my webapp with

tomcat 5 admin app w/ clustering

Hi In Tomcat 5.0.16 I noticed that when I enable the clustering section of the server.xml (uncommenting the cluster and valve). So I would start tomcat then login to the "admin " app I woul

CGI not working on Tomcat 5.0.16?

I 've been having problems getting CGI to work with Tomcat 5.0.16. I have it working with Tomcat 4.1. Has anyone else been able to get it to work? I 'm receiving the following error in my localhost_

Manager Valve

How can I restrict access to my manager app to only TWO ip addresses???? When I go into the admin app to add a valve for an ip address other than 127.0.0.1 or add multiple ip addresses to a single

Re: help using JDBCRealm - how to relate a realm with a security
constraint

Pedro > What i have done > 1. modify the server.xml file to add a Realm tag ( <Realm > className "org.apache.catalina.realm.JDBCRealm " debug "99 " > connectionName "root " connectionPassword "X
Page 753 of 931 Previous 100   Previous 10   751   752   753   754   755   756   757   758   759   760   Next 10   Next 100