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 833 of 931 Previous 100   Previous 10   831   832   833   834   835   836   837   838   839   840   Next 10  

Subject: Jasper compile errors and IE

I have an issue with JSP compile errors not being displayed in the browser when I am using IE. The situation only seems to happen when I try to compile a JSP that has lots of errors. If I have a lar

Broken pipe in Servlet.sercice()

Hi We have an error that occured several times each day. We use a servlet to send serialized data to a java client. It always append when the servlet sent a big list of objects 2003-09-15 12 35 5

destroy() is not called when Context is reloaded

Hi I use a servlet as a chat-server which uses a blocking doGet()-method. (I am using the chat-server-example from the book "Java Servlet Programming "). To make sure the context can be reloaded I in

IIS5+Tomcat4.1 integration problem

Hi all Sorry for the repeated question. I 've seached the archive and read many howtos and my problem still persists. The problem is that the isapi filter is not working i.e. red arrow in IIS. I tried

SOS JSTL

Hello I am developing an application that uses Jstl for internationalization. I store a string called "lang " in a request attribute (${requestScope.lang}). This string is either "fr " or "es ". My pa

Tomcat crashing at random moments of time

Hi all we are trying to run own web application (JSP MySQL) on Slackware 9.0.0 with using tomcat-4.1.24 (used default configuration) and j2sdk1.4.1_02. And our problem is at the random moments of

MIME Types

Hi Does anyone know the mime type for WAR files. I foud somewhere on the web that JAR files have a mime type of application/java-archive but cant find any info on WAR files. Thanks. Matt ______

jserv status

Hello someone know if there is any command line tool to query the port 8007 and get the status of the jservs processes. I would appreciate any help. Thanks in advance. Lucas

Not getting the webpages shown in tomcat 4.1.24

hi friends This is sathiyam KG and i am currently working on a web Application project at client place Japan using tomcat4.1.24+Apache2.0.46 on windows2000server. I am getting a strange problem of

Liferay Enterprise Portal 2.0 RC1 released (with JSR-168 support)

Hello Everyone I would like to let you know that Liferay Enterprise Portal 2.0 Release Candidate 1 has been released. Liferay 2.0 RC1 supports the JSR-168 Portlet standard. Liferay is a free open-s

Threads and tomcat

Hi I 'm trying to get some info on the lifespan of a thread in tomcat (4) can somebody point me to some documentation or help me out? Cheers Josh -- [ Josh 'G ' McDonald ][ 0415 784 825 ][ http /

running tomcat on port 443 as non-root

Hello I have to run Tomcat standalone as user e.g tomcat (non-root) on port 443. But the server doesn 't start (not able to bind port 443). With 8443 everything works fine. Why can 't tomcat do that l

Tomcat 4.1.24 (or 27) with Log4j 1.2.8 - Tomcat does not start

Hi All I am migrating my current application to use Struts 1.1 and I am facing a problem. My current app. has logging implemented with log4J 1.2.8. I am facing a bizzare problem when using Log4J 1.

AW: How to configure Tomcat to acceppt PUT requests for servlets?

Yes sorry I meant PUT but I have already a doPut() method in my servlet but it is never called because my calling client receives an error 405 from Tomcat 4.1.27 when setting the requestMethod to "

tomcat-users.xml not written to when not configured to be in defa
   ult location

The Tomcat Administration tool does not appear to write to the tomcat-user.xml file if it is not located in the default conf directory. I have configured a UserDatabase to point to a location other t

Is there any way to start 2 jvms in the same ServletContext?

Hello all This is probably an oft-repeated question but is there any mechanism within the Tomcat framework to have TWO jvm 's running in the same ServletContext? Workers? I don 't believe so but I w

Re: Tomcat appears to cause erroneous ClassCastException (see
   message for circ

You 're partially correct thinking this is Tomcat I believe. The cast exception can be caused when a class created by a different classloader is cast in the current one. In short try specifying the

How can I change the default installation path when I install the rpm 4.1.24

mkdir /usr/share/tomcat mv /var/tomcat4/* /usr/share/tomcat/ Filip ----- Original Message ----- From "Mary " <kongsishi@(protected) > To <tomcat-user@(protected) > Sent Tuesday September 23

How can I change the default installation path when I install the rpm 4.1.24 ver

Hi My installation files are tomcat4-4.1.24-full.2jpp.noarch.rpm. The default installation path is /var/tomcat4 Now I want to change it to /usr/share/tomcat Can you help me out? ______________

Apache 2.0.47, Tomcat 5.0.12, and JK2...

Hey folks sorry to repeat what many have you have seen before but here goes... I 'm running Apache 2.0.47 Tomcat 5.0.12 and I 'm having a few problems getting them to play nicely together. Everyt

Configuring a JDBC Data Source

I 'm trying to configure a JDBC Data Source for a Tomcat 4.1.27 installation. I used the Admin tool which wrote the following entry to my server.xml file <GlobalNamingResources > <Resource name

portals

Can anyone suggest a good portal framework? I 'm looking to migrate all of my applications to run within a portal but I can 't decide on one... --mikej - ------ mike jackson mjackson@(protected)

Compilation Error !! mod_jk.dll, Apache 2.0.47 + Connector 4.1.27

Hi All I am getting a compilation error while generating the mod_jk.dll for Apache 2.0.47 and Connector 4.1.27. These are the steps I followed. 1. Took the sources of Apache and Connector and set

our attempt to build tomcat 4.1.27 from source on Solaris 2.8

Dear tomcat Colleagues We have been trying to build tomcat 4.1.27 from source which we downloaded from the cvs repository (cvs.apache.org) onto a SPARC computer running Solaris 2.8 using j2sdk 1

Jstl problem

Hello I am developing an application that uses Jstl for internationalization. I store a string called "lang " in a request attribute (${requestScope.lang}). This string is either "fr " or "es ". My pa

mod_jk error in browser window

Hi there I 'm using Tomcat 3.2.4 and Apache as frontend with mod_jk. Sometimes when I open the main page the following error apears in the browser window HTTP/1.0 200 OK Date Tue 23 Sep 2

Follow on from ClassCastException question

I 've implemented the logon architecture using an interface which all authenticator modules implement so that the attempted cast now reads m_authenticator (ILogon) o That still causes a ClassCas

Subject: Tomcat + Apache + SSL

I have apache set up to redirect requests for a specific context to Tomcat. I am curious if there is a way to force all requests to that context to be redirected through SSL. http //servername/secur

Urgent plz...modjk2, Tomcat 4.1.27, apache 1.3.24 integration

Hi All I am having apache 1.3.27 tomcat 4.1.27 i have compiled mod_jk2 on my machine when i open the URL it says "document contains no data " the tomcat looks to be starting fine saying Starting se

Tomcat appears to cause erroneous ClassCastException (see message for circum

Howdy Are you putting the AuthnLogon jar in common/lib in order to use JAASRealm? Can you put this jar (and all others for your webapp) in the WEB-INF/lib directory instead? Another thing that mig
Page 833 of 931 Previous 100   Previous 10   831   832   833   834   835   836   837   838   839   840   Next 10