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 17 of 931 Previous 10   11   12   13   14   15   16   17   18   19   20   Next 10   Next 100  

Subject: Re: mapping directory in Tomcat?

On 9/5/07 Angelo Chen <angelochen960@(protected) > wrote > My server runs only tomcat 5.5 and my app needs to copy some jpeg files to > a temporary directory so that the generated page can refer

Subject: Re: Issue with psql driver

I 'm not sure. The code looks like try { con DriverManager.getConnection( "jdbc postgresql test " "batymohn " "bcl122 ") out.println( "Conection made ") } catch (Exception ex) { System.out.printl

Subject: Re: Issue with psql driver

How do you log the event? Most logging frameworks support log.error( String message Exception e ) which would provide the complete stack and root cause in the log file. --David Chris Baty wrote

Subject: Re: Issue with psql driver

Hi David The only trace that I can find is the Catalina log Error occurred org.postgresql.util.PSQLException Something unusual has occured to cause the driver to fail. Please report this except

Subject: Re: Programmic login to tomcat using username and password

http //tomcat.apache.org/tomcat-5.5-doc/config/host.html See section about single-sign. This share credential between webapps. Note it 's not a "programamtic ". It just let all your application share

Subject: Re: Issue with psql driver

Can you post the complete stack trace of your error? That would be extremely helpful in diagnosing the problem. ---David Chris Baty wrote >Hi Guys >I 'm trying to access psql from Tomcat5. I

Subject: Issue with psql driver

Hi Guys I 'm trying to access psql from Tomcat5. I have the correct driver because my command-lind test program works fine. So I copied the driver into /usr/share/tomcat5/common/lib like the do

Subject: Programmic login to tomcat using username and password

hi everyone I meet a problem about programmic login. I setup a tomcat server and deploy two WAR files (applications) on it. One of the application A is protected by server authentication and the

Subject: mapping directory in Tomcat?

Hi My server runs only tomcat 5.5 and my app needs to copy some jpeg files to a temporary directory so that the generated page can refer to them like <img src "http //mydomain.com/temp/J12345.

Subject: tomcat 6 application intercommunication

hi guys We have two application running on the same tomcat instance /app1 and /app2. We need to run app2 from app1. Trying to do so calling /app2 directly results in a call to host/app1/app2. Is t

Subject: Re: POJO application server Rev4 for Tomcat

> New Rev4 of the unusual POJO application server for Tomcat. > Have been working very hard on it its hot... enjoy! > Help a lot if I gave you the site address hey ) http //coolharbor.100free.com/i

Subject: POJO application server Rev4 for Tomcat

New Rev4 of the unusual POJO application server for Tomcat. Have been working very hard on it its hot... enjoy!

Subject: Re: What new in Tomcat 6.0 ?

It implements the latest Servlet and JSP specifications (2.5 & 2.1 vs 2.4 & 2.0) and also has memory optimizations advanced IO and refactored clustering. http //tomcat.apache.org/whichversion.html#

Subject: Re: What new in Tomcat 6.0 ?

Might give you some ideas... http //tomcat.apache.org/whichversion.html On 9/5/07 Ashish Jain <ashishjain.jain1@(protected) > wrote > Hi All!! > > I am new to Tomcat. Can someone tell me what is ne

Subject: What new in Tomcat 6.0 ?

Hi All!! I am new to Tomcat. Can someone tell me what is new in Tomcat 6.0 compared to the last version. Thanks in advance Regards Ashish

Subject: Re: files in the work directory

Actually no. But that 's an idea indeed. I work with mostly free software & still don 't have the reflex to browse the source... Will do that ! Cheers Pierre 2007/9/5 Mark Thomas <markt@(protected)

Subject: Interapplication comunication?

hi guys We have two application running on the same tomcat instance /app1 and /app2. We need to run app2 from app1. Trying to do so calling /app2 directly results in a call to host/app1/app2. Is t

Subject: Re: an easier way to deploy war file?

But doesn 't that still unpack the wars to the work directory or something similar? I was under the impression it always unpacked the wars for performance reasons -- just not always in the webapps d

Subject: Re: an easier way to deploy war file?

David Smith wrote > No. Tomcat will create a directory either in webapps or in the work > directory depending on settings but it will expand the war file > regardless. Not always the case. This on

Subject: Re: files in the work directory

Pierre Goupil wrote > Can anyone give me a clue please ? Have you tried searching the source code for "tldCache.ser "? Mark

Subject: Tomcat 5.5 and application data directories

Hi I have two kinds of data needed in my application 1. data needed by the program like some parameters not accessible by the user. 2. temporary data generated by the program to be accessible by

Subject: Re: an easier way to deploy war file?

No. Tomcat will create a directory either in webapps or in the work directory depending on settings but it will expand the war file regardless. You wouldn 't want tomcat to attempt to run your web

Subject: Re: Connection pooling reconnect problem

Add a validationQuery attribute to your <Resource ... / > definition with a very basic query like "select 1 ". That 'll test your connections on borrow and re-create them as necessary. --David Alper

Subject: Re: Problem with form based JSP authentication using Firefox with Tomcat

Are you saying you tried what I suggested or that you have already tried it? It seems like the problem is a caching issue to me. What URL are you trying to access to trigger the login - you 're not

Subject: RE: Question on static variables

> From Chad Lung [mailto chad.lung@(protected)] > Coming from ASP.NET experience I know that using > static variables with IIS they are held in the app domain and > the app domain > can be reloaded by

Subject: files in the work directory

Hello guys There 's a couple of files which are used to making their nest in my Tomcat work directory. That 's definitely not a problem for me but I was just wondering what they are for. The first on

Subject: Connection pooling reconnect problem

Dear All We have configured a portal system on Linux. In our system we uses connection pooling to connect to different databases. One of them is Oracle 9i. We have a problem with reconnection to t

Subject: Re: Tomcat freeze after some times

Yes ... in theory. But if was this case in the jstack dump we should view the incoming http-req which waiting for a pooled connection (I have a ConnPool.getConnection() class/method). But ... on

Subject: Re: an easier way to deploy war file?

Hi Can war file be deployed without creating a directory I meant tomcat can just use the WAR file without creating a directory? Thanks A.C. samk-2 wrote > > See Thread at http //www.techi

Subject: Re: Question on static variables

-----BEGIN PGP SIGNED MESSAGE----- Hash SHA1 Chad Chad Lung wrote > What I want to do is store information in a few static variables used > in a servlet. I 'm looking for speed more than anything
Page 17 of 931 Previous 10   11   12   13   14   15   16   17   18   19   20   Next 10   Next 100