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 349 of 931 Previous 100   Previous 10   341   342   343   344   345   346   347   348   349   350   Next 10   Next 100  

injecting a new request within a filter

Hello from within a filter I 'm trying to do the following request.getRequestDispatcher(req.getServletPath() + "index.faces ").forward(request response) This works generally fine. The problem i

Linking/forwarding GET requests using Default servlet or other Tomcat featur

On Wed 2005-07-27 at 12 19 Rob Hunt wrote > I 'm running a stand-alone (no Apache front-end) TC 5.0.19 server on a WinXP box. I have a webapp that has a /teams directory that contains gameScores.ht

URLConnection and form based authentication (j_username)

I cannot get this to work. It works for all other sites besides ones that have j_username & j_password. It always comes back to the login page. I see other messageboards via google that have the same

Linking/forwarding GET requests using Default servlet or other Tomcat feature

I 'm running a stand-alone (no Apache front-end) TC 5.0.19 server on a WinXP box. I have a webapp that has a /teams directory that contains gameScores.htm teamStandings.htm and scoreForm.htm. I also

Subject: Tutorials for 1.2.7 features

Hi All. Can anybody point me to tutorials or any other kind of writeups on new Struts features - i.e. using POJO instead ActionForms etc. I 've seen this http //raibledesigns.com/comments/rd/suns

ho to check if forward-target exists?

Hello I can start a forward like this e.g. through a filter request.getRequestDispatcher( "/test.html ").forward(request response) But how can I check if the ressource really exists? request.get

Instantiating an Application Scoped Bean

Hi I need some help on the following scenario As soon as I start my tomcat server I need to populate an application-scoped bean which will have values from the database. Thereafter I shoul

Subject: Re: JNDI - TOMCAT ------ success

Tim it was success. thanx million. earlier i referred 5.0 docs. anyway it was my fault. again i would like to thank you Tim. It is great help Kane. Tim Funk <funkman@(protected) > wrote Don 't

Subject: 302 for missing files?

I 'm currently using Tomcat 4.1.24 on WXP. The behaviour that is baffling me is that when a request goes out for a non existing physical file TC returns a 302 (Moved temporarily redirect) complet

Problem with Jasper-Need your help

Hi.I am new with Tomcat and JSP and I need your help. I am trying the following simple jsp <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN " > <HTML > <HEAD > <TITLE >JSP Expressions </TITL

JNDI - TOMCAT

Hi List This is actually problem with JNDI . I 'm tring to connect to mysql database via JNDI in tomcat 5.5.9. First of all i installed tomcat 5.5.9 in my windows 2000 advance server machine and

Subject: tomcat 5 - apache 2 - ldap

Hi I need to setup the following system - Tomcat 5.5.9 - Apache 2 (using mod_jk) - Redhat 7.3 - User authentication against Ldap (using OpenLdap) - Single sign-on (e.g. if the user

Manager servlet to manage virtual hosts

Hi I 'm running TC 5.0.19 and have 8 virtual hosts on the box. Each virtual host has a default ( "/ ") context with it 's app deployed. When I access tomcat on it 's IP address on port 8080 I get the

Placing a LifecycleListener in my server.xml

Anyone have any ideas where on earth I put my class that implements the LifecycleListener (In a jar in my WEB-INF/lib) as I don 't seem to have a context in my server.xml. <Server port "8005 " shutdown

Sharing object between Bean and Servlet

I have a non-static object initialised in a bean which I subsequently need to access in a servlet. But exactly how do I do that? The bean itself is initialised in another JSP so I cannot use <% Obje

setting -Xss option and its impact on servlet threads

Hi I read about -Xss JVM option used to set the thread stack size and I want to use it for tomcat during startup. My thinking is that if I set it to some smaller value than the default value this

How to configure tomcat default character encoding ?

I user Tomcat 5.0.28 the browser send server UTF-8 query string like QueryString id&code&name %E5%90%8D%E7%A7%B0 How to configure tomcat default character encoding to UTF-8 ? Dongsheng Song -

Web application directory structure

I 'm new to Tomcat and having a problem I thought someone could help me with. I have an application with servlet installed under webapps. I can run the servlet without problems. The servlet creates a p

What is the current stable version of jk connector?

According to http //www.apache.org/dist/jakarta/tomcat-connectors/jk/ the current stable version is 1.2.10. Now four additional releases have been made. Does 1.2.10 remain the stable version? ga

Subject: Tomcat 5.5.9 MIME Problem

Hi I have two in which I wanted IE to recognize as a binary file. So I added the following entries into my application web.xml file. <mime-mapping > <extension >cab </extension > <

how to set index.faces as welcome-file

Hello I tried to put the following into web.xml <welcome-file-list > <welcome-file >index.faces </welcome-file > </welcome-file-list > But obviously this doesn 't work because there is no file index

getContextURI?

Hello how can I get the requestURI or pathTranslated without the context-prefix? Instead of /newsletter/config/login.jsp I would like to get returned just /config/login.jsp Additionally while

Building statically mod_jk in Apache in Windows environment

Hi everybody I 'm using mod_jk - 1.2.14.1 and apache - 1.3.19 I would like to link statically mod_jk in Apache in Windows environment. Has anyone already managed this? The configure --with-apache co

DefaultServlet raising 404 when mapped explicitely

Hi Apache 5.5.9 with Apache 2 and mod_jk. Some files in /download/files. If i do not configure any servlet mapping for this path the files in this folder are delivered. I assume org.apache.cata

Using Tomcat and certificates from CAcert

Can you please tell med what 's wrong with this setup? I have one server runnig Fedora Core 3 and Tomcat 5.5.9 with Java 1.5.0_04. Tomcat is setup to require a client certificate. For this server I

Problem running tomcat with a CMS application

Hy I am trying to run a CMS program called magnolia on my http //localhost 8080/magnolia/ I made sure that everything is installed properly tomcat 4.1.31 mysql. I downloaded the .war file and dro

Subject: tomcat not starting properly

Hello I am having trouble starting tomcat. It gets to a point then just stops. What am I doing wrong? [root@(protected) bin]# ./catalina.sh jpda run Using CATALINA_BASE /usr/tomcat Using CATALIN

apache/tomcat/mysql cluster info request

Good Morning I 'm looking for suggestions on a large scale tomcat cluster for one deployed app. I currently run our app happily with all server apps smushed on one server. Apache webserver 2.0.52/m

attributes in servletcontext and servletrequest

Hello within the init() of a filter I 'm storing a reference to the servletContext filterConfig.getServletContext().setAttribute( "servletContext " filterConfig.getServletContext()) But when I '

Subject: NoSuchElementException

I get this running Tomcat 5.5.9 on JDK 1.5 on Linux 2.6.x. The toArray makes an array of the 'attributes ' attribute of the session. But fails to do so. Should I synchronize all access to the session o
Page 349 of 931 Previous 100   Previous 10   341   342   343   344   345   346   347   348   349   350   Next 10   Next 100