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 539 of 931 Previous 100   Previous 10   531   532   533   534   535   536   537   538   539   540   Next 10   Next 100  

Installing the MySql jdbc driver on XP?

I am trying to install the JDBC driver on an XP box to use it with a driver manager in Tomcat and to use it as stand alone for simple tests. I find the MySql installation documentation fragmented

Tomcat 5.0 contexts

I just put 5.0.28 on to my box I was working with 4.x branch. I am not quite sure how to define my contexts any more. I do not see context entries in conf/server.xml even the documentation m

getParameter() should be case insensitive?

Hi all I need to settle a debate here in the office... HttpServlet.getParamter() is case sensitive i.e. these are not the same request.getParameter( "name ") request.getParameter(

bypassing login page

I have a servlet that requires an HTTPS connection and normally forces a browser to log in using a jsp page. I would like to use the same servlet to allow a program to submit a request and retrieve

Tomcat courses

Do anyone know of any facility in the Illinois area that has technical training for Tomcat.Thanks.

Subject: Tomcat Repeatedly Hangs.

There are any number of postings on this forum about tomcat hanging but as I think that my situation may be a little different I am going to post again. I have tried this on the following envir

Thanks very much all -- Oracle driver now loading :)

What I changed Tomcat 5.0.19 which was installed when I installed NetBeans 3.6 To Tomcat 5.0.28 I am unsure if the NetBeans 3.6 caused the issue or something else was. Maybe the install just we

sticky sessions with a persistent session manager and a shared file
store

Hi Folks I am a little stumped so I decided to swallow my pride and ask the collective. I am trying to configure tomcat 5.0.25 to have sticky sessions with a persistent session manager

: Load Balancing Configuration

I finally have IIS on two machines serving up load balanced requests to two Tomcat machines and maintiaining Sticky Sessions. Below I am including the workers2.properties file that did the trick i

GSI Web Services with tomcat 5

Hi Has anybody achieved GSI delegation with tomcat 5 i have managed it with tomcat 4 (adding the new connectors and values etc to tomcat) but there seems no support or a work around for tomcat 5

Tomcat dies at 167M

Greetings Tomcat is running and was working fine until the memory usage went up to 167 now none of the .jsp pages will respond ( the server hangs forever ). The last entries from the Catalina.o

JSP/Servlet Version supported? HELP!

Can someone tell me what version of the Servlet and JSP spen Tomcat 4.1 supports? It 's the second hald of my dilemma ---------- Forwarded message ---------- From CCNY <chachany@(protected) >

WebappClassLoader not garbage collected if web app used java.beans.Introspec

Hi >Instead of requiring the web app to call flushCaches could Tomcat do it >when it shutsdown the webapp and discards the classloader? It could. I was considering that when I attached th

WebappClassLoader not garbage collected if web app used java.beans.Introspector

The java.beans.Introspector class keeps a static reference to a cache of BeanInfo classes. From the javadoc for Introspector * Because the Introspector caches BeanInfo classes for better perfo

RE: API docs for Mysql JDBC Driver?

Hi Please mark your questions as [OFF-TOPIC] in the subject line if they have nothing to do with Tomcat. Thanks Yoav Shapira Millennium Research Informatics >-----Original Message-----

API docs for Mysql JDBC Driver?

Does anyone know where I can find a complete set of API docs for the JConnect Driver 3.x? The docs on the site are lacking and only have simple examples on how to do SELECT 's. I am looking for a c

Handling JDBC transactions

Simulating real world is a QA fellows job. I write code foresee any bugs that it may have write tests for it run tests using Ant deploy to Tomcat(copy files) and test. Only JSP pages one need to

Classloading, jar-files in shared/lib works only when webapp is placed in $C

What happens if you put the jar file(s) in %yourWebApp%/WEB-INF/lib? Tom Vekemans -----Original Message----- From tomcat-user@(protected) [mailto tomcat-user@(protected)] Sent jeudi 23 septembre 2

Classloading, jar-files in shared/lib works only when webapp is placed in $CATAL

I tested a very simple servlet application and found that classes in jar-files that are placed in $CATALINA_HOME/shared/lib works just fine when the application is placed under the $CATALINA_HOME/

Re: small but complex problem -jsp.error.badaction when accessing
   a bean from

As the error message states line 5 has a malformed tag. <@(protected) import "com.dinesh.idcard " > Should be <%@ page import "com.dinesh.idcard " % > On Thu 2004-09-23 at 07 12 Dinesh Keesa

small but complex problem -jsp.error.badaction when accessing a bean from a

Deenesh 3 tips for what they are worth 1) follow the JavaBean specifications when creating a JavaBean. The class should be serializable for example. 2) naming conventions bean propertie

Subject: Mod_jk installation problems

I 'm struggling to install mod_jk on Tomcat 4.1. I 've updated my server.xml file with <Listener className "org.apache.ajp.tomcat4.config.ApacheConfig " modJk "/usr/local/apache2/modules/mo

small but complex problem -jsp.error.badaction when accessing a bean from a jsp

Hey can anyone solve this ...... I am using Tomcat 4.1.30 on IE I am Getting following error HTTP Status 500 -

Subject: AW: Tomcat Hanging up !!!

Hi Come on Tomcat 3.2.1??? This is way tooo old. JDK 1.3.1_13? The same! IBM_HTTP_SERVER? predecessor of Apache httpd? Again. Remove them altogether! Install jdk1.4.2_05 and tomcat 5.0.28.

Subject: Tomcat Hanging up !!!

Hi All We have integrated two servers the first one is IBM_HTTP_SERVER and Tomcat 3.2.1. Here the IBM server acts the web server and Tomcat as the container for the Servlet and JSP. We coul

AW: Documentation for the jkstatus output

Hi again. Is there really nobody who can tell me something about the output of jkstatus? Please help. Kind regards. Olli. > > > Hi all. > > Who can tell me where I can find info

design patterns

Hello! J2EE web development has so many design patterns... Which design pattern is the best? or What are the purpose of each design patterns? Do you have any article about this? coz i 'm

Reloading an application via command line

Hi for an automated build process I want to reload an application via command line is this possible? The possibilties I found out so far were - ant script - using the tomcat manager Thank

Access web from behind a proxy

Hi We are dealing with an application which consists of some servlets (running on our Tomcat server) contacting an external server through HTTP calls. We have a proxy server + firewall betwee

Oracle Driver and JDBC-ODBC still refuses to load

I 'm still having a driver loading problem. The error I get is " javax.servlet.ServletException Cannot create JDBC driver of class ' ' for connect URL 'null ' cause No suitable driver at
Page 539 of 931 Previous 100   Previous 10   531   532   533   534   535   536   537   538   539   540   Next 10   Next 100