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 106 of 931 Previous 100   Previous 10   101   102   103   104   105   106   107   108   109   110   Next 10   Next 100  

Tomcat as root and security issues

I read somewhere that if I want to run Tomcat standalone on port 80 I will have to run it as root and that this is potentially unsafe. Is there any way for me to run it on port 80 without having to g

mod_jk - > tomcat sending delay

Hi I observe in mod_jk 's log errors [error] ajp_get_reply jk_ajp_common.c (1566) (ajp13w) Tomcat is down or refused connection. No response has been sent to the client (yet) In the rush hours

SSL Configuration works but half the way (answering extra info)

I configured tomcat as standalone server and now i want to configure ssl. I did that as the book I have said and also like the documentation in the website tells me. after the configuration i get t

Session timeout during method execution

Hi I have a little complicated issue with HttpSession timeout process. It goes like this. Lets says my Web Application session timeout period is 5 minutes. I made a Http request to server and corr

difference between FORM and BASIC authentication method

what is BASIC authentication method ? i mean how is it different from FORM authentication ? does it mean i dont have to write a login.html or login.jsp page ? --

authentication using active directory

Hi I am trying to authenticate using Active directory for one my application in tomcat. ( I have only one application deployed in tomcat). I had configured server.xml and web.xml to use /gridspher

invalid LOC header (bad signature) when running in servlet only

I have an web application that takes OpenOffice 1.1 files and converts them to web pages. I have a single sxw file that causes an exception but only when run in the servlet. When running in the se

How to locate a configuration file on disk at runtime

This is a followup to my question about startup parameters. After digging around a bit it looks like my best bet is to use the Properties class to read my settings from a disk file at startup. Th

Latest tomcatie/IIS marriage trouble on CPU usage

Hi I tried to follow the installation steps. I can see 'http //localhost/jsp-examples/ '. But for some reasons tomcat5.exe hit cpu nearly 50-100% and stay there. This happens on two installations.

Memory Mgmt Tomcat

I am running Tomcat 5.0.28 on Linux. It works fine for few days but starts throwing OutOfMemoryException after that. Any clues ?? Thanks Gaurav Singh Kushwaha http //www.chakpak.com Ph +91-9880101

Trouble adding custom ELResolver into resolver chain

I am trying to use a custom ELResolver that will work with the existing default resolvers. Initially I tried just adding it within the face-config.xml as follows <application > <el-resolver >

Tomcat randomly hangs [SECOND INQUIRY]

you shouldn 't hijack threads please start a new one. However one quick shot 2.4 kernel usually doesn 't have nptl support which means that you can maximum have something like 500 threads in tomcat

Subject: HTTP PUT - HOW TO CONFIG?

Hi Is there any directive to handle HTTP PUT like in the apache for tomcat (5.5)? In Apache I can using a directive such as # A CGI PUT handler Script PUT /cgi-bin/put.cgi Questions

multiple requests from the same client (only 2 threads are activated!)

Hi I have a web application and I 'm using ajax to send requests to the server (I 'm using Tomcat 5.5.17). The problem is the following - if I send more than two requests from the same cli

SSL Configuration works but half the way

I configured tomcat as standalone server and now i want to configure ssl. I did that as the book I have said and also like the documentation in the website tells me. after the configuration i get t

Subject: Tomcat randomly hangs

Hello and thanks in advance for any advice. We have Tomcat 5.5.20 running standalone on the following system Dual AMD Opteron 4 gig of memory Debian Linux 2.6.8 amd64 smp kernel latest sun java 1.5

IE Issues with JSPWiki & JCIFS!!

Hi there we have a problem running JSPWiki under Tomcat when using Internet Explorer. It 's fine in Firefox and doesn 't display any exceptions as shown below! This has happened since installing the

confirm subscribe to users@tomcat.apache.org

Hi there we have a problem running JSPWiki under Tomcat when using Internet Explorer. It 's fine in Firefox and doesn 't display any exceptions as shown below! This has happened since installing the

Storing webapp startup parameters

I know of two built-in methods of storing preferences for a webapp but need one with characteristics which combine both of them. Using the java Preferences class allows changes to be made while th

sample error install on Tomcat 4.1.34 with JDK 1.4.2

Hi I want install ajax4jsf samples on my Tomcat server 4.1.34 and I have following error messages ? Do you have an idea ? Regards Philippe D?marrage du service Tomcat-Standalone

find where webapp installed via java code

Hi all I have a servlet in which I need to find the file system path in which the executing webapp is running. 10x Asaf

JSP include issue when pre-compiling using Ant/Tomcat

Hi I 'm having problems doing JSP pre-compilation using Tomcat 's JSP pre-compilation libraries and Ant. The problem is demonstrated by the following test.jsp <% String myVar "Hello " % > <%@ in

Subject: request.getContextPath issue.

Hi list Version Jakarta-5.5.7 I deployed a new warfile in a new virtualhost in my server.xml <Host name "dspextranet.lan.kiala.com " appBase "dspextranet " unpackWARs "true " autoDeploy "true " x

write to Tomcat JNDI

Hi I need to bind objects using JNDI in my servlet running on apache tomcat . Since I 'm new to the JNDI topic I did a lot of reading the last few days and got mixed up a little. The tomcat document

Subject: Problems with mod_jk apache

Hi there I 've been trying to configure my apache2 and tomcat5.5 in order to work together. It works when I point to http //mysite/index.jsp it works then I need to use VirtualHost. I edited the vho

Subject: Tomcat 4.1.29 Question

Congress passed a law that changes the start and end dates of daylight savings time and that change goes into affect this year. Starting this year daylight savings will start on the second Sunday i

Classloader or Security Issue?

Hello I am trying to call an EJB from tomcat 5.5.20. The EJB is is located on Websphere 6.1. I am able to get the JNDI context but when I lookup the bean I get the exception below. I confirmed tha

how to detect whether Tomcat has finished starting completely on Windows?

Hello We are planning to use latest Tomcat from 5.x branch on Windows. It 's started using 'bin/catalina.run bat ' (please don 't offer to run it as a service!). Our application requires Tomcat to be

Solaris jk-1.2.20

Hey all New list subscriber. I 'm trying to get the latest jk for Solaris and trying to avoid compiling from source. All the binary trees for 1.2.20 and solaris are empty. Just sending this t

Deploy WAR file with multi-level context path (was: Re: Path element in cont

Markus Sch?nhaber wrote > I 've done some more research but didn 't find a way to deploy a WAR file so > that the application is accessible via a multi-level context path. > Is there a way to achieve
Page 106 of 931 Previous 100   Previous 10   101   102   103   104   105   106   107   108   109   110   Next 10   Next 100