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 738 of 931 Previous 100   Previous 10   731   732   733   734   735   736   737   738   739   740   Next 10   Next 100  

Retrieving the context path from a standalone class

Hi Shapira Please see below for my responses. Regards Kent Howdy You 're missing a few things 1. The context path is (according to the spirit of the servlet spec) to be decided b

Newbie needing help in deploying servlet

I 'm trying tomcat-4.1.24 out and have it up and running ok. But when I try to deploy a new servlet it is not seen (404) by tomcat. I have it like this $CATALINA_HOME/webapps/testapp/form.html $

RE: invoker servlet, tomcat 4.1.29, apache 2.0.48 and
connector jk2

Hmm -- everything looks correct (though I don 't use the invoker servlet personally). If you 're able to hit the servlet directly on Tomcat then all of this shouldn 't matter. Seems like it has

invoker servlet, tomcat 4.1.29, apache 2.0.48 and connector jk2

I can definitly access the servlets with the tomcat port. Using the following addresses Tomcat url work http //XX.X.X.XX 8081/servlet/com.wanted.cobrandpropertyeditor.servlet.TextE ditServle

Problem configuring SSL in Tomcat 5.0.16

I downloaded the src project and did a full ant build of Tomcat 5. I am running a SUN JDK version 1.4.1. I have run the java keytool to create a simple certificate keystore. I have used essetnial

Tomcat 5 & Custom Tag Variable Problems

Well I finally got around to playing with Tomcat 5 and everything seems to work well except for my custom tags (which is to say my whole web app broke ) ). My problem is when tomcat tries to

RE: invoker servlet, tomcat 4.1.29, apache 2.0.48 and
connector jk2

This looks correct. What version of Tomcat and Apache did you upgrade from? Are you *sure* you can hit your /servlet/* URLs going directly to Tomcat? Just to be sure you 're aware of the in

invoker servlet, tomcat 4.1.29, apache 2.0.48 and connector jk2

Hi My workers2.properties file have the following entries [uri /*.jsp] info Map to Tomcat All *.jsp In Default Context # context / # group channel.un /var/log/tomcat/intranet/intranet_jk2.

Re: invoker servlet, tomcat 4.1.29, apache 2.0.48 and
connector jk2

Since you 're able to hit your servlets through the invoker when pointing to Tomcat directly this sounds like a connector problem. Check your workers[2].properties to make sure you 're passing r

starting server

I am new to Tomcat. I just downloaded 4.1.29 and have it started up in Windows XP. When I got to http //localhost 8080 it is giving me the error "The page cannot be displayed ". I tried changing

Problem with Validator Task on TC5 client deployer

Hi I am trying to run the tc5 client deployer standalone to pre-compile a web application the application compiles fine however the validator task throws the following error. I have checke

load test suite - apache-tomcat

We are trying to run some load test on an app hitting apache-tomcat which also uses weblogic for its backend auth ejb to an oracle db. Currently we using loadrunner 7.51 to simulate a login to th

Tomcat 5 - Cannot load JDBC driver class 'null ' SQL state: null

A solution to this problem would be greatly appreciated. I have now spent over 10 hours investigating this problem and still have no solution. We have installed Tomcat 5 and the latest MySQl Co

invoker servlet, tomcat 4.1.29, apache 2.0.48 and connector jk2

Hi We upgraded our tomcat to 4.1.29 and apache to 2.0.48 recently and we have lost access to all servlet invoked in the following form http //address/servlet/MyServlet the apache does no lo

webapp works through Apache, not Tomcat directly

I have a webapp deployed in Tomcat 4.1.27 which I am able to reach through Apache 1/3/27 (via mod_jk sorry didn 't build it myself obtained it as a binary and don 't know version---how can I tell

Subject: jvm.cfg, mem heap size

I need to raise the amount of memory my jvm buffers for its use. I 've seen docs on JavaHotSpot and JRun and a bunch of other things but never just j2sdk. Even at java.sun.com there were more d

Subject: Warning of session timeout.

Hello When I 'm doing online banking over the internet I get a popup notice telling me my session is about to expire and asking me if I want to stay logged in or not. How do they do this? I

CVS on windows

I am trying to configure CVS on windows 2000 machine running tomcat 4.1. Is there a place I can get instructions on how to do that. thanks -sumit

ajp13 errors

Hi all Has anyone encountered errors similar to the following in the catalina_log file ? If so - any ideas as to the cause. Cheers - Steve

UnsatisfiedLinkError

When my Sun machine is rebooted it automatically starts Tomcat (version 4.1.18) and Apache in a start-up script. After the machine has rebooted and I try to instantiate an object that accesses

cannot get Filters to work with Tomcat 5.0.16

Hi I cannot get Filters to work with Tomcat 5.0.16. Here are my filter definitions in web.xml <filter > <filter-name >UserFilter </filter-name > <filter-class >ch.ctc.support.common.Us

Tomcat session

hi i want to know if it 's possible to share the session of a context to another context in the same instance of tomcat (server.xml)? thanks a lot

java.lang.NoClassDefFoundError: oracle/jdbc/driver/OracleDriver

All- I 'm getting the following error though Oracle driver classes(zip)are in tomcat/common/lib placed. java.lang.NoClassDefFoundError oracle/jdbc/driver/OracleDriver Any clue--- > Thanks D

Subject: adding new jars to classpath

Hi I added new jars to the classpath in setclasspath.sh(using tomcat 4.1.27) but these are not being picked up. I got a CNF error. I copied these jars to common/lib and then it worked fine. The

Question on using Tomcat 5 in production environment; using multiple instanc

Howdy For minimum interference run one instance of tomcat per application per machine. So if you have five apps and two machines that 's ten instances of tomcat. Yoav Shapira Millennium Ch

JSP developer mailing list address! Please

Hi everyone I know I can 't use this list for asking a jsp question. Plesae send me the address for the Jsp mailing list. I will really appreciate it. Thanks & Regards Divya Di

RES: how to deploy ejb in tomcat

Even praying its impossible.Unless a miracle happens..Try to use JBoss it works fine with tomcat.. Jose Euclides Junior Projeto DOP201 Infra-estrutura J2EE para as aplicacoes corporativas da

Subject: Persistent User Login

Hi I was asking about this subject on this list a while back http //www.mail-archive.com/tomcat-user%40jakarta.apache.org/msg111700.h tml but I 've not managed to get it working yet. In

Subject: java.lang.VerifyError

Hi I am using Tomcat 5.0. I am getting an error as java.lang.VerifyError (class org/apache/xalan/xpath/xdom/XercesLiaison method parse signature (Lorg/xml/sax/InputSource )V) Incompatible

Question on using Tomcat 5 in production environment; using multi
   ple instance

Hi I cannot find a suitable answer on the situation and questions below Situation I want to use Tomcat in a high available environment using 2 machines behind a load-balancer. On these ma
Page 738 of 931 Previous 100   Previous 10   731   732   733   734   735   736   737   738   739   740   Next 10   Next 100