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 459 of 931 Previous 100   Previous 10   451   452   453   454   455   456   457   458   459   460   Next 10   Next 100  

regarding tomcat installation on linux platform

Sir I have installed jakartha-tomcat latest version in /usr/local/tomcat directory and I have my own local environment /home/saangare/ in linux. I have changed the context path(docBase to /home/s

:2:1: Content is not allowed in prolog.

Does anybody know what this line of log mean "[Fatal Error] 2 1 Content is not allowed in prolog ".?? I 'm using tomcat 5.0.28 JDK 1.5.0_01 and Win XP SP2 -- Adobati Omar omar.adobati@(protected)

?? Sharing the JSTL JARS and Classloading ??

Hi all I 'm using TC 5.0.30. JSTL Is working fine -- I have the standard.jar and jstl.jar files in my "WEB-INF/lib " directory. The problem is that I have several web applications that use J

Problems running JNI code inside Tomcat 5.0.28

Hey Folks We have a C++ SDK that we HAVE to integrate using JNI. We are able to create a console Java app that works perfectly (and beautifully) using JNI and our C++ SDK. When we wrap this up i

DNS TTL Security Properties Not Working Inside a Servlet in Tomcat 4

In a stand-alone java 1.4.2 program java.security.Security.setProperty( "networkaddress.cache.ttl " "0 ") for (int i 0 i <20 i++) System.out.println( java.net.InetAddress.getByName( "earthli

Bug, context not reloading on startup.

Hello I hope everyone is doing well. I am experiencing two problems with Tomcat and I think they both stem from the same issue. I have been deploying an application using the tomcat manager b

Configuring Tomcat 4.0 to communicate with an SSL-enabled Apache server

Where can one find information on configuring Tomcat 4.0 to communicate with an SSL-enabled Apache server? The 4.0 Tomcat documents on SSL (See http //jakarta.apache.org/tomcat/tomcat-4.0-doc/ssl

permissions error deploying struts application

Hi All I 'm getting a weird error deploying a web-app with taglibs in tomcat 5.5.4. When I try to access the root of the directory it works ok (no problems listing files hitting welcome page e

Excluding directories from access log

I use the AccessLogValve to do standard logging for requests to my site. However I find that image file requests dominate the log file. Is there way to exclude an entire directory from printin

IIS 5.0 + ISAPI filter + tomcat

Is this an appropriate list to send my questions for IIS 5.0 ISAPI filters and tomcat? Running on a Windows 2000 Terminal Server? I am having problems with controlling the redirection of a website

Value for usebean class attribute is invalid

I 'm attempting to get a very basic webapp up and running but can 't seem to overcome this error org.apache.jasper.JasperException /build/begin.jsp(1 1) The value for the useBean class attribute

You cannot do that!

Let 'us be short you have no experience in writing letters!!!

reload log4j.properties on-the-fly?

I am running Tomcat 5.5 with log4j logging (log4j.properties in common/classes). Is it possible to make changes to the log4j properties and have the changes reloaded on-the-fly instead of having t

Setting Xmx and Xms on Tomcat 5

Hi gurus I 're really searched the web but I really need you help. I 've migrated my app from Tomcat 4.0.6 to Tomcat 5.0. everything went fine. As I had the service installed on Tomcat 4.0.6 I

does anyone have gigabit ethernet willing to run benchmarks

This is slightly off topic but I was wondering if there 's any tomcat user out there that has gigabit ethernet setup and able to run some benchmarks with apache ab. The latest set of ab results I

Having a simple problem w/5.5.7

I have a very dumb servlet that I am having problems with. I can get it to work through the invoker but not through the url I have setup... I use the ant installer to get it into tomcat. I

Re: bug in tomcat 5.5 and sticky sessions because of problem with
jvmRoute p

Mladen Turk wrote > Take a look at > http //jakarta.apache.org/tomcat/connectors-doc/config/workers.html > > It clearly states that (big warning in red color) > The name of the worker can cont

HTTP request- >Standalone App- >Apps running on Tomcat

Hi all We are implementing an IVR application using VXML. Here is the scenario When a call comes in the IVR platform sends a HTTP request to the application running on Tomcat. What we want t

Configuration for 1000 users on Tomcat

Hi We are using Tomcat 5.0.28 on production. Bussiness want to make configuration of web server which will be access by 1000 users. My question what configuration should we suggest for Tomca

Subject: JSP Compile size error.

When trying to run my web app (Tomcat 5.5.6 on RedHat Linux 9) I get the following error - org.apache.jasper.JasperException Unable to compile class for JSP Generated servlet error The code

Subject: Tomcat 5.0.28 shutdown fails

When trying to ./shutdown.sh Tomcat 5.0.28 running on RedHat Linux9 I get the following error and the shutdown fails. Using CATALINA_BASE /home/tomcat/jakarta-tomcat-5.0.28 Using CATALINA_HO

Exploded WAR deployment in Tomcat 5.5

Hello I have found some strange behaviour in de Tomcat manager. When adding an exploded WAR directory for example file ///c /java/foo with context foo Tomcat 5.5 starts to copy the *complete*

Unable to JkMount webapps/ROOT

Hello all I 'm trying to access my webapps/ROOT directory with a /tomcat alias pointed to it and I continue to receive error 404 - resource not available. All of my other JkMounts work such a

virtual host names

Hello I 'm working with Tomcat 5.0 in a stock (out-of-the-box) configuration. I can access the webserver using a URL based on the real (actual) hostname but if I use an alias (virtual host) I

Subject: Missing application web.xml

I am using Tomcat 5.5(.4?) on a PC. Periodically when I copy a WAR file into the webapps directory the auto-deployment fails and I get the following error in my stdout.log INFO Missing ap

log4j 1.3

Hi Does anyone have working example of log4j.properties for lo4j 1.3 that does Daily Rolling . Regards Yuval

problem with Basic authentication -- no window to login

Hi i was able to make my application work with form authentication then i changed the login-config to make it basic authentication like below but i am not getting any login window it just give

Subject: plus/minus of unpack war?

Can someone inside the Tomcat crew explain the advantages/disadvantages of setting unpackWAR "false " in the Host configuration?

basic or form based authentication not working

Hi i am using tomcat5.0.28 and trying to setup basic or form based authentication and it is just not working following is the information in web.xml <security-constraint > <web-resource-colle

RE: shared/lib driving me crazy! RE: shared/lib seems to be ignor
   ed

Eureka! I finally found the fix! For some reason our context fragment had the priviliged attribute set to true. Setting this to false makes everything work as expected. It is a little confusing g
Page 459 of 931 Previous 100   Previous 10   451   452   453   454   455   456   457   458   459   460   Next 10   Next 100