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 119 of 931 Previous 100   Previous 10   111   112   113   114   115   116   117   118   119   120   Next 10   Next 100  

Subject: Servlet with POST Request

Does a servlet require the use of a Content-Length for the Reader to be populated? I trying to use Tomcat instead of writing my own Socket Server. I have a set of lines that I am trying to parse

404 error when a newly created file is requested

Environment Tomcat 5.5.17 Windows XP Background I have a jsp page that contains a javascript rich text editor that I use to create snippets of HTML code that are stored in a database and later d

TC 5.5.15 - Internet Explorer firing multiple form submits? - Solution - tha

Thanks Chris that works. I think this used to be a simple button rather than a submit. Sincerely Frank McLean Christopher Schultz wrote >-----BEGIN PGP SIGNED MESSAGE----- >Hash SHA1 > >Fra

Decipher Error

Hello I am moving some code via ant to a new deployment area on the server and I am experiencing the following error (below). I am running Tomcat 5.5.20 on XP. I thiought it was a jar file but I

On Tomcat 5.5.9, can 't flush the buffer or reduce buffer size < 8192

I 'm trying to work around a timeout problem which one of my user 's proxy server has. The proxy 's timeout is set to 1 minute. Should it not receive any HTTP traffic for 1 minute it disconnects. One o

Using 2 Realms for authentication and access control

I have an application that runs on tomcat that by default uses a JDBCRealm to query a database for authentication. I would like to use Kerberos for the user password authentication but still use my JD

Apache SSL + mod_jk

Hi I 've been trying to get mod_jk to work where 1) Users connect to the Apache server via HTTPS 2) All requests are proxied to Tomcat via mod_jk using AJP1.3 I have been able to

looking for example using Mbean to for session management across multiple appli

Hi I 'm looking for an example of using Mbeans to access the org.apache.catalina.Manager interface to manage HttpSessions. First off however is this possible? We 're interested in using this appr

Bind after authentication with authenticated users credentials

I want to use a webapp to create modify and delete objects in an Active Directory Application Mode instance. I use form based authentication to protect the webapp. In this configuration the user logs

How To Migrate

I 've recently moved from fedora core 4 to fedora core 6 and during that process the tomcat being used is version 5.5.17. I kept a backup of my original tomcat version 5.0.28. I would like to know

Subject: "Page cannot be displayed "

Hi All! I installed tomcat 5.5.17 on a Unix solaris box and deployed a war file there. Everything works fine except for the fact that I get a "page cannot be displayed " page from time to time. This

Should I manually buffer my streams I get from the servlet-container?

Hello I wonder wether I should manually buffer the streams I get from HttpRequest/HttpResponse by wrapping it in an Buffered****Stream? Is does Tomcat (and whats about other servlet containers) take

Getting the Tomcat Native library to work under Fedora

I guess most of us have wondered at one point or another what this message means "INFO The Apache Tomcat native library which allows optimal performance in production environments was not found on

Help: Enabling SSL

Hi everyone I follows the instructions on the Tomcat website for enabling SSL http //tomcat.apache.org/tomcat-6.0-doc/ssl-howto.html However if I attempt to connect from the local host as

Filter with "HTTP Negotiate "/SPNEGO/Kerberos against Active Directory with LDAP

Regarding "HTTP Negotiate " - I am on the lookout for people interested in SSO from a browser to Tomcat and against a Windows Domain Controller/Active Directory through LDAP with the purpose of crea

using a dll in a webapp - Fixed!

Hi again I think I solved the problem. Like I wrote using System.loadLibrary( "win32com.dll ") didn 't work neither did CommDriver commDriver (CommDriver) Class.forName( "com.sun.comm.Win32Driver

How to update Certificate Revocation List (CRL) without taking down Tomcat Serve

Or is this option supported in Tomcat 5.x or 6.0? Thanks. DY

Tomcat 4.1 Issue - Strange - Fixed

Hello All We resolved the problem. The OS is 64 Bits and the Java version was 32 Bits so after we installed java 64 Bits. Our Tomcat is not shutting down anymore !!! And it is pretty much stable

problem: need to build tomcat 5.0.28 from source and missing jars

Hi I 'd need to build-from-source tomcat-5.0.28. I currently have the following problem -Some jars do not exist on the net. The tomcat 'net build ' script tries to download them but cannot f

Subject: using a dll in a webapp

Hi everybody I want to establish a connection to a serial port from my webapp by using the javax.comm package which uses the win32com.dll (on windows systems). In most cases it seems to be the c

Tomcat localhost server page won 't open on XP PC with bitdefender 10

I installed the Tomcat windows package as-is on both my work and home computer. The work computer is Win 2000 The home computer is XP SP2 with an additional Bit defender firewall The local Tomcat p

ajp connector issue - getting "Unable to get the free " in mod_jk.log file.

Hello We are getting unable to get the free endpoint and eventually resulting in a 500 (internal server error). We are using apache 1.3.37 and mod_jk version is 1.2.15. Due to many reasons we are n

PHP on Tomcat

Hi all I have tried the tutorial about setting up PHP on tomcat as a Servlet from wiki.tomcat but I could not get it to work. Has anyone managed to get PHP4/5 to work on Tomcat ? Do I still need to

JspServlet classpath init param is ignored

Hi I am trying to set a custom classpath for the JspServlet to allow JSPs to reference classes that are not located in one of the default locations (WEB-INF/classes WEB-INF/lib). But I can 't get t

Avoiding requests when session is expired

Hi guys is there any way in tomcat to capture or be notified that a user whose session is expired is doing a request ? like redirecting the "invalid request " to a new url ?? regards

Subject: Slow restart on Windows

Hello I apologize if this has been answered before but I could find it in my searches. I find that after making a change to a file such as server.xml and stopping and starting the server that it

How to depoly a web appliaction without startup/initialize it?

Is there any way to let Tomcat auto deploy a webapp without startup/initialize it when you startup the Tomcat? Then use the manager app to startup that webapp later? Chen

Tomcat 5.5.20 context configuration.

I have a directory webapps/ABC2 in tomcat 5.5.20 I want to access it using http //localhost 8080/ABC instead of http //localhost 8080/ABC2 here is the problem I get. when I put ABC.xml in conf/cata

Connectors and SSL

Hi I 'm trying to enable an SSL connector on Tomcat. The certificate files I 'm using are shared with my Apache2 web server (see below). I 'm using the following APR configuration <Connector

How make a Windows shortcut to to start and stop Tomcat servcie on windows

I figured out that a windows Tomcat installation creates a tomcat service which is automatic. However I 'd prefer being able to start up the tomcat server when I do Tomacat and close it after preferr
Page 119 of 931 Previous 100   Previous 10   111   112   113   114   115   116   117   118   119   120   Next 10   Next 100