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 525 of 931 Previous 100   Previous 10   521   522   523   524   525   526   527   528   529   530   Next 10   Next 100  

Subject: Class loading in tomcat 5.0

Hi I have a doubt regarding class loading in tomcat 5.0 . Is it different from tomcat 4.0 ? Can I hav an order of class loading within a folder ? Thanks and Regards Satya ------------

conflicting jars

Hi I am using Tomcat 5.0.28. I have a web application that uses the following packages Rei Jena 2.1 and Jdom. The problem I am having is that Rei uses a few classes from an older version of

Subject: where is Catalina.out

Does anyone know why I can not find Catalina.out file under logs directory? I followed steps to install Tomcat 5.0.28 and there is no changes made to tomcat. Please advise Thanks Fred

How to redirect http to https automatically?

I set redirectPort attribute to 443 which is my SSL connector port number from port 80 connector in the server.xml. This doesn 't redirect http to https automatically. In other words I still can

Re: Temp files being printed each time a font is loaded to create
a button: Wh

Sorry should have added Tomcat 5 Struts 1.2 data being transferred inside a custom taglib. Michael McGrady wrote > I have an applicaton which uses various fonts which are loaded as > fo

Can apache deal with static content in packed application(war ,ear) with jk2

But it improve some performance when I use apache2 jk2 with jboss/tomcat. For a application path I config it to be dealed with by tomcat. for example "/example " beacause it 's a packed jar . I

DBCP doesn 't see .jar in context ???

I am trying to use the DriverAdapterCPDS in DBCP. When I run my eclipse app standalone to test my class the cpds.setDriver(strDriver) function works fine and I know it is because Eclipse appends

Temp files being printed each time a font is loaded to create a button:
Why Oh

I have an applicaton which uses various fonts which are loaded as follows File file new File(Classpath.WEB_INF + "resource " + File.separator +

Problem with web.xml <error-page > not invoking servlet filter

Hi I am using Tomcat 5. In my application my web.xml declares a <filter > and a global error page <error-page > <exception-type >java.lang.Exception </exception-type > <location >/erro

pointing subdomains to different web applications??

Hi there still looking through various news groups for the answer but figured this was the best place. I have a number fo domains and subdomains on my system. They are set up properly on the s

Sun J2SE JVM + tomcat + Debian??

Is anyone using tomcat on debian with a Sun JVM? We 've just experimented with running it on bleeding edge Gentoo and Debian boxes as well as a trailing edge Redhat 7.3 box. Of the three Debian

Locked jar during Ant undeploy on Tomcat 5.5.3

After executing several Ant undeploys I 've noticed that Tomcat 5.5.3 is locking jar files in WEB-INF/lib preventing complete application removal. Has anyone else encountered this behaviour? I

Fileupload - Stream terminated unexpectedly

I 've seen this issue mentioned before after searching the archive and using google but I am unclear if there was any possible solutions. I have a web app that uses the package 'org.apache.commons.u

Subject: Classloader / oracle JDBC

Hello All I have a problem using oracle jdbc in tomcat. JDBC call fails with "java.sql.SQLException Non supported character set oracle-character-set-46 " (see full stack trace below). Aft

Subject: Tomcat 5 with JBuilder X

Hello I am trying to make tomcat 5 working with JBuilder to make possible the debug of my web application. However I don 't find anyway to make it wirk. I found a solution on the borland website

individual tomcat instances...

I have about 5 users on a linux box...I want to be able to run 5 instances of tomcat at the same time each controlled by a different user... I know I 'll have to make tomcat run on different ports

New to list -Mod_JK2 question-

Hello Im new to this list so feel free to slap me around if needed. I have setup multiple jvms using apache 2 and mod_jk2 despite the lousy mod_jk2 documentation. What I have found is that i

Subject: TagLibs must be cached

Hello folks i noticed that everytime tomcat-5.0.x needs a taglib it just create a new one i?d like to cached all tag in my JSPs how ca i do that? Is there any taglib container like we have with

ServletException not wrapping cause correctly

The short version is ServletException does not appear to wrap causes properly - is this a bug or a case of "works as designed " or am I just using it wrong? Also what are the chances of it

Connection Pooling using JNDI DataSource

Hi all Could you please confirm me that when using JNDI DataSource described there http //jakarta.apache.org/tomcat/tomcat-4.1-doc/jndi-datasource-examples-howto.html#Database%20Connection%20Pool%

RE: Can apache deal with static content in packed application(war
   ,ear) with j

Sure you can let Apache handle static files. Just setup httpd.conf. The problem that I have is when I deploy ROOT application in Tomcat Apache is useless any static files cgi scripts etc. will

Issue getting Context inside a servlet

What I am trying to accomplish I 'm trying to build a servlet that I can get the DocBase with so I 'm trying to locate org.apache.catalina.Context from the servlet. Tomcat Version 5.0.28 Java

DataSourceRealm vs. Administration Tool - A bug?

Hello I have just installed Tomcat 4.1.24 and I have it nearly exactly the way I want it now. I am doing my testing on Windows 2000 and Tomcat 4.1.27. The only other thing I want to implement i

Subject: Error on Tomcat startup

I notice the following error on starting TC 4.1.30 on WinXP in stderr.log. What file is it parsing? I assume it 's one of the web.xml files but is there a quick way of finding out which one without

How to abort processing of a JSP ??

Hi I want to know whether it is possible to abort the jsp execution while in the midst of processing a request ?? If anybody can through light on this I would be grateful.. Thanks i

Can apache deal with static content in packed application(war,ear) with jk2 and

In jboss3.2.1-tomcat4.1.24 deply a ear package usally cause war was deployed in a temporary directory and jsp will be compiled into a temproray work directory. For this scenario can the image

Subject: TOMCAT 4 to 5 migration

Hi All I am trying to migrate from TOMCAT 4 to 5 after installation my existing web app is not working. my web-app is using some Taglibs and servlets. The default page is coming on the browser

Is it possible to using % in uri?

Hi all I am using a control to download file when file name is non-ascii it will generate the url like http //localhost 8080/Download/ID041012155059812154/$File/%u6279%u6587%u5904%u7406%u4EBA.

Listeners

I have never used Listeners in Tomcat before and and having trouble getting one registered. I have the listener declared in web.xml before the servlet declaration and looks like <listener >

Apache MaxClients vs. what in JK2 configuration?

Hello I currently have one Apache instance talking to one Tomcat instance. However I really want to understand the relationship between client connections because I plan to make this two Apach
Page 525 of 931 Previous 100   Previous 10   521   522   523   524   525   526   527   528   529   530   Next 10   Next 100