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 736 of 931 Previous 100   Previous 10   731   732   733   734   735   736   737   738   739   740   Next 10   Next 100  

Possible Bug in 4.1.27 - RequestDispatcher fails after cross context include

I have two web applications client and server (attached). In the client web application there is a single servlet ClientServlet which performs an include to another servlet ServerServlet in s

SocketException - JK2, Tomcat 4.1.29, IIS 5.1

When accessing pages on my Tomcat server via IIS and isapi_redirector2.dll I get the following errors on every page request. The errors below are for a simple page invokation like http //localhos

Conn.Pooling stopped Tomcat from starting at boot time

Hi I implemented connection pooling for Tomcat 4.0 and it works fine. The only thing is Tomcat is not starting at boot time anymore. Any reason for that? How can I correct it? Also what should

Microsoft SQL Server validation query

Does anyone happen to know which validation query I should use for Microsoft SQL Server? Derek

mod_jk2 JNI question for the brave :)

Hi everyone Bringing the woes of jk2+JNI again here with the dreaded "Can 't find child xx in scoreboard " since I haven 't found a satisfactory answer by anyone. Using TC5 with Apache 2.0.x unde

Subject: Tomcat 5 installation

Hi What ar ethe steps for installing tomcat 5 on Linux I have don ethese Installed JDK untared everything from the Tomcat5 installation file to a tomcat5 directory set the JAVA_HOME and C

Subject: Problem in configuration

Respected sir/madam I have a probe in configuration of tomcat server Following are my installations in my pc OS win98se C \jdk1.3.1_09\bin C \jakarta-tomcat-4.1.29\bin ( abstracted ) also i h

Tomcat 4.2 with IIS5

Hi Where can I find a copy of isapi_redirect.dll ? Dave Anger Sr. Product Analyst - Technology Effectiveness Services I.T. Division 612.752-3002 (w) 612.386-5463 (cell) dave.anger@(protected)

Subject: weird tomcat questions

Can someone please decipher the following questions? * How does scoping work in Tomcat? * Why would you bother using a singleton when you 're working with Tomcat? Why would scoping be differen

Tomcat OutOfMemory at 158MB - Not reclaiming any memory overn ight

On Unix you can also use the "truss " command to attach to a running process (check Google for examples). I used this technique on a web application and discovered that a file with *static* content

Problem with Web app, javax.print, SecurityManager, and printer discovery

I 'm running a Web app that uses the javax.print API to do discovery on attached printers and passes a java.util.List of names to a JSP to display to clients in an HTML select box . I 'm running unde

HttpConnector class not found int Tomcat 5.0.12

When trying to use Apache Proxy Support the connector configuration ... <Connector className "org.apache.catalina.connector.http.HttpConnector " port "8080 " proxyPort "80 "/ > ...

Servlet Unavailable when Reloading Application

Hi List I 'm using TOMCAT 4.1.27 integrated with WebSphere Studio Application Developer 5.1 under Windows. When I change a class and recompile it I wish to reload my application to test the chang

RE: Tomcat OutOfMemory at 158MB - Not reclaiming any memory overn
   ight

In my opnion is better instead of increasing memory of tomcat JVM try to profile your application. I?m sure if tomcat complain about memory your servlets have something wrong. > ---------- >

Tomcat 5 is not generating IOException when connection closes

I have a servlet with a persistent connection open to a client (browser) and when the browser is closed or the user hits the stop button the connection is closed but the servlet isn 't throwing

Subject: installing tomcat 5 on Linux

Hi What are the steps for installing tomcat 5 on Linux I have don ethese Installed JDK untared everything from the Tomcat5 installation file to a tomcat5 directory set the JAVA_HOME and C

Subject: Squid with ESI + Tomcat

Hi all I 'm trying to use squid as a reverse proxy in front of Tomcat and to make things more complicated squid is compiled with ESI enabled -) I 've allready convinced squid-tomcat dou to proc

Tomcat OutOfMemory at 158MB - Not reclaiming any memory overnight

Hi The other day Tomcat threw an OutOfMemoryException. This is our development version of Tomcat. Looking at the Windows processes revealed Tomcat at 158MB. I could not tell you whether that is a

Subject: AW: Static ints being cached

Hi > I cannot recompile the whole app everytime I change constant values. This is the problem. public final static ints are not referenced by the compiler but placed inside the class files a

Subject: Static ints being cached

Hi All I have an interface containing public final static ints. My servlets reference these ints when making database inserts. Yesterday I reordered the values of the ints and noticed that old val

RES: Off-topic - Java and X11 Window Server

1/ is Tomcat running on the same host with X? YES! If not change $DISPLAY to "that_host 0.0 " 2/ is X running on said host? YES! 3/ is X on said host set to accept connections? I guess its

Subject: criteria for a session

Hi what are the criteria for tomcat 4.1.26 to say the session is null (((HttpServletRequest)request).getSession(false))? It seams to depend on something in the request. When i open a second

Subject: japanese download filename

Hello I 've got a servlet that allows users to download files. I 'm specifying the filename using the Content-Disposition header and the charset using the Content-Type header. It all works lo

Problem with embedded Tomcat and JSP compilation.

Hi I wrote an application running an embedded Tomcat based on the sample code of the onJava site (an org.apache.catalina.startup.Embedded class with manual configuration of things usually found i

Tomcat service doesn 't start the server

Hi I downloaded tomcat 4.1.29 for windows and installed it. A service was installed as part of the installation. However the server doesn 't appear to be running. Only after I click on "Start To

Jsp bean error

Hi I have been unable to use jsp beans. Here are the code fragments.... ControllerServlet.java public class ControllerServlet extends HttpServlet { public void init(ServletConfig config) th

Subject: EJP-Tracer - How to do it?

I am trying to find a performance problem using the EJP. I have not used such a tool before and I am struggling a bit. I manage to run tracer on a simple java program without any problems. After

Forms Authentication

I am working with Tomcat 5 and Forms authentication. I am just using the tomcat-users.xml for now until I get everything working. What I am wondering is if I go directly to my login.jsp page

Best practices - doing code pushes

I have a question about how to load a new application w/o interruption of service. What do others do to remove/reduce service interruption when doing a new code push? I would like to be able t

JSP engine fails when trying to compile java / Apache /Tomcat/Windows XP ...

Hello Everyone I have installed tomcat and apache as per the User Guide for Tomcat. I 've started tomcat and apparently successfully. Apache seems to work for html files ok. When I try to use it w
Page 736 of 931 Previous 100   Previous 10   731   732   733   734   735   736   737   738   739   740   Next 10   Next 100