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

Building Static Apache w/ JK Connector

Hello all I am having problems following the instructions to build a static version of apache (no Dynamic modules) with the JK 1.2.15 module. First there isnt ' a binary of JK 1.2.15 and I can 't

JSVC - make: Fatal error: Unknown option `-C ' - Solaris

Tomcat User I 'm having trouble compiling JSVC on Solaris 8. 'configure ' runs ok. Any ideas on how 'the 'make ' will run? See output below ./configure *** Current host *** checking build system t

tomcat 5.5.15 404 - extra path after jsp page

I am using tomcat 5.5.15 I can access jsp page but if I put /something after jsp page I will get 404 error. e.g. good - > http //localhost 8080/jsp-examples/jsp2/el/basic-arithmetic.jsp error- >

Tomcat5.5 init script on FC4 revisited

Hi all I have modified a file from Warren Pace. After running I can ps ax | grep jsvc and have two pids but trying to http //localhost 8080 gives a refusal. I have checked the log files and t

Detect expired server certificate

Hi I have this in my server.xml <Connector port "443 " maxThreads "150 " minSpareThreads "25 " maxSpareThreads "75 " enableLookups "false " disableUploadTimeout "true "

mod_jk gets stuck at Maintaining Worker

I 'm having a problem where requests through apache work for a while but then eventually get hung up at "wc_maintain jk_worker.c (301) Maintaining worker app01 ". I 'm using Apache 2.0.55 (worker mpm

swallowOutput and System.out in Tomcat 5.5

Is it true that System.out is no longer swallowed by Tomcat 5.5 using swallowOutput "true "? I have seen mixed messages on this and definitely cannot get it to work. I am running Tomcat 5.5.15 on RH

STrange problem with a thread made in Servlet.init()

Hmmm.... A very verbose exception message. Can we see the code that threw the exception? Are there any other exceptions in the logs before this one? --David Artur Rataj wrote > I made a servlet

Image files accesable for a servlet in Tomcat, but they were accesible in Ja

Hi Marc Are you running Tomcat on a "headless " machine in other words on a machine that does not have any graphics drivers installed? This is the case for many SSH-only Linux servers like mine.

Using APR with tomcat leaves port 8009 bound when tomcat is terminated?

Hi I 'm using APR 1.2.2 with Tomcat 5.5.15. Occasionally I need to restart the JVM and so I have one of my servlets call System.exit(0). When using the APR libraries with tomcat exiting the J

Image files accesable for a servlet in Tomcat, but they were accesible in Java s

Dear Sirs I have got a servlet that generates a pdf file from a xml file the servlet runs in Tomcat and it runs fine as long as in the xml file does not contain references to images. At the moment

A simple question about creating a thread in Tomcat app

Hello! I would like just after tomcat starts to create a new thread. Where can I put the code that starts it? I do not want to wait with starting the thread until some servlet is needed. Best rega

Java Question

Does anyone know of a mailing list were I can ask some java related questions? The number one question I have is if it 's possible to write code within Java that changes all your HTML files back to t

Tomcat 5.0 server shortened URL

Hi I 'm setting up a Tomcat 5.0 server with only one webapp. The path to the default app is quite long so in /etc/tomcat5/server.xml I set up a Context effectively mapping /webMathematica/JWS to /

Today 's ISAPI Redirector challenge

I started getting the following error yesterday afternoon. Can someone tell me where I can find an explanation of the err -60? Thanks! Earnie! [Tue Feb 21 15 45 19 2006] [error] ajp_connection_

Redirect username and password from http basic authentication to a serlvet a

In this case - I would not use a realm. I would use a few filters. 1) One that checks for the WWW-Authenticate headers to ensure you are logged in and sets request.getRemoteUser() and override reque

Redirect username and password from http basic authentication to a serlvet as pa

Hi! I 've implemented a simple custom realm that I use in Tomcat 5.0.28. But instead of doing the authentication in the authenticate method in my realm I 'd like the actual authentication to be conduct

AccessLogValve - tomcat 5.0.x logging to syslog?!

Hi everybody I 've searched the internet and experimented around getting the following done I want to have tomcat logging it 's access log to syslog. I already successfully have catalina.out and al

tomcat and xslt 2.0

Correct me if I 'm wrong here as I understand it tomcat uses Xalan as its XSLT engine. Xalan does not support XSLT 2.0 . Is there any other XSLT engine I can use with tomcat (I read something about

Subject: setCharacterEncoding() =?ISO-8859-15?Q?f=FCr_POST-data_in_?= =?ISO-8859-15?Q

Hi <%@(protected) contentType "text/html charset UTF8 "% > <% request.setCharacterEncoding( "UTF-8 ") % > <html > <body > <form method "POST " > <input type "text " name "text " > <input type "submit " > </form > Test

xslt

Can I use XSLT 2.0 stylesheets with tomcat 5.5.15 ? I get ERROR 'Error checking type of the expression 'funcall(format-dateTime [step( "child " 24) literal-expr([Mn] [D1o] [Y0001] at [h01] [m09]

Tomcat 5.5.9 data source and DB restart issue

Hi I have a problem with Tomcat 5.5.9 data source When the database (MSSQL in this case) is restarted data source throws the exception. I have to restart the Tomcat in order to fix this issue. C

mod_jk handles redirects for a while, then starts freezing

Hello I 've always used mod_jk2 but since I 'm now using a 64 bit web server with Apache I figured now would be a good time to make the switch to mod_jk. However I 'm having a problem where after s

5.5.15 exception about key 'standardSession.setAttribute.ise '

Hello I get this exception sometimes in my 2 node cluster. (tomcat 5.5.15) The tomcat source learns me the session is invalid at that point but what else can I learn from this exception? Ronald.

Subject: Multiple Realm in Tomcat

Hi all I have successufully configure my Tomcat to use ldap service to authenticate my users. Now i would like to know if it is possible to have multiples Realm for the same Webapps. With this if

BadInputFilterValve working with Tomcat 5.5

Does someone run the valve BadInputFilterValve with Tomcat 5.5? This valve immunes against all XSS HTML injection and command injection exploits. It has been written by Jason Brittain using Tomcat

common-compress

Hi Where I can find the jar of this project? Unable to find it there http //jakarta.apache.org/commons/sandbox/compress/

Does mod_jk work with Tomcat 5.5?

I downloaded the mod_jk binary for my distribution and the filename was jakarta-tomcat-connectors-jk-1.2.14-linux-sles9-x86_64-worker.so I placed the file in the httpd modules subdirectory I then

init.d Tomcat5 file modifications

Hi all I am a newbie (really new) to the world of java tomcat etc. I have a medical program for teaching cases called MIRC installed on Tomcat5.5 and Java1.5.0_06. I installed Tomcat5.5 and the

Subject: Can anyone tell me...

what the units are for this in ISAPI redirector? Milliseconds seconds minutes? Earnie! cache_timeout 0 Cache timeout property should be used with cachesize to specify how to time JK
Page 244 of 931 Previous 100   Previous 10   241   242   243   244   245   246   247   248   249   250   Next 10   Next 100