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 500 of 931 Previous 100   Previous 10   491   492   493   494   495   496   497   498   499   500   Next 10   Next 100  

How to upgrade an application without stopping service?

I?ve an application running over tomcat 5.0.19 installed on a production server that can?t be stopped because it?s beeing used all the time. And i?ve got not permission to stop the service neither a

Sessions on restart

Hi Using 5.0.28 on Windows2000. I have a session listener that implements HttpSessionListener ServletContextListener HttpSessionActivationListener HttpSessionBindingListener and it works

Tomcat 5.0.28 javax.servlet.ServletException: Error allocating a servlet instanc

Hi I have installed Tomcat 5.0.28 on iseries version 5 relsease 2. Here is my startup script export -s CATALINA_HOME /tomcat5 export -s CATALINA_BASE /tomcat5 export -s JAVA_HOME /QIBM/Pro

HTTP persistence with Tomcat 4.1.29

Dear Tomcat users What is the most reliable way to verify that persistent HTTP connections are maintained between a Tomcat server and a Java based Http Client (both HTTP 1.0 and 1.1 requests)? I

context loaded twice

hi a strange thing i can 't find a sollution for. i have a web app that runs in tomcat 's root (placed in \webapps\ROOT). don 't ask me why it 's just there. the controller servlet of the app has

Re: wrong time in Java Applications to my location (new Date())

The default timezone of a Sun JVM is determined by user locale settings. If the runtime can 't determine a sensible timezone from those it defaults to GMT which is 3hrs off from Brazilia time i t

Re: Strange Problem!: Connection time out while using URLConnection
   connect m

Is this somthing related to external Ip and Internal ip if you are behind the firewall... Birendar Singh Waldiya Tata Consultancy Services Limited Mailto birendar.waldiya@(protected) Website h

Strange Problem!: Connection time out while using URLConnection connect meth

I think you may check you IP setting. You run tomcat in command prompt jvm binging your ip but in windows service it may binding 127.0.0.1 or localhost. I guess it^_^ On Thu 18 Nov 2004 09

SV: after install i cann 't shutdown the server with port 8080

Hi! Are you sure that you have the rights to open ports? Are you sure that there arn 't any other programs or instances of tomcat running at port 8080? That is the two reasons I have got that

after install i cann 't shutdown the server with port 8080

Hi I just install tomcat 4 And the server goes up but I cann 't down it the default port set to 8080 I get c \Program Files\Apache Group\Tomcat 4.1\bin >shutdown.bat

Problem With Tomcat and NT service

Hello I use Tomcat like a server of webservices. When I run Tomcat with the script startup.bat my application works fine. But when I want to launch Tomcat with the NT service (created by the i

REPOST: Recursive groups in JNDIRealm

Hi! I 'm am sorry for reposting this but I urgently need confirmation about Tomcat supporting or not supporting recursive searching in LDAP for Roles including other Roles. I post the relevant pa

Bind Object into Global JNDI Within Servlet?

Hello Is it possible to bind objects into global JNDI from within web application code? For instance I 'd like to bind some objects into global JNDI from one webapp so that other webapps will

Subject: Errors in mod_jk2 log

Hi We get these errors in the Apache logs coming from mod_jk2 [Wed Nov 17 13 37 32 2004] [error] ajp13.service() ajpGetReply recoverable error 3 [Wed Nov 17 13 37 32 2004] [error] ajp13.ser

Custom tag attribute runtime expression containing and delimited by quotes. Sup

Hello We recently came upon an issue in migrating our web application from Tomcat 4.1.x to SAP Web AS 6.4 SP7. Here is an example of the offending code (which involves indexed beans managed

Subject: Is there a port limitation on

Sun Solaris 8 Tomcat 5.0.19 Apache 2.0.52 jk2 Is there a limitation on what ports the AJP/1.3 connector can use? When I use the default or port 7999 Apache2 and Tomcat5 work together. But w

Subject: Is jk2.properties even used?

In this example I 'm using Tomcat 5.0.19 Apache 2.0.52 Sun Solaris 8 jk2 2.0.4 (i think) My jk2.properties contains only this one line request.registerRequests false And apache and tomc

Tomcat 5.0.28 "wrong name " problem

I recently went from Tomcat 3.3.1 to Tomcat 5.0.28 and my old application won 't run on the new version. This isn 't all that unexpected but I 'm having some problems figuring out the whys and where

secure jsp using web.xml in tomcat 5.0.19

Hi I want to secure all my jsp in my web application I added following security constraint in my web.xml file but some how seems it does not work <security-constraint > <web-resource-collection

Declarative security in context?

Hiya I want to deploy multiple instances of the same webapp with different authorization rules. However declarative security is done in the web.xml of which there will only be one copy (refe

SSL and server.xml

I 'm running Tomcat 5.0.27 and am having a heck of time getting a connection with port 8443. My firewall has 8000-8999 open. Here is snipet from my server.xml regarding the connector for port

Subject: OFF TOPIC String to char type

I am storing a flag in the database as type char but it is set from a web page request object as a string. I need to convert it from type String to char in java. I tried String.charAt(0) which

Subject: Virtual Hosting Questions

I need to set up a few virtual hosts for a development project and being new to Tomcat virtual hosts have a couple of questions

valve versus filter

filter portable standard valve tomcat specific ----- Original Message ----- From "David Boyer " <David@(protected) > To <tomcat-user@(protected) > Sent Wednesday November 17 2004 11 48

Subject: Q: valve versus filter

We 're using IIS 6 with the JK2 ISAPI filter (Tomcat 5.0.28). I have several filters that I 'm using on almost every context in production an authentication filter an access-control filter and

Subject: Tomcat 5.5 nightly zip files?

Anyone know if there are nightly zip files for Tomcat 5.5? Jon

Apache Tomcat production deployment: yr opinion reqd

Hello everyone - We would like to evaluate Apache/Tomcat as a production-quality deployment for our organization 's retail operations. I would appreciate if someone could comment / provide expe

wrong time in Java Applications to my location (new Date())

Hi everybody We have a Tom Cat application Server 5.0.19 running in a Windows 2003 with a Sun JDK 1.4.2. We are having problems with time of our Applications . The

Subject: Apache 2.0.52 Tomcat 5.5.4

To all I can browse my website www.123.com but when I click a button the servlet I need to execute doesn 't and I get a Apache error. I know its a connector issue because I can browse www.123.c

Bad Expires Code?

I tried looking through the archive using the search provided by the mailing list archives but I couldn?t find anythign relevant and googling didn 't get me anywhere (my google-fu is not strong)
Page 500 of 931 Previous 100   Previous 10   491   492   493   494   495   496   497   498   499   500   Next 10   Next 100