Why?
The risk is that you will introduce inconsistencies into live sessions.
Surely modifying the session using the API provided by the Servlet spec
is a) safer and b) easier.
As we are dealing with sessions that are no more accessable, this action
would have no effect on any live sessions thus no
We have Quartz jobs running in back ground. It needs to know whether this
instance has to run the job
or not. Earlier we use to catilina.base which we can read as System property
. now all the servers have
the same instance names..so i am just thinking is there any way this
property will help to g
> From: bhanujirao [mailto:dumpala.venk...@gmail.com]
> Subject: RE: reading jvmRoute property specified in server.xml
>
> i need to read it in java class which i dont have access
> to HttpServletRequest
So what does this Java class have access to? If you'd provide information
about what you *
Well thanks for ur reply.. i know that is one alternative but i need to read
it in java class which i dont have access to HttpServletRequest .. any other
alternative...
Thanks
Venkat
Caldarale, Charles R wrote:
>
>> From: bhanujirao [mailto:dumpala.venk...@gmail.com]
>> Subject: reading jvmRout
> From: John Cartwright [mailto:john.c.cartwri...@noaa.gov]
> Subject: JSP: "No suitable driver found"
>
> DataSource invalid: "java.sql.SQLException:
> No suitable driver found for ${myDS}"
The presence of the ${} in the message is certainly rather odd. This is not
likely to be related, but y
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
John,
On 4/13/2009 10:02 PM, Christopher Schultz wrote:
> Is "sql:setDataSource" part of the JSTL?
Duh. Yes. Sorry 'bout that.
When you execute your query, how do you do it? Can you post your
(or whatever) that you use?
- -chris
-BEGIN PGP SIG
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
John,
On 4/13/2009 6:24 PM, John Cartwright wrote:
> I have what should be a simple problem, but can't seem to resolve it.
> Basic JSP using a non-pooled connection:
>
>url="jdbc:oracle:thin:@host.example.com:1521:ORACLE"
> driver="oracle.jdbc
I believe classes12.jar is the jdbc library (with tracing)
jstl-1.1.2.jar is for JSTL Taglibs, version 1.1.2
feel free to ping chuck,mark,chris,rainier and hassan for relevant details
HTH
Martin
__
Disclaimer and Confidentiality/Verzicht und Vertra
Thank you for your prompt reply Martin and for your suggestion. Given
that I have the ojdbc14.jar in the WEB-INF/lib, doesn't that the version
of the OracleDriver suitable for jdk 1.4+?
It *seems* like it started working when I replaced jstl-1.2.jar w/
jstl-1.1.2.jar - does that make any sens
please download classes12.jar from
http://www.oracle.com/technology/software/tech/java/sqlj_jdbc/htdocs/jdbc_10201.html
and place classes12.jar into $TOMCAT_HOME/AppContext/WEB-INF/lib/
HTH
Martin Gainty
__
Disclaimer and Confidentiality/Verzicht und
Hello All,
I have what should be a simple problem, but can't seem to resolve it.
Basic JSP using a non-pooled connection:
I'm getting the exception:
javax.servlet.ServletException: javax.servlet.jsp.JspException: Unable
to get connection, DataSource invalid: "java.sql.SQLException: No
su
Oh no, I wasn't saying to have cisco loadbalance the tomcats, I was
asking why cisco isn't load balancing your apache requests?
But yes, your answer is yes.
-Tony
---
Manager, IT Operations
Format Dynamics, Inc.
303-573-1800x27
abia...@formatdynamics.com
http://www.formatd
Cause at first cisco can't balance all tomcats as precision as mod_jk
And for example if all tomcats on Server1 dies, or work s sloooww
(like 3mins waiting for reply, it can be in our application) but
apache still alive - cisco will dont know about it fail and users can
give a bad page with not
I don't see anything not doable in your diagram, although I would take
issue with you having your apache servers separated in your cisco load
balancer. Why aren't you load balancing to both apaches in a single
cluster instead of having one take all the load and the other in reserve
in case the firs
> From: bhanujirao [mailto:dumpala.venk...@gmail.com]
> Subject: reading jvmRoute property specified in server.xml
>
> i need to read jvmRoute in my web app.
It should be part of the session id; if your code is running in a servlet, try:
HttpServletRequest.getSession().getId()
and parse it
Im need it for failover issues.
Is this possible?
Scheme of my idea here:
http://pic.ipicture.ru/uploads/090413/k3k83oomS1.gif
Any remarks are welcome.
-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional
Hi everyone,
I'm one of the developers for TurnKey Linux, a community oriented open
source project developing a family of free, Ubuntu-based installable
Live CDs which are lightweight and optimized for ease of use in
server-type usage scenarios (e.g., LAMP, Joomla CMS, Drupal, Ruby on Rails):
htt
Guys,
i have the following property set in server.xml. i need to read jvmRoute
in my web app. Can someone please suggestion how to read this property in
java class ?
>
Thanks in advance
venky
--
View this message in context:
http://www.nabble.com/reading--jvmRoute-property-specified-in-s
On 04/13/2009 10:30 AM, Caldarale, Charles R wrote:
From: Farid Hamjavar [mailto:hamja...@unm.edu]
Subject: Removal of (or disable) /admin for the user manager
1) remove the row '/admin' all together,
2) if I can not do that, I at least like to
prevent the ability to do any of the actions
menti
> From: Farid Hamjavar [mailto:hamja...@unm.edu]
> Subject: Removal of (or disable) /admin for the user manager
>
> 1) remove the row '/admin' all together,
>
> 2) if I can not do that, I at least like to
> prevent the ability to do any of the actions
> mentioned in the 'commands' column (start/
Tomcat 5.5.23 on Linux
Hello,
I have a question in reference to Tomcat's
Tomcat Manager's default page 'Tomcat Web Application Manager'
When I log in, as user 'manager' to that page I like to either:
1) remove the row '/admin' all together,
2) if I can not do that, I at least like to
p
Yes, you can test clustering using two tomcats on the same machine.
-Original Message-
From: supareno [mailto:reno.rkc...@free.fr]
Sent: Saturday, April 11, 2009 7:12 AM
To: Tomcat Users List
Subject: clustering error
hello,
we 're trying to do some tomcat clustering but i think that
jerrySheen wrote:
> Hi,
> I have been successful in saving the sessions to my mysql db, using the
> given code in my server configuration file.
>
>
> connectionURL="jdbc:mysql://X/xx?user=z&password=zz"
> driverName="com.mysql.jdbc.Driver"
> sessio
Hi
Would the same work with Apache / Tomcat Load Balanced mode
Configuration for single installation of the web application "acme"
"www.acme.com" being exposed to INTERNET
"www.acme.com/admin"being exposed to INTRANET
Reason : The application uses a single DB to requ
Hi,
I have been successful in saving the sessions to my mysql db, using the
given code in my server configuration file.
this stores the session data as a blob in the db. So my questions are,
Can we assign the blob data directly to a new session, so that this new
session assumes the state of th
25 matches
Mail list logo