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

Subject: RE: Tomcat 5.5.25 - > 6.0.14 upgrade problem

Hi I had a problem before with this upgrade scenario using the Oracle drivers and asked the list. I was asked if the JAR was in $CATALINA_HOME/lib - it was - no further ideas. I have never had a pro

Subject: Tomcat/Plesk datasource setup problems

Hi I just moved my hosting from a provider where I had a private Tomcat server with complete control over it to a provider that uses Plesk and I share the Tomcat server with other users. The provide

Subject: Re: Tomcat jsessionid cookie across subdomain valve

Any thoughts? If this is OT anyone know an appropriate list to post to? Daniel M Garland wrote > Hi all > > I have a web application that is installed on a virtual host that has a > number of sub

Subject: Re: DeltaManager cannot receive message through TCP channel in Tomcat cluste

OK I 've figured out what 's happening but not how to fix it! I 'm running a single Tomcat instance that is hosting some virtual hosts and we have three Tapestry web applications. For those unfamilia

Subject: Re: tomcat and jdbc connector

I doubt this is tomcat 's fault in any way given the code snippet is pure java and doesn 't access the api except for the success message. Can you verify the Ubuntu machine really has access to the M

Subject: Re: tomcat and jdbc connector

Hi loredana loredana wrote > "javax.servlet.ServletException java.sql.SQLException [Microsoft][SQLServer 2000 Driver for JDBC]The requested instance is either invalid or not running. " Can you tr

Subject: tomcat and jdbc connector

Hi I have a small jsp file that test a connection to an sql server 2000 database using ms jdbc drivers. the file is pretty basic DriverManager.registerDriver(new com.microsoft.jdbc.sqlserver.S

Subject: Unstable display of code 500-pages

Hi y 'all I 'm experiencing severe problems with my Tomcat-server. My setup is this I have a setup with a load balancer in front of a couple of Tomcat servers. Once in a while when I "accidentally

Quartz

this code works for me well <bean id "job " class "org.springframework.scheduling.quartz.JobDetailBean " > <property name "jobClass " > <value >baseportal.com.portal.sheduler.SimpleJob </value > </proper

Quartz

Andrew It is the best way to use Quartz together with spring. Look the documentation there all very well is described. 2007/9/6 Andrew Hole <andremailinglist@(protected) > > > I can 't find an ex

Subject: POST data lost when switching URL using mod_rewrite and mod_jk

Hi folks! I Have the following setup Apache/2.2.4 mod_ssl/2.2.4 mod_jk/1.2.25 mod_rewrite (?) Apache Tomcat 5.5.23 Browser > Apache + mod_rewrite > mod_jk > Tomcat This is a Linux machine

Quartz

I can 't find an example of using Quartz to scheduling jobs on Tomcat Web application. Someone already work with Quartz? Could you share a hello world sample? Thanks a lot

Subject: reponse.setHeader in tomcat

Hello I am trying to change the response header in tomcat by setting Response.setHeader( "Content-Type " "text/plain ") in a servletFilter. But it doesn 't work. Any idea for it? Odelya Glick J

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

Alexey Thanks for taking the time to reply. I 'll try all your suggestions but I wanted to investigate the windows vs linux possibilities. Does the fact that this Tomcat behavior does not occu

Subject: Tomcat Farm Deployment and Statistics

Is there a way to distribute the deployment of an application through many tomcat 's farm instances in different machines setting a context path that is different than the war 's name? Is there a way

Subject: Re: How to get Request from RequestFacade

2007/9/6 Tremal Naik <tremalnaik@(protected) > > ok I don 't need to modify the Request or Response. I 'm trying to read them. by the way I 'd be glad if I was able to read the StandardSession. I mean

Usertransaction

Hi All I 'm currently trying to create a transaction between a standalone application and a web service. By starting a usertransaction in the standalone app and bridging it to/with the web service. H

Subject: Re: How to get Request from RequestFacade

2007/9/6 David Smith <dns4@(protected) > > Ok... do you need them to modify the request and/or response? Or are > you trying to pull some information from the original tomcat internals? ok I don 't

Subject: Re: How to get Request from RequestFacade

Ok... do you need them to modify the request and/or response? Or are you trying to pull some information from the original tomcat internals? I first assumed you were attempting to modify the reques

Subject: Re: How to get Request from RequestFacade

That 's the point I don 't know much about request/response wrapping. I don 't need the Facade itself what I need are the "real " Catalina Request/Response objects hidden behind it. I don 't know how to

Subject: Re: How to get Request from RequestFacade

May I ask what exactly you want to do with the facade? Seems like you could do what you want with a request or response wrapper instead. --David Tremal Naik wrote >Hello >I 'v been using a valve

Subject: How to get Request from RequestFacade

Hello I 'v been using a valve to perform license checking in my web application. The method invoke(Request request Response response) had access to the Request and Response objects allowing me to pe

Subject: Re: Issue with psql driver

Ahh... I see the root cause now. It is indeed caused by the JVM 's security manager Caused by java.security.AccessControlException access denied (java.net.SocketPermission localhost resolve) Loo

Subject: Re: Issue with psql driver

Hi All I 've tried at least 4 drivers changing the url to localhost test localhost 5432 test 127.0.0.1 test This is my current trace Error occurred org.postgresql.util.PSQLException Something u

Subject: mod_jk - connectionTimeout en connection_pool_timeout

Hi We are using mod_jk 1.2.21 on Solaris 8. together Apache 2.0.59 with the worker MPM. We are moving our applicationserver to a new version which is also using a new Tomcat version. We now have a

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

I somehow understand what you are trying to do. I suppose your idea is to have user get an email with a serial number that allow them direct access to a secured page. This serial would be associated i

Tomcat memory issues

Hi We have implemented a picture/pdf server in Tomcat. The pictures are cached in a map. When the memory is nearly full some entries are removed from map. However eventually the entries in the map

Subject: Re: Setting SC_INTERNAL_SERVER_ERROR in http servlet response

When a web server returns an error status it 's supposed to include an HTML page with an error message. The one you 're seeing is Tomcat 's default error page. You can customize the error page by puttin

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

Hi Dave I am looking for tomcat API for doing programmic login. I read the source code of org.apache.catalina.authenticator.SingleSignOn and find that it contains a method called reauthenticate

Subject: Setting SC_INTERNAL_SERVER_ERROR in http servlet response

Hi In my servlet I set the response code to 500 like this response.setStatus(HttpServletResponse.SC_INTERNAL_SERVER_ERROR) Why tomcat attached this in my http response? And how can I disable
Page 15 of 931 Previous 10   11   12   13   14   15   16   17   18   19   20   Next 10   Next 100