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 99 of 931 Previous 10   91   92   93   94   95   96   97   98   99   100   Next 10   Next 100  

Rough hint about server sizing Apache/Tomcat

Hi folks guess this is a more Apache related question but perhaps someone can give me some hints here I am in the situation to provide a proposal for a Apache/Tomcat setup where Apa

request.getRemoteUser() returning null

Hello I configured IIS 6.0 (Windows 2003) to redirect jsp 's to Tomcat (5.5.20) via JK2 ajp13 (isapi_redirector2.dll). Anonymous login in IIS ist turned off Windows Authentication is turned on. Now

Subject: ImageMagick, tomcat problems.

I 'm not a java developer but one of our websites has a java backend. We just got a new version that has some major updates. It requires ImageMagick. I have installed ImageMagick and verifies it works

Inicialization of an UnsignedByte variable

Hi I want to assign a value to a variable of type UnsignedByte. In the function it looks like this public String function (){ final UnsignedByte ptr new UnsignedByte() final Base64 blob

Subject: Problem using Tomcat in Win98

Dear Friends I am having a problem using Tomcat in Windows 98.I am using Apache Tomcat 4.1.34 and I am getting the following error on starting Tomcat - Syntax error The JAVA_HOME envir

How to modify the ETag response header in a filter

Hello again is it possible to modify the ETag response header inside a servlet filter? The code httpResponse.setHeader( "ETag " "W/\ "388-1171402768254\ " ") has no effect. It seems that tomcat alway

RE: insight into model.do

On Today at 3 15pm SI >Steve Ingraham <singraham@(protected) > wrote SI > I have found that section in the /occa/webapps/web.xml file. It is SI > showing SI > SI > <!-- Struts Action Servlet Mapping

2nd Try for Advice on Tomcat Shutdown

Hmmm. I just joined this mailing list today and I 'm happy to see that there 's lots of action. But so far nobody has responded to my posting. Maybe I 'm asking about something so trivial that ever

Subject: insight into model.do

http //172.16.255.100 8080/occa/model.do jsessionid 9212C2FF4620210C92B6 2443EE97760A I am looking for some information on how I can track down and read the particular code on a web page. Above is

maximum number of connections/threads

We want to create large scale chat web application based on reverse Ajax (comet). I belive we need an open connection (thread) for every user.. so I wonder if there is explicit limit of concurrent con

Help please. Does Tomcat 5.5 support PhaseListener?

Hello all I have implemented a ForcedLoginPhaseListener that would intercept every JSF Request Processing Cycle and check if user has a valid session in the HttpServletRequest. Basically the code i

A Howto for Tomcat 6.0.9, mod_jk, apache 2.2 load balancing + session replic

Sriram If you would like some google indexed webspace to post this howto let me know. Zack Sriram Narayanan wrote > Hi all > > I just got this working so I thought of posting a small howto fo

socket is not connected any more (errno=11)

We have a problem with lost submissions in a loadbalanced (mod_jk) webapp and think these errors are related - what causes error number 11 and what can be done about it? thanks! [Tue Feb 13 08 31

A Howto for Tomcat 6.0.9, mod_jk, apache 2.2 load balancing + session r

Hi Please update about cluster option in server.xml without that how does it work. If you can post all the steps will help others otherwise it may even confuse to others. Thanks for posting on s

mod_jk seems to fail if not in debug mode

Hi Do you have firewall configured between Apache+mod_jk and tomcat servers if yes then try setting following parameters. worker.tomcat61.cachesize 25 worker.tomcat61.cache_timeout 20 worker.tom

tuc 1.0a1 - URLConnection unit testing framework built for VELTOOLS

-----BEGIN PGP SIGNED MESSAGE----- Hash SHA1 All In writing unit tests for velocity tools I needed a component to help mock-up URLConnection objects so I built this tool. The project can be fou

Problem using deploy/undeploy ant tasks

Hi I 'm trying to apply changes to a webapp to a running tomcat server. I 'm using an ant target like this <target name "redeploy " description "Redeploy web application " > <echo message "URL - $

Tomcat load up error, w/ Oracle

Hi folks I 've been having some issues anyway with Oracle in my Java app the last week or so. Originally I thought it was due to some references where I was using the old sun.jdbc.odbc.JdbcOdbcDrive

Advice sought: Tomcat instances on separate machines join a cluster after consid

Hi Earlier today I managed to get a Tomcat cluster fronted by httpd 2.2 and with mod_jk as the load balancer. I followed the documentation had to change the worker from worker1 to router in one p

(mis)interpretation of /webapps2/ in Context.docBase

In Tomcat 5.5.9 (JDK 1.6.0 WinXP) I have a 'webapps2 ' folder alongside the default 'webapps ' and server.xml has <Host name "localhost " appBase "webapps " ... > <Context path "/myapp " docBase

soft shutdown

We want to convert an application currently based on JServ to Tomcat. Does Tomcat allow you to "rotate " servers using a soft shutdown that routes new sessions to a different container while continui

mod_jk seems to fail if not in debug mode

mod_jk seems to fail if not in debug mode I 've set up my Apache/Tomcat servers and it seems to be working. However in my httpd.conf if I use "JkLogLevel info " I get the following messages in my mod_

Apache Software DST (2007) Compliance

To Whom It May Concern With the recent changes in Daylight Savings Time business are now attempting to determine which software is DST compliant and what is not. Would someone please let me know w

A Howto for Tomcat 6.0.9, mod_jk, apache 2.2 load balancing + session replicatio

Hi all I just got this working so I thought of posting a small howto for the list )

A junk file is downloaded when port number and connection scheme is mismatch

> From uday shankar Aghalaya boregowda > http // <servername > 8443 So. You 're asking for regular HTTP over a HTTPS port. You 'll see the first few bytes of the negotiation then the protocol will st

A junk file is downloaded when port number and connection scheme is mismatched i

Hello All I am facing a peculiar issue in my server running Apache Tomcat/5.5.9. I have a Tomcat server setup with 8080 and 8443 ports listening for http and https connections. When I access the to

Subject: Tomcat as a Standalone server

Hi I am creating a simple web application that will consist of a few servlets and a MySQL database. I have installed tomcat and am using it in development with the normal 'localhost ' address but ha

Hy Users....

what a hell i cant use JSF with my Tomcat 5.5.20 ??? Every JSF app i??ve try load on my deploy happen this what can i do ?? i??m desesperate!!! thanks. type Exception report message descripti

Soap envelope

Hello I am trying to consume a web service. The operation returns array of strings and when invoking the web service I am getting the following error message Exception in thread "main " AxisFault

How to use JAASRealm ?

Hello In our project we are using a class that extends JAASRealm. This class is deployed in Tomcat 5.5.20. When accessing this class an exception is generated java.lang.NoClassDefFoundError org/
Page 99 of 931 Previous 10   91   92   93   94   95   96   97   98   99   100   Next 10   Next 100