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 614 of 931 Previous 100   Previous 10   611   612   613   614   615   616   617   618   619   620   Next 10   Next 100  

n00b cannot get jar files to work.

How do I get jar files to work? Learning Tomcat I have a simple "HelloServlet " class. When compiled and the class file is inserted into the directory /opt/tomcat/webapps/test/WEB-INF/classes

Securing communications between apaceh and Servlet/JSP container

Hi- I have apache and tomcat (running as a Servlet/JSP container) running on separate servers and I 'm using mod_jk to redirect. Apache is all buttoned up with mod_ssl but I 'd like the comm

Which connector to use JK 1.2 or JK 2

I am confused as to which connector to use for connecting II 6.0 Tomcat 4.1.30. It appears that either the JK 1.2 or the JK 2 will work but I am uncertain. If someone could clarify the difference b

Subject: Why so many sessions?

Hello I find that the number of Sessions displayed by the Manager is surprisingly high. My application has the session timeout set to 5. The access_log shows 8 hits in the last five minutes

can CGI Servlet handle Perl taint checking?

Hi I am trying to get Bugzilla to work with Tomcat and have run into a problem. The latest stable release of Bugzilla (2.16) has implemented "taint checking " in all of the CGI perl scripts as

Order of Initializing Context-Elements?

Hi I have a big problem - it is necessary for me to initialize the context-elements of a host in a specific order. Here is a snip of my web.xml <Host name "itv " appBase ". " autoDeploy "tru

How to make Apache direct Servlet to Tomcat

My Apache 2.0.49 can direct JSP to Tomcat 5.0.19 but it cannot direct Servlet to Tomcat. I can run it on Tomcat http //localhost 8008/servlet/myapp/testServlet But I cannot run it on Apache (por

Betr.: Re: Betr.: Re: X509 certificates and https

Sorry I 'm not familiar with this environment. Which CA certificate your server certificate is signed with? Give me some important attributes. Perhaps I can send you this certificate as an attachme

Re: R

As I 've stated in both my previous messages I 've tried both and jk1 is the one I really want to get to work. On Thu 2004-05-27 at 01 25 meissa.Sakho@(protected) wrote > You 've

Betr.: Re: X509 certificates and https

If you use Internet Explorer you simple go to the Trusted Certificate Authorties select the CA certificate and export it to some format. You should then be able to import it into your trusted keys

symbolic links fail after context reload

I 've been wrestling with this for ?a few days now. We have an instance of tomcat v5.0.16 using jdk 1.4.2_02 on a solaris 8 machine (kernel patch 108528-17). The use of symbolic links

Betr.: X509 certificates and https

The only thing you have to do is running the java keytool utily with following command keytool -import -alias tomcat -keystore server.ks -trustcacerts -file server.crt This inserts thet ser

Subject: X509 certificates and https

Hello I am trying to use SSL authenitcation with X509 certificates. The certifcates are not in the Java keystore. I would like to know how to get my certificate whichi is signed by a specifi

Do the two Mod_Jk2 servers know each other??

Hi friends Anyone knows how to use two mod_jks (two apache servers)to load balance Tomcats. My problem here is if we configure the two mod_jks to loadbalance four tomcats 1. Do these two

Betr.: How to know http port and https port on tomcat

Just <% request.getSchem() % > Ron Blom "Mariano " <mlopez@(protected) > 27-05-2004 14 49 Antwoord a.u.b. aan "Tomcat Users List " Aan " 'Tomcat Users List ' " <tomca

How to know http port and https port on tomcat

Hi all can i know which port is using tomcat in http and https in jsp page or servlet? This values are sets in server.xml file in coyote connector port for example <Connector port "8080 " ma

How to force only page login SSL and rest NON SSL

Hi everybody I want to force my page login via SSL and i did it with <security-constraint > <web-resource-collection > <web-resource-name >SSL </web-resource-name > <url-pattern >

Subject: Fedora Core 2 and mod_jk2

Hi. I have problems with mod_jk2 2.0.4 and Fedora Core 2. I use Jakarta-Tomcat 4.1.30 Apache 2.0.49 OpenSSL 0.9.7d and J2SDK 1.4.2_04. I am able to execute *.html files from the server - but I

R

You 've built jk2. that 's ok. Your load instruction is not correct. your httpc.conf contains LoadModule jk_module modules/mod_jk.so instead of LoadModule jk2_module modules/mod_jk2.so The set o

Subject: JspWriter output disappearing

I have a custom taglib class that extends BodyTagSupport. The doStartTag() method returns EVAL_BODY_BUFFERED. I then have another custom taglib class that is a child of this tag which extends TagSupp

Subject: standalone production?

Is it considered safe to run tomcat as a stand-alone production server on ports 80 and 443? This requires tomcat to run as root (or so I have read) and it is therefore "not recommended ". Using ap

Verifying signatures

I recently downloaded TOMCAT 5 and I read that I am responsible to verify the integrity of the download from the mirror using some key or signature. How do I do that? I am running SuSE linux 9.1.

A newbie here. Looking for information

I am running on a windows xp home addition machine. I also have Oracle 8I database on the machine. Under Oracle HTTP server I have Apache 1.3 My questions are 1) Is Apache the same as Tomcat? 2

where to put "request.registerRequests=false " when using mod_jk (not jk2)

"Emerson Cargnin " <emerson@(protected) > wrote in message news 40B4E63F.8070807@(protected) > I 'm running out of memory with the msg > > ... > WARNING Error registering request > May 2

Tomcat starts poorly on Windows XP

A search of the tomcat-user archives suggests that this is a new way for Tomcat to start poorly on Windows XP. Below is stdout.log after a clean install of j2sdk-1_4_2_04-windows-i586-p.exe and j

Mail Delivery (failure rackerman@glrslaw.com)

A virus was found in an email you sent. Our email server has quarantined your message and stopped it from reaching its destination. Please update your virus scanner and/or contact your IT support pe

Revisted: 302 Response When Request URI == Context Path

In November of last year Mark Palandri asked about the behavior in Tomcat5 where a request for the URI <http //bar/foo > http //bar/foo resulted in a redirect to <http //bar/foo/ > http //bar/foo/

Subject: Using JMS in Tomcat Valve

Hi all How can I configure tomcat to use JMS in its valve? I failed at the very beginning when I tried to obtain the JNDI context after moving the J2EE jms.jar to under server/lib. --

Certificates and SSL Authentication

I 'm a bit confused concerning SSL certificates and hope someone can shed some light. In reading through the SSL spec concerning the SSL handshake it appears to me that the certificate that authe

Subject: R: File Upload with JSPs

Sure there is Jakarta Common FileUpload http //jakarta.apache.org/commons/fileupload/ Simone
Page 614 of 931 Previous 100   Previous 10   611   612   613   614   615   616   617   618   619   620   Next 10   Next 100