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

AutoReply: Important

Hello "Tomcat Users List " <tomcat-user@(protected) > This refers to your mail with subject as "Important ". Thank you for sending your CV and registering with A.S. Consultancy Services.

AutoReply: Check for deployed applications

Hello "Tomcat Users List " <tomcat-user@(protected) > This refers to your mail with subject as "Check for deployed applications ". Thank you for sending your CV and registering with A.S. C

Check for deployed applications

Hello I know I can use the ant ListTask for getting the deployed applications on tomcat but doing that I 'm not getting a result to see if I have an applicatioon deployed at the root or at any oth

Subject: AutoReply: Hector I. =?iso-8859-1?Q?Londo=F1o=2FMDE=2FPBCO=2FCO_estare_ausen

Hello "Tomcat Users List " <tomcat-user@(protected) > This refers to your mail with subject as "Hector I. ?iso-8859-1?Q?Londo F1o 2FMDE 2FPBCO 2FCO_estare_ausente_de_la_oficina? ?u

Hector I.
Londo

Estar? ausente de la oficina desde el 11/10/2004 y no volver? hasta el 19/10/2004. Responder? a su mensaje cuando regrese.

Tomcat 5.0.28 Shutdown Problem

Hi! My system Tomcat 5.0.28 on Fedora Core 2. Server Startup is normal. However during shutdown looks like there is a problem in shutting Coyote down...It takes a bit more than 3 minutes till

Undefined hosts being directed to localhost

On Tomcat 5.0.25 I 've got a few <Host/ > nodes defined in server.xml <Host name "localhost "... > <Host name "abc.com "... > <Host name "def.net "... > So then why does a request for host "www.x

Strange character behaiver with tomcat 5.0.28 on win & linux

Hello After I updated from tomcat 4.1.10 to tomcat 5.0.28 on Linux Redhat 8.0 the characters such as ? ? ? will show as a questionmark in the word. The strange part that the characters show c

Subject: Tomcat5 Install problem

Hey all I 'm trying to install Tomcat 5.0.28 on a Win2k server. It installs just fine but the service won 't install saying there 's already a service running with the same name. There

Upgrade woes!

Hello I am desperately trying to upgrade my machine from Tomcat 4.0.4 to Tomcat 4.1.24. This went fairly smoothly I had made all possible mistakes in previous aborted attempts. I was left with

setting fonts in my service script

I am script stupid. I have purloined a service script off the web that works fine for me. However now I need to customize and am somewhat lost. I have checked the list and have found what is c

bug in 4.1.30?? PageContextImpl hides exception cause

In 4.1.30 In PageContextImpl I see this code (should I post this on the dev list instead) 525 if (t instanceof IOException) throw (IOException)t 526 if (t instanceof ServletException) t

Subject: Javascript and cookie

Hi everybody... Can I know if the browser has cookies and javascript set as enable? of course using jps or servlet. Regards Carlos --

Example of MBean for own component?

I 'm looking for a simple example of how to add managability through JMX to a webapp. The Tomcat docs aren 't helping me unfortunately. I understand that Tomcat supports Commons Modeler for gener

Rename jsessionid

How can I use a different name for the session id? I would like to use SID 27D2A9CA7006C94A9CAAE1D96D4D39BD instead of jsessionid 27D2A9CA7006C94A9CAAE1D96D4D39BD Thanks ----------

Context configurations and .WAR deployment

Hello I recently upgraded from Tomcat 5.0.19 to Tomcat 5.0.28. I am now running into a conflict between ROOT.xml and ROOT.war. This happens when I deploy to production 1. I delete the ROOT

Compiling Mod_jk2 and problems

I 'm attempting a build of jakarta-tomcat-connectors-jk2-2.0.4-src/jk/native2 on Mac 10.3.5 Server .... My configure includes sudo ./configure \ --with-apxs2 /Library/Apache2/bin/apxs \

Subject: Tomcat 4 as a service

I 've looked around and found a lot of scripts for installing Tomcat 5 as a service. However I need to install Tomcat 4. I need to add some jvm options for SSL. I 've run tomcat.exe but the servic

AW: StringBuffer memory optimization

Hi > There is a known StringBuffer memory leak in a certain version of the jvm (which I can 't remember now offhand). But I 'm pretty sure I mentioned on this list before so search the archives.

Multithreading problems with the JK2 connector

I 've been seeing apache httpd processes consuming the processor and I believe it has to do with multithreading issues in JK2. I found the following bug in the database which seems to report exac

AW: [OT] Re: AW: DefaultServlet

Hi > Actually I like these kind of patches and would be happy to evaluate/commit them ) Okay so for a start can I do some changes that I think would be good for the code make a diff and s

PrintWriter is different on Tomcat and Apache?

I have servlets using code like StringBuffer sb new StringBuffer() AJavaClass.aMethod(sb) PrintWriter out response.getWriter() out.println(bf.toString()) When the servlet is run from T

Subject: Intalling Tomcat 5.0 on AIX

I am trying to install Tomcat 5.0 on aix with apache. When I run the make file I get an error message stating mod_jk2.so does not exist. I would appreciate any help. AIX 5.1 Apache 1.3.19.3

StringBuffer memory optimization

Hello folks i have a problem with StringBuffer profiling my web-application i noticed StringBuffer due to its creation and use consumes too much memory. Does onyone here know a good way to solve

Apache Tomcat/4.0.4 - HTTP 505 - Internal Server Error

Greetings I am having problems running some of our JSP pages. Instead of the compiled JSP page being displayed i get this on the page Apache Tomcat/4.0.4 - HTTP Status 500 - Internal Server

Subject: XSLT parser alternatives

Hi everyone I 'm relatively new to Tomcat and am looking for some direction to solve a performance issue. We have an app that does XSLT transformation after creating the XML in the JSP. Right

same <error-page > handles multiple <error-code >s ?

Does anyone know if there is a way to make a single <error-page > entry in web.xml cover more than one <error-code >? I have created a single error page which I would like to display whatever the

ServletException is being an exception

ServletException seems to behave differently than expected when wrapping other Throwables and I 'm wondering if there is a reason for this. A bit more explanation in general since JDK 1.4 any

Subject: Tomcat directory browsing

I have a problem where Tomcat is allowing a user once logged in to browse the directory structure and files on the server. How do I stop this from happening? Process The user follows th

Subject: Re: AW: DefaultServlet

removing dead code patches will probably be ignored in bugzilla. Typically because we 're too busy with such a patch. Your alternative code below is probably faster but drastically changes how t
Page 528 of 931 Previous 100   Previous 10   521   522   523   524   525   526   527   528   529   530   Next 10   Next 100