  | 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
|
|
|
  | | | Tomcat | 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 iOn 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.htI 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 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 alsoHi 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/sunsHello
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
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 shoulTim 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 'tI '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) completHi.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 </TITLHi 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 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 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 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 " shutdownI 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
<% ObjeHi
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 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
-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
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?
gaHi
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 >
<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 indexHello
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 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 coHi
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.cataCan 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 IHy
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 droHello
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 CATALINGood 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/mHello
within the init() of a filter I 'm storing a reference to the
servletContext
filterConfig.getServletContext().setAttribute( "servletContext "
filterConfig.getServletContext())
But when I '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 |
|
 |