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 846 of 931 Previous 100   Previous 10   841   842   843   844   845   846   847   848   849   850   Next 10  

Subject: Tomcat and Static Variables

I 've got a book (extra credit to who can name it) which uses a Counter servlet as an example of how servlet containers handle static variables. It claims that aliases (I may be wrong on this it 's

Can 't find startup scripts after installing Linux RPM

I 'm running RedHat 8.0. Following the instructions in "Tomcat The Definitive Guide " I downloaded and installed tomcat4-4.1.24-full.2jpp.noarch.rpm. Under "Starting Up and Shutting Down " (page 13

About server.xml

Hello all I am new to Tomcat so can anybody explain or advice an article about this elements. Specially I cant understand the meaning of elements <Logger > <Ejb > <Environment > <Parameter > <Reso

Getting mod_jk2 : Slackware & FreeBSD and Tomcat

Has anyone built a mod_jk2.so file for FreeBSD5.1 and Linux (Slackware)? I got the mod_jk2.so file in Slackware with sucessful but NOT with FreeBSD 5.1. I have libtool 1.4.3 in Slackware and 1.4.2 i

Tomcat 5.0.7 no longer autostart in Apache 2

Hi Tomcat 4.1.x could be autostarted from Apache2 with these lines in workers2.properties [worker.jni onStartup] class org/apache/jk/apr/TomcatStarter ARG start disabled 0 [worker.jni onShutdown]

Subject: How To Build mod_jk?????

I have been trying to build mod_jk and it seems the documentation is lacking and the instructions do not work. First my system Solaris 8 64-bit with latest patch cluster gcc 3.3 AND Sun 's Forte D

Subject: port 8009 security (ajp13)

Hi everyone I have a question about port 8009. I 'm using Tomcat 4.1.27 Apache 2.0.47 mod_jk2/2.0.3-dev on Solaris 9. When Tomcat starts Tomcat says "INFO JK2 ajp13 listening on /0.0.0.0 8009 "

compile error

Hi my name is Aulia. I have a weird problem here. When I try to run JSP and if the page has some errors. It displayed error messages. But right now...when I compile it and if it has a compilation e

How to trigger events from tomcat?

hi I am developing a web based appointment sheduler. the data is stored in xml format. i am using tomcat/jsp/servlet for example if i added a new appointment the program will ask for a reminder

two way trust

Does Tomcat support two way trust (HTTPS) between the client and itself where the server requests for a X509 certificate from the client connecting to it? I read somewhere that this feature isn 't co

Subject: exception.getMessage()

Hello I 'm having a problem with 'exception.getMessage() ' - whenever I throw an IOException with a message (i.e. throw new IOException( "error ") ) my error jsp page displays nothing. I have the ja

where is JSESSIONID?

Hi folks Anybody knows where is the JSESSIONID cookie is? I search the whole Cookies folder I can 't find it. Billy Ng

MultipartRequest: unexpected end of part

I 'm using the latest oreilly class MultipartRequest to upload files into my server. However whenever I try to upload a big file (say > 100k) I got the following exception. With smaller file ( < 50k)

NPE with getContext() in a jsp

Hi Using tomcat 4.0.24 I have some <context-param >s defined in my web.xml. In my servlets I am able to access these values with getServletContext().getInitParameter( "some name ") However if I t

Trouble with Apache 1.3.28/Tomcat 4.124/mod_jk 1.24

Hi I 'm trying to setup a Apache/Tomcat test server and am having some problems. Apache works fine on port 80 and Tomcat works fine on 8080 but I can 't get mod_jk to connect them. I 'm running Sola

WebApp and database not working

Hi When I open web page with database connection directly (not via Apache and WebApp) it works fine (displays records from database) but when I open the same page through Apache using WebApp I got

Simplified Chinese to UTF-8 (SOLVED)

Sorry Dan I used the Filter as is (using UTF-8) and removed the code to try to convert it again and it works beautiflly for both Chinese and any type of Japanese I can throw at it. Thanks again. -

tracking the download of a file

I am working on a program that checks the file download progress and audits the results. I have noticed with netscape browsers that if a user starts downloading a file and the "Save As " window co

Setting error page for servlets

Is there a way to set the error page for a servlet (i.e. something comparable to using the page directive with 'errorPage error.jsp ' in jsp 's)? Thanks James

Subject: Simplified Chinese to UTF-8

I have an annoying problem that I am trying to figure out. I need to support Simplified Chinese in a webapp that also supports ISO-8859-1. I figure the best way is to make my web pages encoded in UT

Subject: JNDI References To Tomcat 4.1

Greetings I am trying to create a standalone application that references a DBCP on Tomcat. I 'm not sure if I can do this I 've seem some articles that seem to suggest that it can be done but again

Does load balancing with sticky sessions work with mod_jk? - SOLVED

I 've been digging around in the source for Tomcat 4.1.27 and this is what I 've found. The problem I 've had with not being able to get load balancing to work in my application is a problem with Basic

default path - simple question

I am new at using Tomcat and have a basic question. I have gone through the config files but haven 't been able to find out where to set the default catalina_home directory. I have a web application th

Request parameter value containing = is not parsed well

Hello All I have a servlet whose expected parameter is ZAZBZ and its value is CZlYnXtAIBDC D9W7V So calling http //host/context/name?ZAZBZ CZlYnXtAIBDC D9W7V would cause System.out.println(request.

Subject: Tomcat MultiHosting problems

Hi all I 've great problems with Tomcat and setting up a context in a 2nd (virtual) host my environmemt OS Redhat Linux Platform Intel x86 TC version 4.1 tomcat4.conf --- cut ----- CATALINA

RE: URLEncoding urls (hrefs) that are coming out of a
database...

A complete html parser seems a bit over the top if you can ensure the html is validated before it goes into the database. If the html is validated you can perform a search and replace on known cases

URLEncoding urls (hrefs) that are coming out of a database...

Gang I store text in my database that contains Hello there user please click <a href "link " >this link </a >. ....I output this text to the user with the <bean write/ > tag (I 'm using struts 1.0 &

Subject: PropertyMessageResources

I recently uninstalled tomcat 4.1.24 and installed 4.1.27(with hotfix) on w2k professional. Whenever i start tomcat the following lines (aswell as some other stuff) appear on the console [INFO] Pro

JK2 runtime reconfig and graceful shutdown config example?

Hi I tried to use the JK2 graceful shutdown feature through runtime reconfig but my setup failed to work. Anyone has a working example? My setup has Apache 2.0.47 and 2 instances of Tomcat 4.1.24

Subject: presistent session id

Hi folks I will lose the session everytime I close the browser. Is there a way to persist the session even I close the browser? Thanks! Billy Ng
Page 846 of 931 Previous 100   Previous 10   841   842   843   844   845   846   847   848   849   850   Next 10