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 759 of 931 Previous 100   Previous 10   751   752   753   754   755   756   757   758   759   760   Next 10   Next 100  

Sorry for posting twice. Tomcat not recognizing JDB drivers - 4.1.29!-Pleas

Put the driver in TOMCAT_HOME/common/lib You will also need to change the extension to ".jar ". On Wednesday 10 December 2003 08 57 am GuptaD@(protected) wrote > sorry about posting it twic

RE:Sorry for posting twice. Tomcat not recognizing JDB drivers -
   4.1.29!-Plea

sorry about posting it twice. It seem a long delay in getting the mails through. Thanks & Regards Divya -----Original Message----- From GuptaD@(protected) [mailto GuptaD@(protected)] Se

Subject: Heap settings in catalina.sh

This is probably a newbie question but here goes I have a server with 4G of ram. How high can I set the heap size in catalina.sh to effectively use the most ram possible? Th

Tomcat not recognizing JDB drivers - 4.1.29!-Please Help

Hi everybody I 'm really new to Tomact and I 'm facing this problem. I have put the classes in the package and Tomcat is now able to recognize that. Now It is not recognizing the Ora

Like.. (spamcop problem with list)

I wouldn 't get too worried about it. It looks like an innocent mistake. It seems illogical that your server IP was listed when the mail was sent by the jakarta list server. Anyway if you loo

JK2 and IIS 4.0 performance issue

Greetings list I have just upgraded my Tomcat 4.1.27 using JK to Tomcat 5.0.16 using JK2. In both cases I connect to IIS 4.0 running on Win NT. Performance is now extremely poor when the JSP page

Subject: Tomcat 5 - jndi problem

Hi Is it possible to browse the Tomcat jndi context from within another vm. I wrote a small junit test to test this but it always fails !! It always throws a javax.naming.NameNotFoundException

jasper2 ant task does not report JSP error descriptions

Hi all I am trying to use the jasper2 task that comes with Tomcat. In 4.1.12 version when I had an error it reported something similar to An error occurred at line 15 in the jsp file /Ne

RE: [jk_ajp_common.c (970)]: ERROR sending data to client. Connec   tio
   n aborte

Look at the com.beganto.listeners.SessionListener class. In the sessionDestroyed() method check for a call to Session.getAttribute(). This is not allowed here because the session has been invalida

Like..

L.S Can I know which unfunny person accused our SMTP server as spam server with as example a mail I sent yesterday which was ment to HELP someone out with his problem? You firstly recieved this

AW: How to logout

Hi > <input type "submit " name "id0 " value "Logout " onclick "session.invalidate() response.sendError(response.SC_UNAUTHORIZED 'Logged out ') " > You are mixing Java and JavaScript here. Since

Integrating Apache + Tomcat 5 + jk2

--------------Boundary-00 _3E6OQL80000000000000 Content-Type Multipart/Alternative boundary "------------Boundary-00 _3E6OLVC0000000000000 " --------------Boundary-00 _3E6OLVC0000000000000

Subject: Default context for web app

Hi all I am trying make my web application available via the default context. In other words when I type http //localhost 8080/ in a browser on the local machine I want my web app to appear rat

Manager context reload behavior difference in TC 5 vs 4

When reloading an app in TC 4 with the Manager app it had the nice behavior of blocking any new requests until the app was reloaded. TC 5 seems to return blank pages while a context is reloading

HTTP Download.

Hi Im using servlet to download the file to client in HTTP the code as follows.. response.setHeader( "Content-Disposition " "attachment filename \ "abc.txt\ " ") This works fine in the way

How to logout

Hi all I have a webapp (Tomcat 4.1.24) that has a set of jsp 's in a protected directoy. The user login is using form based authentication with a memoryRealm. This is all working fine. I am no

LifecycleException

Hi Can someone please expand on a log entry LifecycleException (more below) or direct me towards Exception documentation? Thanks alot G LifecycleException Container StandardConte

Subject: Problems with jk2 and iis

I am having problems with jk2 and iis. I am getting the following errors in my application log Error [jk_worker_api13.c (740)] api13.init() No channel localhost 8009 Error [jk_workerEnv.

Web App Undeployment

I am using Tomcat 4.1.27 to deploy my web application. I am using the manager application for deployment and undeployment. The deployment is working just fine however the undeployment is not deletin

Access denied with jk1 and iis

I have a site running ok with tomcat and can browse at port 8080. I have set up the jk1 redirector and when I first try to open a jsp page I get "error access denied " in the web browser. The se

Strange number of processes....

Ok?. I 'm running Tomcat 4.1.18 as a standalone server on a Linux box. I 've configured 6 virtual hosts in the Tomcat-Standalone server having a non-SSL Coyote HTTP/1.1 Connector (probably obvious) an

IIS Redirector confuses responses

Description Occasionally when under heavy load User1 will receive the response associated with the request from User2. This is VERY rare and Users find this feature undesirable.

Problem with 5.0.16. struts and @include

Hello I 'm attempting to upgrade a tomcat 3.3 instance to 5.0.16. However I have a page that exhibited no problems under 3.3 that now won 't compile. The jsp looks something like <%@ inclu

Memory Use Creeping Up In Steady-State

We are running a web app on Tomcat 4.1.29 through OptimizeIt. We don 't see any signs of a memory leak (i.e. memory actually allocated to objects drops down to the same level upon GC) when the app

Starting coyote connector manually

Folks Has anyone started a SSL connector programatically from a servlet instead of through the server.xml file? I started a SSL connector programatically but none of the requests are going th

servlet-mapping like mod_rewrite?

Hello to offer language-depended websites I want to make a webapp available through /de/* (german) and /en/* (english). Of course I don 't want to use two servlet-repositories for that. My ide

JSP Compile in Ant with Tomcat 5.0.16

All I 'm getting error messages while compiling JSPs at runtime inside Tomcat but not when I compile the same JSPs with the <jasper2 > Ant task. I 've upgraded my Ant build to use the new <jasper2

including a page outside webapp

Hi I want to include a html header in my jsp page. However that html is not located in the same webapp. It is actually not located in any webapp but in a different folder. I tried using the fol

Problem with JNDI mail session and SMTP auth

Hello! Sorry if this has already been discussed I did not find anything usefull in the archive. I am using Tomcat 5 and have configured an SMTP session ressource for my application as descr

Tomcat 5.0.16 Client timeout handling issue

Hi I downloaded tomcat 5.0.16 and testing a use case where the client sends a request to the servlet/jsp and then closes the connection. In tomcat 4.1.24 I get an exception on the server wh
Page 759 of 931 Previous 100   Previous 10   751   752   753   754   755   756   757   758   759   760   Next 10   Next 100