  | 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 | 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 proHi
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 provideAny 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 subOK 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 unfamiliaI 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 MHi
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 trHi 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
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 "accidentallythis code works for me well
<bean id "job " class "org.springframework.scheduling.quartz.JobDetailBean " >
<property name "jobClass " >
<value >baseportal.com.portal.sheduler.SimpleJob </value >
</properAndrew
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 exHi 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 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
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
JAlexey
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
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 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 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.
H2007/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 'tOk... 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 requesThat '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 toMay 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 valveHello
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 peAhh... 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)
LooHi 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
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 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 iHi
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 mapWhen 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 puttinHi 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 reauthenticateHi
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  |
|
 |