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 458 of 931 Previous 100   Previous 10   451   452   453   454   455   456   457   458   459   460   Next 10   Next 100  

"Error allocating a servlet instance " caused by ClassCircularityError on java.ut

I have been trying to get our servlet working with Tomcat5.0 without much success. The servlet works flawlessly in Tomcat4.0 and Tomcat4.1 although dropping the same WAR file in Tomcat5.0 on Wind

Meaning of threads

Hi Where can I read about the meaning of the following options maxThreads "150 " minSpareThreads "25 " maxSpareThreads "75 " My server tends to lock out a user who bombards it with requests so

Virtual domains

Recently I asked whether Tomcat can be used w/o Apache and the answers that I received convinced me that for my project using Tomcat by itself is the right thing to do. But does Tomcat suppor

Sending email with zip file attach problem

Hi Please help. Any sugestion is welcome. In my web page users send email with attachment so upload is related. I can provide the file in either a byte[] array or in an inputstream. I try

Subject: Re-Post SSL and Tomcat

I would really appreciate any help on this. I have two applications running on a Tomcat server. One is the main webpage and the other is a shopping cart for that webpage. I would like to set up a

Emergency: make Tomcat forward

I have Tomcat 4.1.27 on a Linux box at a particular public IP address and I want to make it forward ALL requests to a Tomcat on a Windows box at another public IP address. Over the weekend we cha

Using digital signatures to log into admin webapp

Hi Is it possible to enable digital certs as a authentication method for the admin app. and if yes - please tell me how. Thank you Edmon

Start Tomcat 5.5.4 in the Background with No Console (Windows)

Hi all I 'm wondering -- is there a way to start Tomcat 5.5.4 in the background on Windows without seeing the console and without running it as a service? Here 's my situation I have a

out of memory error with more than a few sites

Hi I am getting an out of memory error when I start Tomcat. I read posts on this in the past and followed some instructions to increase by min and max memory settings in catalina.sh. I have

TrustManager

Hi I 'd like to know how setting a custom TrustManager in Tomcat 4.1.31. I have my custom provider installed and working ok. I tried to override "ssl.TrustManagerFactory.algorithm " property with

ant install fails

Hello The build.xml supplied in the Tomcat 5.5.4 (Windows XP) documentation has this line in the 'install ' target localWar "file //${build.home} "/ > Following the "development p

Management of transactions...
[DBC

Hello Interests everything that is connected to managements of transactions at use DBCP... Who Can will share experience or links? The database is not essential. The principle of work with trans

Subject: Installing SSL into tomcat

Sorry for my ignorance. Is there anyone who happens to have a guide on how to install SSL into tomcat. I have tried using the method that comes with tomcat documentation with no success. Than

Problem with HTTPServletRequest

Hi All I have quite a problem with HTTPServletReuquest in some Servlets sometimes. Sometimes if I access HTTPServletRequest in Servlet I get only a "null "-Pointer and my Servlet crashes. But I

open Excel 2000 bug

Hi All I have a JSP page that eventually opens Excel page. I got my content type set to be "application/vnd.ms-excel " I also work with FOP to serialize the Excel. I got this working for bot

Subject: precompilation and JSTL

Hello all! I am trying to precompile my JSPs using org.apache.jasper.JspC. Problem The ones that use JSTL result in uncompilable Java code. [Sorry for my english. Is it uncompilable or incompi

controlling and limiting threads launched by servelts

Hi situation A tomcat instance where several independent webapps are hosted. (kind of "shared hosting "). scenario A developer for one of this webapp is kind of lazy (or not that skilful) a

Subject: sharing webapplication

Hi to everybody I need an idea. suppose I have some webapp that i need to share among some other webapplication. For example suppose I have three customer website each that need the access to

connection Pool leaking - how to detect it ?

I just shifted to DataSource Connection pooling. I followed http //jakarta.apache.org/tomcat/tomcat-5.0-doc/jndi-datasource-examples-howto.html Here they have given 3 parameters to specify

Tomcat 5 - Datasource Connection Pooling

Finally after long struggle I could get the datasource things running. The things are working when i specified all into GlobalResources and GlobalContext inside server.xml My server.xml is

Help with JDBC query

I 'm getting the following error in an insert the update works fine. Is there a way to get a more informative error message about the error? Does anyone see a syntax error that I missed? I 'm

Syntax error on toekn "import "

Hi Just switched to a certain extent to 5.5 (hero). I 'm getting Sintax error on toekn "import " Identifier exprected after this token. but the stack trace does not refer to any of my clas

reload log4j.properties on-the-fly?..servlet approach

Hi I was thinking about a servlet approach a initialization servlet which will load a properties file from its init method and setup the initial debug level suppose "ERROR " this servlet also h

Re: What is it mean that "Java code does not belong in well   designed
JSP pages

David Johnson wrote > Using taglibs instead of code adds a level of obfuscation that IMHO > makes it difficult to get work done. I always end up taking the servlet > that was generated from th

Re: What is it mean that "Java code does not belong in well
   designed JSP pages

The intent of JSP is that it is primarily HTML with just enough Java to make things work. Ideally you can hand a JSP to a web designer who is not a programmer and they can make a pretty web page t

Re: What is it mean that "Java code does not belong in well designed
JSP pages

I certainly wouldn 't presume to speak for Craig so this is just my own answer... Scriplets that is code in JSPs inside <% % > is generally considered a Bad Thing(tm) because it 's too easy fo

What is it mean that "Java code does not belong in well designed JSP pages "?

I just read this thread and didn 't quite understand it. If it means what it seems to mean on the surface I 'm doing everything wrong. Schematically my typical JSP page looks like the following

Subject: In NY? Snowed in? Know TC5.5?

Hi I need help porting an application from Tomcat 3.3 to Tomcat 5.5. I could spend the day "plowing " through documentation and figuring out the new philosophy or I could spend an couple of hour

Suggestion regarding StandardWrapper class

Hi all I have a suggestion regarding the StandardWrapper class in Tomcat 5.5.4. It contains a loadServlet() method that catches Throwable when trying to create the servlet using reflection bu

?? Sharing the JSTL JARS and Classloading ??

Call me a realist but the jars you are talking about are only 375k...if 375k of memory kill your web app go to ebay and pick up another gig of ram and it will be fine. -) Seriously I have b
Page 458 of 931 Previous 100   Previous 10   451   452   453   454   455   456   457   458   459   460   Next 10   Next 100