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 242 of 931 Previous 100   Previous 10   241   242   243   244   245   246   247   248   249   250   Next 10   Next 100  

Problem with getting ppt file from tomcat JSP server via https/SSL

Hi Summary Please tell me what headers Tomcat sets when it serves out a plain file and how I can control those headers. Long version I 'm using Tomcat 5.0.28 for a small webapp. It sits behind

error-page for nonexistent context

(I am required to anonymiee a Tomcat 5.5 server from hackers trying to discover its version etc.) If I put this in conf/web.xml <error-page > <error-code >404 </error-code > <location >/anon_error

mod_jk set up, running, no errors in log, but no connections between Tomcat

Depends on the log level and whether or not you have acutally hit a page that is picked up by mod_jk. Earnie! -----Original Message----- From Brad O 'Hearne [mailto brado@(protected)] Sent Friday

mod_jk set up, running, no errors in log, but no connections between Tomcat / ht

Well it appears I have Tomcat and httpd set up and running mod_jk without any errors in the logs. I have used the tomcat auto-config for mod_jk and httpd is including it into the httpd.conf file.

Forcing Context Reload (watched resource) via Java Code

Hi All I 'm using Tomcat 5.5.9 on Java 1.5.under mixed OS 's. The question is one of forcing a context/webapp reload via java code - is this possible? I know adding a watched resource or add

tomcat catalina.out getting bombed with debug messages on maven-proxy deploy

I have a vanilla installation of Tomcat 5.5 (with logging added and log4j.properties rootLogger set to level INFO) which starts up cleanly and writes maybe 15 lines to catalina.out -- no more. I

first jdbc tomcat application (UNCLASSIFIED)

Classification UNCLASSIFIED Caveats NONE That 's what I was thinking but it could easily be changed and he indicated that he was successfully able to bring up Tomcat 's index page. So I am not sur

default Tomcat 5.5 won 't shutdown cleanly (Was: After adding mod_jk, tomcat

Are you using the native apr connector? Josh. > -----Original Message----- > From Brad O 'Hearne [mailto brado@(protected)] > Sent Friday February 24 2006 11 50 AM > To Tomcat Users List > Su

default Tomcat 5.5 won 't shutdown cleanly (Was: After adding mod_jk, tomcat won '

I guess I have to alter my original assertion. Vanilla tomcat 5.5 isn 't shutting down cleanly (default server.xml). Are there known causes for this? Anything in particular that I need to check? Bra

After adding mod_jk, tomcat won 't shutdown cleanly

Ok it appears I may have mod_jk running properly. However now when I try to shutdown tomcat I get the following Using CATALINA_BASE /opt/apache-tomcat-5.5.12 Using CATALINA_HOME /opt/apach

number of established connections keep growing

Hello! I 'm running Tomcat 5.0.28 on a Windows 2000 server. Tomcat is wrapped using the Java Service Wrapper. All connections to the Tomcat service come from a proxy running apache+mod_jk on linux.

Issue with ajp13 socket after tomcat shutdown

After I manually shutdown tomcat (shutdown.sh) the ajp socket seems to stay open for an extended period of time. If I attempt to restart I get the following output in catalina.out. The problem is tha

Which direction: mod_jk or mod_proxy_ajp? (was: why use mod_jk?)

I suppose this question deserved its own thread. Before I spend any more time trying to get this configured I would like to know what is the best way to proceed mod_jk or mod_proxy_ajp? Thanks

I got an error on import org.apache.xpath recompiling with Tomcat5 and JDK5

Dear Group Which jars am I missing and were can I find them when I got an error on import org.apache.xpath? I am trying to move from jdk1.4 and Tomcat4 to jdk5 and Tomcat5 I have installed Tomca

Page not recompiling after being touched

Greetings I 'm running Tomcat 5.5.15 on Win2k. I have an Ant script which I used to start and stop tomcat and I pass it a customized server.xml file. My Context is not embedded in server.xml but ra

Subject: Tomcat IP and Session ID 's

I have a question regarding IP address and session ID 's. If a user on IP Address 1 connects to the Tomcat server and is given session ID A what happens if that session ID is hijacked by someone on I

Multiple webapps using one war file

Hello I 've got rather complex web application (struts hibernate etc) which runs on Tomcat. There is a need to deploy this webapp for various customers. The only difference between them is the da

Subject: Tomcat servlet load handling

Hi I face problems when Tomcat is facing heavy load for a particular servlet. I got a servlet which serves a large amount of data to users. When a particular number of users is accessing this servle

Shared Lib files

Hi I been using shared lib directory for mail.jar and activation.jar for mailing through java method. It was working fine when tomcat was running on port 8080. after few days i redirected to tomcat

Some Questions about SingleSignOn Valve

Hi i?ve tried to use the SingleSignOn Valve which works fine for the Tomcat Host. Now i?d like to authentificate against an external (Apache) Application. My questions 1. i found an article that

Subject: First JDBC tomcat app

I 'm stepping through the example Professional Apache Tomcat 5 book by Wrox in Chapter 14 - I have set up the mysql database and confirmed it works and set up the tomcat server and confirmed that I can

why use mod_jk?

After wasting time trying to configure mod_jk I thought I 'd just wipe my mind free and just play dumb for a moment. If Apache can proxy requests using mod_proxy what is the benefit of using mod_jk

Tomcat documentation

Suppose I wanted to completely rewrite (or write) 100% of the Tomcat documentation. Other than reading source code are there any other resources (design docs diagrams etc.) available to use as re

Subject: The bottomless pit of mod_jk

Pardon any show of frustration here but I wanted to know if there is any real definitive reference on configuring mod_jk. I 've burned 3 full days Googling endless configuration file editing taili

2 sessions different instead of one wished !!!

Hello I use JAAS and filter (security-filter) of Tomcat with the j_security_check. So here is the context - the user try to access to the ActionServlet?action welcome As the user is not authenticat

Subject: Need help with click streams

Hi I need to extract the click Stream logs from tomcat. Is this possible?? I would like to know who 's clicked what when and how many times. I need these stats for analytic purposes....... Regards

Subject: mod_rewrite losing session

Hi all I am having a problem when using mod_rewrite to hide the Tomcat webapp/context name where it spawns a new session with each request. I am using apache2.2 and mod_proxy_ajp to dispatch the r

5.5.x Connector no className attribute?

I don 't see className as an attribute can connector behavior no longer be overloaded?

Tomcat 4 - Disable low level cipher

Chad Joubert wrote > I have tried > several different string combinations using commas and collon dilimiters in > the server.xml file (ciphers 3D "* > ALL !aNULL !ADH !eNULL !LOW !EXP RC4+RSA +HIGH +M

Access permission exceptions when calling RMI from within Tomcat servlet.

I have a simple RMI server that I need a Tomcat servlet to access. A very simple command-line app accesses the RMI server just fine with the following code registry LocateRegistry.getRegistry (ho
Page 242 of 931 Previous 100   Previous 10   241   242   243   244   245   246   247   248   249   250   Next 10   Next 100