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 36 of 931 Previous 10   31   32   33   34   35   36   37   38   39   40   Next 10   Next 100  

redirect url problem

I am trying to migrate our current system of apache/jserv to apache tomcat using modjk. I am trying to shoe horn our current configuration. I have a webapp lets call it myApp. Now some of our stati

creating security roles automatically

Hi I am using role based authentication system with Tomcat. I know in web.xml security roles must be defined like this Ex <security-role > <role-name >users </role-name > </security-role > But i

how to setting up SSL for a specific page

hello all when I set up the SSL in tomcat all my pages will be secure (https) but as I 've seen in many web sites only login page is secure. how can I secure only pages that contains confidential inf

Something other than localhost on OS X

Hi I am trying to do something that I figure should be pretty simple - accessing my tomcat container from something other than localhost. So far as I can tell I should be adding a <Host/ > entr

Dependency injection of remote EJB in Tomcat 6.0

Hi Folks ! I am trying to a a reference to a remote EJB3 session bean injected in a JSF Backing bean in Tomcat 6.0. It looks like this @(protected)(name "testJbossEar/helloWorld/remote ") Session bean loo

Subject: Tomcat consuming entire CPU.

Hi all Sorry if this has been covered already in other posts I 'm fishing for some tips to debug an intermittent issue with Tomcat load. My JRE java version "1.3.1_14 " The server is running Oracl

Logging all data sent to client

Hi I using Tomcat 6.0.13 and Spring 2.0.6. I have been involved in developing a website that products pages in various formats such as www xml wap and pda. We are having some issues with wap and

Subject: logging mail session debug

Good Morning tomcat 5.5.23 java 1.5.0_10 javamail 1.4ea jaf-1.1 I have two classes foo.MailQueueWatcher extends TimerTask foo.MailServer I have the following logging config in ${catalina.home}/con

What to put in Linux filesystem for Tomcat?

What is the minimum set of folders and files needed for Tomcat to run on Linux? I ask because if you dedicate a server for Tomcat and nothing else you must want to minimize the size of the filesyste

KLUDGE: WebDav - mapping question?

Here is "a way " to make any mappings work well with MS.... I include my kludge (code) if anything so the guru 's can study it and see how I made MS happy with any mapping.... then improve on it and s

MySql Connector returning ?DataSource

Hi I am trying to set up a database resource in Tomcat 5.5.20 . I am having a problem getting a DataSource object back from a JNDI lookup. (I am getting a "org.apache.tomcat.dbcp.dbcp.BasicDataSour

Exception occurs when shutdown my apache-tomcat 4.1

Hi all I am using the apache-tomcat 4.1 in my Linux Suse OS. Here is my question An exception is occurs every time I shutdown the tomcat server. Here is the Exception manickam ~ # $CATA

Tags and Servlets

Hi all I am trying to pass an object from a tag to a servlet. i did the following 1. In the tag class i put pageContext.getRequest().setAttribute( "QList " list) The above Tag will go to a se

My error-pages does not show in IE7 everything worked in IE 4 - IE6

Hi. Does anybody know why my error-pages does not show in IE7 everything worked in IE 4 ? IE6 Web.xml <error-page > <error-code >500 </error-code > <location >/error?error 500 </loc

Bean and Servlet

Hi All What is the best way to pass a list collection from a Bean to a Servlet? Thank you

Cluster monitoring

Hi We have been monitoring Tomcat 5.5 clusters with LambdaProbe but this doesn 't work with Tomcat 6. It appears that the JMX MBeans list no longer contains any Catalina type Cluster objects that

Manager Deployer and build.xml

Hi I have implemented manager-deployer config in my tomcat 5.5.23 setup. And using ant for my build.xml to deploy webapps. I am recieveing below errors while deployment of one of my applications nam

need allowed ips to bypass user authentication and vice-versa

I would have thought this need was common but I found just one old thread on this list of a similar problem and I didn 't understand the answers or they seem to difficult. I need to allow certain I

Make the tomcat wiki more prominent?

The Tomcat wiki at http //wiki.apache.org/tomcat has some helpful info. But I had to dig to find it. I would like to see it given a more prominent place on the Tomcat front page -- perhaps a link unde

AW: WebDav - mapping question?

Hello Johnny maybe it helps to install this Web folders update (at the clients) http //support.microsoft.com/kb/907306/en-us Cheers Konstantin -----Urspr?ngliche Nachricht----- Von Johnny Kewl [

Subject: tomcat 5.5 and J2SE 1.4

Tomcat 5.5 is designed to run on J2SE 5.0 and later and requires configuration to run on J2SE 1.4.? Make sure to read the "RUNNING.txt " file in the fulldocs downloadable file(s) if you are using J2S

org.apache.commons.fileupload.FileUploadException: Processing of multipart/f

Anyone any ideas ?From mcmoisei@(protected) users@(protected) org.apache.commons.fileupload.FileUploadException Processing of multipart/form-data request failed.Date Sat 21 Jul 2

Subject: WebDav - mapping question?

Hi guys Being using FTP thought I would give WebDav a try but cant get it working nicely... This is the mapping for the webdav servlet and this I can get working with IE web folders (ms webdav c

Subject: tomcat 6 and virtual donmains

HEllo i have one great problem. i am working using tomcat 5.0.XX and my virtual host configuration i made into the server.xml file. i am testing tomcat 6 i am configuring the virtualhost into the se

MySql Connector

Hi All I have confiured oracle connection pool on my tomacat 6 and it worked fine. When i came to configure MySql I repeated the same steps for Oracle databse with considering the specfication of

Paths, Directories, Cookies: How do you get a session, or a file?

After using Tomcat for over a year one thing I still can 't get straight is how directories are resolved. I would love it if someone could point me to a reference that ties together the context in

Tomcat 3.3 and SSL Certificate Key with a Passphrase

Hi. I 've been trying to tackle a problem with adding an SSL certificate to the keystore using the keytool. We have purchased a Verisign SSL Secure Site Pro certificate which was generated with a key

CVE-2007-3383: XSS in Tomcat send mail example

CVE-2007-3383 XSS in Tomcat send mail example Severity Low (Cross-site scripting) Vendor The Apache Software Foundation Versions Affected 4.0.0 to 4.0.6 4.1.0 to 4.1.36 Description When repor

Serving up Static Pages - symlink - allowLinking

Hi I am trying to serve up static pages / documents via tomcat. I have been google and searching the forums and have tried a couple of things suggested in the past but haven 't had success as yet.I a

I still cannot run a basic struts2 app on tomcat55

Hi all I 'm trying to start learning struts2. I have a tomcat 5.5 server running fine with simple jsp applications. But I found no way to start a struts2 app even struts2-blank-2.0.8 or any of the
Page 36 of 931 Previous 10   31   32   33   34   35   36   37   38   39   40   Next 10   Next 100