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 728 of 931 Previous 100   Previous 10   721   722   723   724   725   726   727   728   729   730   Next 10   Next 100  

jaas.jar not included w/ Tomcat 5.0.16 - why?

jaas.jar is no longer present in server/lib/ as it was in Tomcat 4.x. this causes ClassNotFoundExceptions when running under JDK 1.3. was this an oversight or was it intentional. if it was intention

no contexts, several webapps, autoDeploy, differentloggers?

Howdy There is no magic token for the app name in the DefaultContext element. So you need a Logger for each Context explicitly defined. The Logger for a Context handles all servlets for that co

No response from my servlet on tomcat( running on W2K tomcat version 4.1.29)

Hi everybody I have no Idee how to administrate tomcat and there is no configuration error because it was working before very well since I 've changed the code of my servlet.... -) My tomcat adm

RE: Cannot define Djava.library.path while using tomcat as a Wind
   ows 2000 ser

It is working ok for me when I don 't use the library as well but I need the library for my application to work. It should not matter if it is CATALINA_HOME or CATALINE_BASE tried them both with

-security with 5.0.16 doesn 't work

Hello I was setting fine grained permissions to my webapp but always an exception was thrown. So I tried to use grant { permission java.security.AllPermission } but even with tha

RE: Cannot define Djava.library.path while using tomcat as a Wind
      ows    2000 s

Did that but no event is being recorded!

Cannot define Djava.library.path while using tomcat as a Windows 2000 servic

Here is a copy of my service install batch file that 's currently working (I don 't use the library). %CATALINA_HOME%\bin\tomcat -install "Jakarta Tomcat " %JAVA_HOME%\jre\bin\server\jvm.dll -Djava.

How to install new verisign intermediate signing certificate to apache tomc

See http //sunsolve.sun.com/pub-cgi/retrieve.pl?doc fsalert/57436 On Wed 14 Jan 2004 20 04 17 +0200 Harun Velio??lu (Ko??.net) <HarunV@(protected) > wrote > Hi > > I have > - Java 2 SDK 1

Why URLConnection parameters are decoded incorrectly?

Hi from a java application I build an URL and encode the URL parameters with URLEncoder.encode(str "UTF-8 ") and than I create a connection with URLConnection uconn URL.openConnection()

RE: Cannot define Djava.library.path while using tomcat as a Wind   ows    2000
se

can you look clear all events from windows event viewer and start the service?then again check the event viewer and let me know the error... Pavan Kumar Tata Consultancy Services mailto pavan

RE: Cannot define Djava.library.path while using tomcat as a Wind
   ows    2000 se

Just can 't start the service and did not return an error. Log files are also not updated!

Re: Cannot define Djava.library.path while using tomcat as a Windows    2000
ser

what is the error windows is referring to??? Pavan Kumar Tata Consultancy Services mailto pavan.k@(protected)

Cannot define Djava.library.path while using tomcat as a Windows
   2000 service

Hi I defined my library path in the Catalina.bat under Windows 2000 and if I start the startup.bat Tomcat 5.0.16 works fine with the connected libraries. Now I made a Windows 2000 se

CRL configuration with SSL connector

Is it possible to define a CRL to be checked by tomcat when using SSL ? Thanks for your help Alain. PS Where can I find a full description of configuration attributes of the coyote conn

Unable to start web application

-----BEGIN PGP SIGNED MESSAGE----- Hash SHA1 Hi I 'm quite new to developing web applications with Tomcat (5.0.6 that comes with JWSDP 1.3). I have a problem with starting a web application t

UTF-8 Charset from mod_jk and Apache http server

Hi I am using apche http server 1.3.27 tomcat 4.1.29 and mod_jk/1.2.4 to connect it up. I have set tomcat to serve all pages using the utf-8 charset in the http header. This works fine. Ho

Re: no contexts, several webapps, autoDeploy, different
   loggers?

In order to have a seperate log file for each web app you will need a logger for each context. Tomcat3 had ContextXmlReader that would allow you put context configuration for each webapp in its o

Subject: When is a session cookie set?

Is a session cookie supposed to be set for the very first page one visits of a site even if no session is created in the logic to produce that page? (i.e. getSession() is never called) Becau

Subject: Error in mod_jk Makefile?

I am trying to build mod_jk-1.2.5 from source on FreeBSD 4.9-RELEASE and I encounter at the end of the build process the following error ... /usr/local/bin/bash /usr/local/apache/build/libtool -

Problem about jini datasourec.

I want to use jini datasource the old code as follow work normally work normally code

Newbie needs help with Tomcat5.0.14

--------------Boundary-00 _D4FI4961VA4000000000 Content-Type Text/Plain charset "iso-8859-1 " Content-Transfer-Encoding quoted-printable 0D I recently installed Tomcat version 5.0.14 from

no contexts, several webapps, autoDeploy, different loggers?

i have a server.xml configured with the following Host element <Logger className "org.apache.catalina.logger.FileLogger " prefix "catalina_log. " suffix ".txt "

Javamail not working with non-Outlook Express users.

System setup Windows Server 2003 Tomcat5.0.16 and IIS6.0. My mail server sends email messages successfully when the user has Outlook Express set up on their desktop but non-Outlook Express u

restricting access to jsp pages

Greetings! I am using struts 1.1 with Tomcat 4.1. I want to disallow a user to get direct access to my static pages. That is if the user types a url that ends in anything but ".do " I want t

Calling a JSP from a virtual host

Hi everyone. I have the next configuration in my server - Windows 2000 - sorry no chance to use Linux -( - Apache 2 with some virtual hosts - Tomcat 1.4 with some JSP webapps - mod_jk to

AW: RTFM

Hi > Now I have your attention will someone tell me ?? > if it is possible to forward control (either by JSP or Servlet) from one context to another in the same browser window? What ab

Subject: InitParameters Question

Init parameters for a servlet are specified in web.xml using the <init-param > child of the <servlet > tag. These can be accessed using the javax.servlet.GenericServlet.getInitParameter(). So

RTFM

Hi Now I have your attention will someone tell me if it is possible to forward control (either by JSP or Servlet) from one context to another in the same browser window? i.e

javax.servlet.jsp.JspException: Premature end of file

I 'm having a problem with a JSP using JSTL 1.0.3 and Tomcat 4.1.29 running under Windows 2000 v5 sp4 and JDK 1.4.1_03. I have a front controller servlet that instantiates a Command object for

Session Persistance

Ok I don 't know what is wrong. I thought I had this working before. Yet when I stop and restart Tomcat I loose my session. Even though I see the file being saved. <Context path "
Page 728 of 931 Previous 100   Previous 10   721   722   723   724   725   726   727   728   729   730   Next 10   Next 100