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 821 of 931 Previous 100   Previous 10   821   822   823   824   825   826   827   828   829   830   Next 10   Next 100  

Re: Tomcat/Struts app hanging (Waiting for xx instance(s) to be
deallocat

On Tue October 7 2003 at 3 35 pm Robert Weeks sent the following > > I am seeing a perplexing problem with an app I am using with Tomcat > (4.1.24) struts (1.1) and MySql (4.0.12) running on RH.

Subject: Incomplete auto/mod_jk.conf

Folks I did something so stupid. I overwrote my whole tomcat directory by mistake. I have to do a reinstall. Whenever I start tomcat now it appears to not pick up the hostname and context entrie

Tomcat/Struts app hanging (Waiting for xx instance(s) to be deallocated)

Hello - I am seeing a perplexing problem with an app I am using with Tomcat (4.1.24) struts (1.1) and MySql (4.0.12) running on RH. It seems that after a certain amount of time the whole app free

How to pass context FileLogger to another class?

Hi Jakartites and Jakartettes I would like Myclass to be able to log to the same file as MyServlet.Log() My Servlet instantiates a class called Myclass. I want to pass to Myclass the Filelogger t

Tag library calls to reset & attr setters (was Re: NullPointer
   on getParameter

This keeps coming up. According to the spec doStartTag doEndTag etc can be called multiple times between calls to reset(). This happens on Tomcat if you are doing tag pooling. Some containers in

No action instance for path /logoff could be created

I am working on a simple Logon Application. I am able to Logon to my Logon application and when I click the Signout Link it gives me following errors wonder why

Subject: pre compile and deploy - ?

Hi I have a web app and am running it under Tomcat 4.1.18. This might be a very common issue that I am facing. Basically the first time a .jsp page gets hit .. it gets compiled into a .class file.

how to restrict webdav to a directory inside a webapp?

I want to restrict webdav access to a specific directory For example I want to configure tomcat to accept PUT requests only for http //localhost 8080/webdav/only/this/directory is it possible? how

Tomcat logs

Is the following statement true or false? Tomcat only logs to catalina.out when the startup and shutdown scripts are run (i.e. when tomcat starts or stops). Mike

Subject: Re: NullPointer on getParameter

So to wrap this one up the problem turned out to be a tag that wasn 't resetting its state correctly -- or rather was only doing so in its reset() method. All was fine with tag pooling turned off b

Subject: Apache/Tomcat on two machines

Hi all I 'm running Apache 1.3.27 and Tomcat 4.1.24 on different machines (both are SuSE 8.2 Linux boxes). Apache is part of the DMZ and the clients should only connect on the Apache server. The whol

Making a URL connection to my domain

Hi all I 'm not really sure if this is an Tomcat issue - but I 'm posting this question to lists for all s/w involved (RH Linux 7.3 Apache 1.3.28 Tomcat 4.1 Java).... I have my apache server runni

Subject: CATALINA_OPTS not used.

When Tomcat (5.0.2/WinNT) starts automatically as a Service does it use startup.bat? We have set the CATLINA_OPTS "Xmx 512m Xms 265m ". This works fine if we start Tomcat from the prompt using startup

Subject: JavaMail doesn 't work

Dear all I installed Tomcat4.1.27 on one win2000 and one winXP. I tried the SendMailServlet that ships with it. The servlet worked fine on win2000 and it gave the following message on winXP java.la

jk2 connector config to connect to multiple tomcat-jboss instances

Hi I am trying to setup jk2 connector on a single apache instance to connect to multiple jboss instances running on the same machine using jboss-port-bindings.xml. Based on jboss-port-bindings.xml I

Subject: Redirecting on different port

Hi there I have defined SSL connection on my machine on 8888 port and I want Tomcat to redirect all other request on this port. I 've tried to change the redirectPort attribute in server.xml but it

Re: Accessing objects with any servlets, where the object is already
pre-creat

My preference is to store the data into the servlet context (using setAttribute). Then no static variables are needed. -Tim Peter Guyatt wrote > Hi there <SNIP > > > Use somthing like this > pri

Accessing objects with any servlets, where the object is already pre-created

Hi there Use somthing like this public calss stringHolder { private static stringHolder instance private Vector v public static stringHolder Instance() { if (instance null) { instanc

Accessing objects with any servlets,
where the object is already pre-created

Hi guys! Is it possible to create a bunch of objects put them aside and Servlets can just access them any time without recreating those objects or having to pass them around?? say Vector s a v

How to format number

How to format a double in JSP or java ? for example 10/3 3.3333333333333 I want to format it to 3.33.

Catch thread death?

Is there a way to catch thread death in tomcat/java? We have a threadlocal database connection and obviously we don 't want to leak connections when threads die / tomcat is stopped. Any pointers? Ch

Subject: Strange exceptions ...

We are getting some really strange exceptions like the ones below. can someone explain what they mean and how do I fix it? I am getting them in my logs and I am not sure if they are affecting the use

Re: I want to hide "/index.jsp " and having "/ " at the root of my
site

Check the archives I 'm pretty sure it was discussed recently. http //www.mail-archive.com On 10/06/2003 11 13 PM GL wrote > Hi > > I have a webapp with a welcome file called "index.jsp ". > > W

I want to hide "/index.jsp " and having "/ " at the root of my site

Hi I have a webapp with a welcome file called "index.jsp ". When i visit my site http //www.mysite.com/ it convert the url in http //www.mysite.com/index.jsp !! I don 't want to see index.jsp but

Subject: Instantiate a bean on startup

Hello all. Is there an easy way to instantiate a bean as soon as tomcat starts? Basically I want a bean to be instantiated and available to all sessions as soon tomcat starts. Any ideas? ben ______

LifecycleException, Oracle 's Realm

After downloading and installing a clean tomcat 4.1.27 I just add the below realm to the server.xml file and I get the below exception at start time REALM ----- <Realm className "org.apache.catal

Is this still an issue with 4.1.24 ?

I came across this article and wondered if this is an issue with 4.1.24. Thanks for any thoughts on this issue. http //www.fawcette.com/javapro/2002_11/online/servletsjsp_bkurniawan_11_08_02/defau

auto refresh pages and session timeout

Is there a way to implement " <meta http-equiv "refresh " content "60 " > " tag in HTML and still have the ability to timeout a session after X number of minutes ? Would there have to be some logic in p

Subject: Tomcat4x slowing down?

after using development server for a month or two constantly refreshing .jsp pages under development Tomcat starts taking 2-5 minutes to dish out pages from non-root web app. anyone have any idea w

Tomcat 5.0.12: Does DataSourceRealm work inside a Context?

On Tomcat 5.0.12 should context /bondtest have access to the following DataSourceRealm? Tomcat complains that it cannot perform the authentication because the name "jdbc " is not bound in the context
Page 821 of 931 Previous 100   Previous 10   821   822   823   824   825   826   827   828   829   830   Next 10   Next 100