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 530 of 931 Previous 100   Previous 10   521   522   523   524   525   526   527   528   529   530   Next 10   Next 100  

Re: web.xml - <security-constraint > oddity/problem

Well that was an easy fix... I just changed the redirect port of the Coyote/JK2 AJP 1.3 Connector on port 8009 to 443 instead of 8443... ) Fred On Wed 2004-10-06 at 22 56 -0500 Fred Blais

web.xml - <security-constraint > oddity/problem

Hello I am running apache 2.0.46 with SSL with tomcat/mod_jk2 white box linux. I do not have tomcat running SSL on 8443. So I have this issue with my app... I am securing my app with the <sec

Single Login

We have a Tomcat 4.1.x application using a JDBCRealm to do authentication. Is there a way to prevent the same login from being logged in multiple times simultaneously?

Subject: AW: Mod JK2 Mapping and SSL

Hi If you have apache2 in front of it you can create two different virtualhosts with <VirtualHost 1.2.3.4 80 > mount unsecure here </VirtualHost > <VirtualHost 1.2.3.4 443 > mount secur

Subject: Capturing HTML using Tomcat 4

I 've been looking through archives and such for examples of how to capture the HTML output from a given JSP programmatically so I can archive or do other things with that HTML. For example we migh

HttpSessionListener- HttpSessionAttributeListener problems under TC-5.0.27,RedHa

Hi we have the impression that either sessionDestroyed or attributeRemoved methods are not always called under RH-7.2. We are not sure but we think we didn 't have the problem until this server g

is tomcat failing?

We 're using Tomcat 4.1.27 and we have a main database that the web app uses most of the time and then a small MySQL database that Tomcat is configured to use for basic authentication. We used to h

Subject: Mod JK2 Mapping and SSL

I 'm stumped. Perhaps someone here can point me in the right direction? I have Apache 2 configured with domain based virtual hosting for several domains. However I need to forward secure and unse

Tomcat 5.5, Resource, and ResourceParams

After having read the Tomcat User archives I learned that Tomcat 5.5 server.xml no longer uses <ResourceParams/ >. Instead it uses only <Resource/ >. However after having read the JNDI Datasource

Subject: AW: Threads in Tomcat 5

Hi > Are there any solution about limit the process or threads count?. Remember that Tomcat "server.xml " parameters don`t work. For me these settings work. However remember what they describ

Subject: Authentication Mechanisms

What mechanisms do you developers typically use for preventing unauthorized access to a web application? I 'm trying to determine the best approach for my web app. Here are the basic guidelines I n

Subject: keystore manipulation

Greetings. Not sure if this is the right place to ask but I reckon someone here will have some ideas! So here goes... I don 't suppose anyone on the list knows of a way to dynamically (from c

Still Need Help On Starting Tomcat When Machine Starts

Hello there I posted a question yesterday seeking help on automating Tomcat (4.1.30) startup and shutdown on HP-UX B.11.11 platform. Now Tomcat can be shut down successfully when the machine

Subject: JK2 Connector for Apache 1.3

I have a Linux SUSE SLES 8 it has apache 1.3. Does I need apache sources to compile jk2 connector to obtain mod_jk2.so to put in module? Can I use JK2 with apache1.3 or I have to use the JK co

That craigmcc guy is getting **REALLY** annoying!

yah that 's all. )

AW: Newbe to Tomcat, Jakara and Apache

Hi > This has a combination of Jakarta-Tomcat (4.1.2) and Apache (1.3.27). Upgrade to the latest tomcat of the 4.1.x release. 4.1.2 is fairly old and there are newer versions of the same core.

Newbe to Tomcat, Jakara and Apache

Hi all My question is does any know if there are any issues running Tomcat and Apache together on Windows Server 2003? The problem I 'm having is with a migration project that I 'm wo

How to know the list of the active sessions

Hi Is there a way to do something like this Enumeration list servletContext.getActiveSession() To solve this problem i have put a list attribute in the context. And use a session listener

Apache Jakarta Tomcat 5.0.29-beta Released

The Apache Jakarta Tomcat team is proud to announce the immediate availability of Tomcat 5.0.29-beta. The release contains a significant number of bug fixes and we expect it to be ratified as a S

Apache Jakarta Tomcat 5.5.3-alpha Released

The Apache Jakarta Tomcat team is proud to announce the immediate availability of Tomcat 5.5.3-alpha. This build addresses several stability issues and other bugs and we hope to make this out fir

Thanks :)

Dangerous Attachment has been Removed. The file "Joke.scr " has been removed because of a virus. It was infected with the "W32/Bagle.AZ-net " virus. File quarantined as " ". http //www.fortinet.com/V

Roles-problem with JNDIRealm and AD

Hi List I 'm trying to connect Tomcat/5.0.28 to AD on Windows 2003. My problem is that JNDIRealm fails to get role information after successfully binding with the users DN. My temporary conclu

Different JDBCRealm for each app?

Hi is there a possibility to define different JDBCRealm (or realm in general) for each application within one servlet container? The realm is defined in server.xml so I can 't see a possibility

Re: Classes are reloaded automatically even when reloadable is not
set

From "Shapira Yoav " <Yoav.Shapira@(protected) > > Does your webapp have a web.xml? Where are HelloServlet and Biz > located? Sorry that I can 't seem to reproduce this. Maybe it was indeed marke

problem redeploying war files on tomcat 4.x

Hi. I have an existing application deployed as a war file. When I update the war file stop and start tomcat again the war file is not re-expanding over the old deployment. I have set the permiss

Subject: Delegating to default Servlet

Hi I want to archieve the following I want to map everything to a special servlet that checks for permissions and a lot other things and finally invokes other servlets or modules of my system

DIGEST Authentication in Tomcat 4 vs Tomcat 5

Can anyone point me to information concerning whether or not DIGEST authentication works in Tomcat 4 and/or Tomcat 5? I have only found conflicting information on the web as well as in several book

Measuring current connections, other metrics

I 'm hoping this is an easily answered question - is there a way with some simple Java or JSP code or with a pre-built application to tell how many concurrent connections are going on my Tomcat inst

Tomcat service stopping w/o 'cause '

Have TomCat5 loaded on a Windows 2000 server as a service. At least twice a day it stops for no apparent reason. I 've checked event viewer Apache logs Tomcat logs Urlscan just about every log

Drops and Spikes in Tomcat responses

We are using a commerical servlet that seems to keep getting overloaded. We wrote a little script that monitors a number of things about the process - the number of open file descriptors sockets
Page 530 of 931 Previous 100   Previous 10   521   522   523   524   525   526   527   528   529   530   Next 10   Next 100