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 824 of 931 Previous 100   Previous 10   821   822   823   824   825   826   827   828   829   830   Next 10   Next 100  

Subject: AW: What does this mean?

Jon Skeet wrote > > Found this in my JK2 logs (Windows events) > > > > Emerg [jk_isapi_plugin.c (426)] HttpFilterProc > > [/cc200x/meta-inf/services/javax.xml.parsers.documentbuilderfactory] > >

What does this mean?

Hi Found this in my JK2 logs (Windows events) Emerg [jk_isapi_plugin.c (426)] HttpFilterProc [/cc200x/meta-inf/services/javax.xml.parsers.documentbuilderfactory] points to the web-inf or meta-i

webapp/path

Hi! In my struts-config.xml i have the following in an action <forward name "error " path "/mywebapp/jsp/error.jsp "/ > Is there any way of telling struts to use the webapp-root instead of the se

How To: JkSet, JkSet2 & JkUriSet

Are there ary docs for "JkSet JkSet2 & JkUriSet "? Also is ther a way to override {$server.root} so the mod_jk2 can find it 's configuration file? I can 't get the shm file to initialize because it ca

JNDI+dbcp Can 't find my jdbc driver

Hi I switched to jndi+dbcp for my database connection and now it can 't find the driver. It seems like this is a common problem on the list but if an answer 's been posted I can 't find it. Any poin

Subject: Problem Compiling JSP Servlet

Greetings I am new to JSP development and I am trying to compile a simple servlet from the "More Servlets and JavaServer Pages ". I am getting the error "cannot resolve symbol " (see below) which i

Subject: ant and JNDI questions

Does "ant remove " kill JNDI resources in the context you 're rebuilding? If not is there any reason I can 't have a resource of the same name in two different contexts? Cheers -Josh -- [ Josh 'G '

Tomcat BrainDump Seminar

Greetings all - We have just announced a two-day Tomcat super-intensive "Tomcat Brain Dump " during ApacheCon/COMDEX in Las Vegas November 20-21. If you are coming to either of these events and w

cgi program cannot open a new socket - security issue ?

I have a (legacy) cgi program that tries to open a TCP IP socket to a certain address port for communication. On Apache and iPlanet the CGI program works fine. On Tomcat however the CGI program isn 't

HTML quoting

What 's the standard way of quoting text for inclusion in a web page in Java? Ie. I need a method to convert the string Jeb said "Hell & damnation! Is 5 > 4? " to Jeb said " Hell & dam

Subject: Relocate Root Context

Is there way to point the Root Context to another location? The default appBase is pointed to "webapps " in server.xml. I want it to point to maybe /usr/local/apache/htdocs instead of the default /us

taglibs - writing dynamically tag

Hello dudes i have some tags to manipulate primitive types like <fieldInt > <fieldText > <fieldDate > etc. My problem is i?d like in some way dynamic define those tags dynamically in my JSP page

RE: JK2 log location, anyone?

Thanks a lot...I actually did notice that jk2 logged errors (but errors only) though Windows system which you could view through the Windows event viewer. Adding the alternate logger bit to my worke

Subject: Dev tool for Tomcat

Are you tired of starting and stopping your tomcat server each time you update a WAR? Are you looking for an innovative way to streamline your existing development processes? If so look no furthe

IIS +Tomcat for some reason the query strings are stripped

I was wondering if anyone else has come accross this problem. I have tomcat running under IIS. When I call a jsp page with parameters eg. www.x.ca?CHOICE 1 on the address field I see www.x.ca?CHOI

Accessing Sessions in the container

Hi all How would I be able to access/list all the sessions running on a JVM/Container? Any sample code would be delightfully welcome! Thanks in advance Kailas

Application Developer 's Guide: build.xml file

Hi all ) First post here so don 't bomb me if i do anything wrong P After downloading and installing Tomcat 5.0 beta i discovered an error in the build.xml file provided in that section. The tar

Link to Integrating Tomcat into Apache?

Hey I 've been trying to find a good tutorial or how to on integrating tomcat into apache.. can anyone provide a link? Preferably Apache 2.x and tomcat 4.1.x thanks!

Subject: JK2 log location, anyone?

sorry to repost so quickly but this seems like it should be a really simple answer Where is the JK2 log file placed by default and how do you specify where it should go on Windows using IIS? I 've

Tomcat hanging!! About to change container!! Please help!!

We have 10 days until we go GA. We are experiencing periodic and regular lockups of Tomcat. We are testing on a machine that is fairly loaded with background work (about 50% cpu). Our web app is ac

ssl on more than one port on w2000 sp2?

Hi Can i start more than one apache tomcat servers to listen on ssl connections on more than one port? I have a machine windows 2000 with sp2 that has 2 apache tomcat servers running. One server has

Subject: Including a JSP into another.

Hello This does not work for me at all <jsp include page "mypage.jsp " flush "true " / > But when I do a simple substitution for <%@ include file "mypage.jsp "% > It works fine. I want to use the

Newbie Question: Tomcat 3.2.3 + JDK1.3.1_09 + Win2K

I finally got Tomcat working last night. Nothing odd in that you 'd think but the problems I have been having is quite frustrating. The reason was I would get a 'Unable to find "Program " ' message

org.apache.catalina.startup.Bootstrap

Hello I get a pop up icon for org.apache.catalina.startup.Bootstrap on my doc on MAC OS X when I click on the link in my web app which generates and sends a pdf file to the client browser. Once thi

Using mod_jk with Apache Virtual Hosts

Hi Looking for some help with the following please.... I have Apache HTTP Server set up to server three virtual hosts. Two of these I want to be serving Tomcat based content the third serves pur

No mention of 4.1.27 hotfix on website

I just embarrassed myself on struts-dev complaining that the struts-blank webapp wouldn 't reload when the problem was that I hadn 't applied the hotfix for Tomcat 4.1.27. I went to http //jakarta.ap

Virtual Users on Apache/Tomcat on https

Hello Everyone! I hope someone can point me in the right direction. How do i configure Apache to redirect https //servername.serverhost.com/~username/test.jsp to Tomcat ? if that username has a dom

Integrating Tomcat and Apache on RedHat 9.0

FYI below is an article I wrote on integrating tomcat and apache on RedHat 9.0 that might be of interest. http //www.meritonlinesystems.com/docs/apache_tomcat_redhat.html It has a lot of general co

I need help explaining why lock box doesn 't show up - PLEASE

Greetings I 'm running Apache with mod SSL on a linux box. I 'm also running Tomcat and using the JkMount statements to send all of the jsp pages to Tomcat. The clients that I set this up for are com

One More Piece Of Info RE:JSTL Failure Under Tomcat 4.0.6

One more piece of info regarding my problem I deployed the apps in this order echo data-source and "big ". The stderr.log was empty after I deployed echo and data-source. When I look in stderr.
Page 824 of 931 Previous 100   Previous 10   821   822   823   824   825   826   827   828   829   830   Next 10   Next 100