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 16 of 931 Previous 10   11   12   13   14   15   16   17   18   19   20   Next 10   Next 100  

HttpSessionListener

I had attached web.xml with th previous mail. Nevertheless I am attaching source code of listener and the web.xml file. Grateful if you can spot and informme of errors. Thanks ASW On Tue 2007-09-0

Subject: Re: Programmic login to tomcat using username and password

I think this feature is very basic. Everything should have a programmatic way. zhu quanxin <zhuquanxin@(protected) > wrote hi David My aim is that tomcat could authenticate users without promoting a

Subject: RE: Problem with form based JSP authentication using Firefox with Tomcat

Thanks again P Yeah I actually already had the meta tags at the top and modified everything to match your example exactly. I also tried using separate login and error pages with no noticeable di

Subject: Re: Different sessions between JSP and Servlets...

Mike Cronin wrote > I started from a clean install and continue to encounter the issue where my > JSP pages are not exposed to the session variables being set from within my > servlets. I believe tha

Subject: Re: Automatic notification of certificate expiry

Andrew Friebel wrote > Is there any way that users/administrators can be notified automatically > (via email) when the server certificate has expired? http //www.google.com/search?hl en&q cron&btnG

Subject: RE: Different sessions between JSP and Servlets...

I started from a clean install and continue to encounter the issue where my JSP pages are not exposed to the session variables being set from within my servlets. I believe that my <Host > element is se

Subject: Re: comet webapp memory optimization

the only data you risk to lose is from maxHttpHeaderSize if you reduce that and the HTTP request is larger than that you 'll end up with a garbled request everything else should be good to run aro

Subject: Re: Programmic login to tomcat using username and password

hi David My aim is that tomcat could authenticate users without promoting any login form. I give out the userID and password in the servlet code. when users navagate the servlet page they woul

Subject: Automatic notification of certificate expiry

Is there any way that users/administrators can be notified automatically (via email) when the server certificate has expired? Regards Andrew

Subject: RE: Different sessions between JSP and Servlets...

We 'll do. Thanks. Fax.com "The New Way To Fax! " www.fax.com Confidential This electronic message and all contents contain information from Fax.com Inc. which may be privileged confidential or ot

Subject: Re: Different sessions between JSP and Servlets...

On 9/5/07 Mike Cronin <mike.cronin@(protected) > wrote > I definitely want this set up correctly and I do intend to move the > <Context > elements out of the server.xml but I have not been able to > su

Subject: RE: Different sessions between JSP and Servlets...

Thanks for the reply Hassan. I definitely want this set up correctly and I do intend to move the <Context > elements out of the server.xml but I have not been able to successfully do so as none of t

Subject: comet webapp memory optimization

I have a webapp that maintains many concurrent comet connections. Transmissions between the client and server are small and infrequent. I 'm trying to lessen the memory usage by playing with buffer c

Subject: Re: Different sessions between JSP and Servlets...

On 9/5/07 Mike Cronin <mike.cronin@(protected) > wrote > $CATLINA-HOME\webapps\a_subfolder\my_root\ > Within my_root there are a number of subfolders that contain various > applications i.e. login adm

Subject: Different sessions between JSP and Servlets...

Okay I have the following structure. $CATLINA-HOME\webapps\a_subfolder\my_root\ Within my_root there are a number of subfolders that contain various applications i.e. login admin reports an

Subject: Re: an easier way to deploy war file?

David Smith wrote > But doesn 't that still unpack the wars to the work directory or > something similar? I was under the impression it always unpacked the > wars for performance reasons -- just not

Subject: Re: Programmic login to tomcat using username and password

Hi Am not sure to understand what you want to do. You want to login user without requiring it ever to authenticate? That seems to me quite paradoxal. Maybe you should explain a bit more what you t

Subject: Re: Accessing external SSI directory in applications

If you look at the c import tag of the standard tag library you 'll find what you want. http //jakarta.apache.org/taglibs/doc/standard-doc/intro.html --David thoalex wrote > I have a tomcat appli

Subject: Re: Can two Tomcat web apps deadlock each other?

There can be a simple problem with locking - see http //tomcat.apache.org/faq/windows.html#lock . On Linux the files are usually not locked so you can get "class not found exception " when a jar fi

Subject: Re: Can two Tomcat web apps deadlock each other?

Thanks Alexey. Unfortunately the server in question is not ours and we do not even have log in on it so any kind of sane analysis is probably out of the question. All we can do is try deploying a

Subject: Accessing external SSI directory in applications

I have a tomcat application that has server side includes embedded in the JSP pages. For example the application called MyApp has references in the JSP pages to a /ssi folder/page. So for example i

Subject: Re: Can two Tomcat web apps deadlock each other?

Everything is possible but unlikely. Please try running server stack trace from http //tmitevski.users.mcs2.netarray.com/stacktrace/app/launch.jnlp to get a thread dump. It will show the list of t

Subject: Can two Tomcat web apps deadlock each other?

We are deploying a newer version of a web app to run in the same Tomcat instance (1.4.31) as the existing version. On our development servers winXP if the new version encounters a startup proble

Subject: Re: Issue with psql driver

Pease add a ex.printStackTrace() call to your exception catch block and then post the results. That will give more information as to what went wrong. You may need to take this question to the postg

Subject: Re: mapping directory in Tomcat?

On 9/5/07 Angelo Chen <angelochen960@(protected) > wrote > The servlet mapped directory sounds interesting can you give me some more > info about that? Not much to say your servlet would take th

Subject: Re: mapping directory in Tomcat?

Hi Hassan The servlet mapped directory sounds interesting can you give me some more info about that? Thanks A.C. Hassan Schroeder-2 wrote > > On 9/5/07 Angelo Chen <angelochen960@(protected)

Subject: Re: tomcat 6 application intercommunication

----- Original Message ----- From "Angel Sotirov " <angel@(protected) > To "Tomcat Users List " <users@(protected) > Sent Wednesday September 05 2007 4 23 PM Subject tomcat 6 applicati

Subject: Re: Programmic login to tomcat using username and password

Hi I have already enabled the SSO function in server.xml. It could be promoted the challenge once when I visit the first webapp and without login to all the webapps in the host. But I do not wan

Subject: Re: tomcat 6 application intercommunication

On 9/5/07 Angel Sotirov <angel@(protected) > wrote > Is there a way to find the FQDN of the current virtual server How about ServletRequest.getServerName() ? -) -- Hassan Schroeder -------

Subject: RE: Issue with psql driver

> From Chris Baty [mailto batymohn@(protected)] > System.out.println( "Error occurred " + ex) Chris you might want to learn how to use any of the Java logging frameworks - as I eventually realised
Page 16 of 931 Previous 10   11   12   13   14   15   16   17   18   19   20   Next 10   Next 100