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 25 of 931 Previous 10   21   22   23   24   25   26   27   28   29   30   Next 10   Next 100  

Subject: Re: Installing APR on Fedora

Hi Ole I may be wrong but I think the command based on what you have listed below should have been ./configure --with-apr /usr/lib/ && make && make install The

Subject: Re: Installing APR on Fedora

Hi Hassan I tried that as well [root@(protected) native]# ./configure --with-apr /usr/lib checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking target sys

Subject: Re: Installing APR on Fedora

On 8/15/07 Ole Ersoy <ole.ersoy@(protected) > wrote > Then I try to compile like this > > [root@(protected) native]# ./configure && make && make install --with-apr /usr/lib/ ? Shouldn 't you run ./configure

Subject: Re: IIS redirect to Apache

Hi Tony- Browser clients by and large are prohibited from doing anything on the clients box except write cookies the exception for client writes is of course is Applets and Flex objects ..assuming

Subject: Installing APR on Fedora

Hi I 'm trying to get the APR native capabilities working on Fedora. I first checked that apr and opensll was installed like this [ole@(protected) ~]$ rpm -qa | grep apr apr-util-1.2.8-7 apr-1.2.8-6 [roo

Subject: Re: IIS redirect to Apache

Yes this will be possible with the plugin. Be careful a redirect is something else (it sends the browser a new URL to which it should connect). A reverse proxy send the request forward to another

Subject: RE: IIS redirect to Apache

Martin To clarify our setup our site receives the initial HTTP request and the application server in question is IIS and the site is written in ASP.NET. Some of the pages that will be served will

Subject: RE: IIS redirect to Apache

Rainer Thanks for the information. I 'll read up on the IIS ISAPI plugin and if I have any more questions I 'll post them. Thanks Tony Fountain Benefit Concepts Inc. (419) 244-9936 x9010 (office)

Subject: Re: Multi-Gigabyte Uploads, Tomcat 2GB and higher uploads

There have been fixes for >2GB size uploads and downloads between June 10 and June 5. If we assume that those fixes will help you 've got a coupe of options - try with Tomcat 6.0.14 which alread

Subject: Re: IIS redirect to Apache

Hi Tony the Tomcat project has a sub project called Tomcat Connectors or simply JK. It produces web server plugins to connect the most important web servers directly to Tomcat via a special protoc

Subject: Re: Multi-Gigabyte Uploads, Tomcat 2GB and higher uploads

Completely sorry details follows System Windows XP (Home I believe) 32 bit 2GB Memory on my system Web Application Details/ Other Details JSF Framework (1.1?) Commons File Uploads 1.2 attempted

Subject: Re: Multi-Gigabyte Uploads, Tomcat 2GB and higher uploads

Hi Have a look at the commons-fileupload [1] it should help you out. Ben [1] http //commons.apache.org/fileupload/ On 8/15/07 David Hesson <davidh@(protected) > wrote > I am dealing with a clien

Subject: RE: Multi-Gigabyte Uploads, Tomcat 2GB and higher uploads

> From David Hesson [mailto davidh@(protected)] > Subject Multi-Gigabyte Uploads Tomcat 2GB and higher uploads > > Any help would be greatly appreciated. Should we guess the Tomcat version you 're u

Subject: Multi-Gigabyte Uploads, Tomcat 2GB and higher uploads

I am dealing with a client who needs multi-gigabyte uploads (4GB+ whatever he wants really and he says it is needed/required by the system.) Anyways I currently upload a 4GB file to my Tomcat se

Subject: RE: Self-Signed Certificate for Tomcat JVM and CAS

I wish you would read this email earlier. I thought if I use the default password (changeit) I don 't need to have -storepass parameter. This morning I re-read extkeytool example and tried to put the

Subject: IIS redirect to Apache

Hi Scenario we purchased a product written in Java to integrate into our reporting tool. Our setup is such that our web application is written in .NET and hosted on a web farm using IIS (5 or 6 de

Subject: RE: utf-8 encoding problem

A few things... First what type of apostrophe are you using? Are you using a typical ascii apostrophe ( ') or are you using the Microsoft slanted apostrophe that comes out of word documents (̸

Subject: Tomcat 5.5 Security Enabled

I am a new Tomcat user. I installed Tomcat 5.5 for use within IBM RAD/Eclipse runtime environment. My goal is to find out how J2EE container managed (form based) security works in Tomcat. I star

Subject: Re: tomcat performance on static content over SSL/non-SSL

security by obscurity that is. since the httpd just sends all requests further to the tomcat if there is a security relevant bug in tomcat code it would be accessed by the remote side either way.

Subject: RE: tomcat performance on static content over SSL/non-SSL

We use httpd to sit in between firewalls and handle all incoming traffic. Static content is served from there and dynamic content is proxied through to the Tomcat server behind another firewall. SSL

Load Balancing

this example is in use # Begin workers.propertie file # # Insert this entry in /etc/hosts # to name resolution without DNS # 192.168.1.10 tomcatpro1.uni.edu.br tomcatpro1 # 192.168.1.11 tom

Subject: Is jsp:directive.taglib inside JSP allowed ?

Are these lines not equivalent (from my WEB-INF/jsp/another.jsp) ? <jsp directive.taglib prefix "foo " uri "http //domain.co.uk/taglibs/foo-0.1 "/ > <jsp directive.include file "/WEB-INF/jspf/somefile

Subject: Re: Self-Signed Certificate for Tomcat JVM and CAS

Sorry I hadn 't seen your message earlier when you posted it. But you should create the keystore with a keystore password. Did you do that? Cheers Mojo Lisa Tan wrote > After following the docs

Subject: Re: multiple comet requests

hi Peter there was a recent large change in TC 6.0 to warn about misconfigured server.xml The easiest way to try out the fix is actually to build it from source Here is how you do it 1. Make sure

Load Balancing

Apologies but it seems to be having problems sending the file so have cut and pasted it into the mail instead..thanks for your support Attempting to establish server1 as a load balanced server incid

Subject: Re: tomcat performance on static content over SSL/non-SSL

-----BEGIN PGP SIGNED MESSAGE----- Hash SHA1 Matt Matthew Kerle wrote > Apart from integration into a larger site or static content when would > you put httpd in front of tomcat? This might cou

Load Balancing

> From Dean Lonsdale [mailto LONSDA@(protected)] > Subject Load Balancing > > Resend of the last mail removing signature attachments You need to stop trying to send attachments - just insert the fi

Load Balancing

If your workers.properties file contains nothing then it will defiantly prevent the application from functioning correctly. Have you forgotten to paste the workers.properties in to the email? On 8/1

Load Balancing

Hi! Post your workers.properties here. Att Silvio Cesar L. dos Santos Analista de Redes Pleno DTI - Divis?o de Tecnologia da Informa??o UNIGRANRIO - Universidade do Grande Rio +55 21 2672-7720 sil

Load Balancing

Hi Dean Still no luck the attachement I am seeing contains the following
Page 25 of 931 Previous 10   21   22   23   24   25   26   27   28   29   30   Next 10   Next 100