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 330 of 931 Previous 100   Previous 10   321   322   323   324   325   326   327   328   329   330   Next 10   Next 100  

Tomcat imbedded open source componets ??

Our company has a strictly controlled policy for using open source. We must get approval for each and every component on a version by version basis. Can someone give me a list or point me to a link

JSF Please Help with a simple question thanks ???

Does Tomcat 5.x have a JSF implementation ???? Does JSF have to be installed separately ???? Stephen Bovy Computer Associates 6100 Center Drive Suite 700 Los Angeles CA 90045 Tel (310) 957-3930 F

Subject: Executing threads in Tomcat

Hi All I am using JSF framework for my project. I don 't know if Tomcat is restcting me or JSF framework is restricting me. But I am unable to create and execute threads either in my JSF pages or m

Subject: Exexting threads in Tomcat

Hi All I am using JSF framework for my project. I don 't know if Tomcat is restcting me or JSF framework is restricting me. But I am unable to create and execute threads either in my JSF pages or m

Tomcat 5.5 Running out of Threads

Using the manager app (/manager/status) I am seeing multiple threads in the 'Service ' mode with times of well over 60 minutes! Here is an example Stage Time B Sent B Recv Client VHost Request S 519

Page timeout displaying database rows

Env Linux Apache 1.3.33 Tomcat 4.1.30 MySql 4.1.10 There is a page member_list.jsp which displays a grid of members. After 20/75 members are displayed html is displayed a class "CobaltDataLink "

Shared object between Tomcat and external program?

I 'm running Tomcat 5.5. I want to create a servlet to accept a HTTP request. The servlet creates an object based on the request parameters and forward the object (using Queue) to another standalone Ja

Subject: Configuring maxThread help

Hi all again I repeat the question becouse the Subject wasn 't correct I need help to configure jakarta-tomcat to send a high volume of packet sockets trhought a servlet application. The server is d

Servlet and JSP APIs have moved to subversion

The following CVS modules have been migrated to subversion jakarta-servletapi jakarta-servletapi-4 jakarta-servletapi-5 These modules are now read only in CVS. The new SVN locations are http //svn

Subject: RE: custom valve help ???

Are there any good tutorials or how-to documents for using and writing a custom valve for tomcat ??? Stephen Bovy Computer Associates 6100 Center Drive Suite 700 Los Angeles CA 90045 Tel (310) 95

Memory leak in simple spring webapp

I 'm deploying and then undeploying a very simple spring-based test app to my tomcat container. However my WebappClassLoader never gets garbage collected because tomcat objects (loaded by the Standar

Subject: Configuring Apache tomcat

Hi all I 'm new at the list my name is Raul. I need help to configure jakarta-tomcat to send a high volume of packet sockets trhought a servlet application. The server is dual processor Intel 3.4Gh

JK 1.2.14.1 SIG BUS Error on Solaris 9

I tried to upgrade our JK modules from 1.2.12 to 1.2.14.1 and now every Apache process crashes while processing a request with [Fri Sep 02 14 23 54 2005] [notice] child pid 11079 exit signal Bus er

Subject: Tomcat5.5 and Logging

Hi what happend with the Logging component form TC5.0? I used to include a <Logger className "org.apache.catalina.logger.FileLogger "...... > inside <Host > to get my logging going. How do I do this und

Subject: Installing JavaServer Faces

Hi could someone tell me if there is any difference between installing any of the implementaitons of JavaServer Faces in Tomcat and doing it in Sun 's Application Server? I remember reading somewhere

Subject: Waste of our bandwidth

Don 't we have a list administrator that can remove this guy? Received from mail.apache.org ([209.237.227.199]) by rwcrmxc23.comcast.net (rwcrmxc23) with SMTP id <20050902131952r

mass virtual hosting with rewrite

I am running Apache 2 with Tomcat 5.5. Both are working fine and hosting about 200 domain names. The problem is that every time a new domain is added I have to edit server.xml file and restart tomca

Big problem with running tomcat

Hi. I have downloaded and install Tomcat 5.5.11 for my desktop where I 've got Apche Server 2.0.54. And wright now I 've got redirected domain jmailssoftware.tk. and the domain is redirected to t

failure to install tomcat5 service check settings and permissions

Hi I had tomcat 4.0.3 and tomcat 5.0 on the dev box. I have uninstalled the tomcat 5.0. I am trying to install tomcat 5.5.9 and i am getting the following error USING JVM c \jdk1.4.2_04\jre\

Running Tomcat 5.0.28 in server mode

Dear all I 'm running Tomcat 5.0.28 in conjunction with Vignette. JSPs use the Vignette APIs (provided as JARs). Everything works but performance is really slow. The server that 's hosting this is a

How to get name of Engine a servlet is running in?

I 'm trying to gain access to the name of the Engine that a servlet is running in. In most cases this will be "Catalina " as configured in the /conf/server.xml file. But when another Engine is configu

sharing pooled tomcat connections with hibernate

Hi If I am using hibernate for most of my jdbc access but need to perform some directly (long story) is there anything special I need to do? All of this is connecting to the same database using

HTTP status code 404

Tomcat 4.1 How can I configure Tomcat 4 to return HTTP status code 404 for a "404 Page Not Found " error? Currently it displays a HTML page with "Error type " etc. with status code 200. The docs s

Subject: Tomcat webapps directory

I wonder howto change tomcat webapps directory on an another disk ? any helps welcome Fadom

<Context > in separate file doesn 't work

Hi tomcat fellas! http //venus 8080 gives me the index.html in the folder /home/trond/GTG/inside but only when I use the server.xml below. When I take the <Context..... / > and put it in a separate fi

set JSESSION PATH - any change to do this?

Hi Current the jsession cookie path is set at the application context like PATH /myApp Is there any chance at all to change this? to PATH / As to may reason it 's simple I want to use rewrite ru

Subject: Tomcat 5.5.9 Logging Issue

Hi there I 've migrated some days ago from Tomcat 4.1.27 to the lastest release 5.5.9and I 've lost all the logging mechanism of the my web applications. The two webapps deployed on my server use log

redirecting erors in tomcat console to a file

Hi All Is there any simple way to redirect all errors and exception stack traces that may appear in tomcat console during web applications execution?? regards Srikanth

XPowered BY

HI all I use JBoss 3.2.6 and and Tomcat 5.0. It displays X-PoweredBY version in Headers file There is in web.xml to CommonHeadersFileter InitParams Even after deleting it from web.xml it d

Showing maintenance page while app is down

Tomcat users Is it possible to have Tomcat show the "maintenance page " while the App is down or not available. I would like to have this shown while we are upgrading or re-deploying the app. Ple
Page 330 of 931 Previous 100   Previous 10   321   322   323   324   325   326   327   328   329   330   Next 10   Next 100