- Original Message -
From: "Jose María Zaragoza"
To: "Tomcat Users List"
Sent: Thursday, February 28, 2013 11:43 PM
Subject: Multiple JSESSIONID
Hello:
We're using Tomcat 6.0.24 as servlet container
This server listens for requests under the URL
www.mydomain.com/app/myaplication/
Hi Anjib
Port 8080 looks very odd. For an Oracle XE database, this is an HTTP
connection to the database admin console, but you need a TNS connection
direct to the database.
Try "telnet localhost 1521" from the command line. If this connects, you
probably have a standard Oracle database on i
Hi Kiran
There is nothing wrong with your JSP. I dropped it into Tomcat 7.0.16 as
/webapps/ROOT/test.jsp and it showed up correctly as
http://localhost:8080/test.jsp.
It sounds like the browser is not seeing the CSS. If you don't already have
the following installed, I suggest you try:
Fi
Hi Chema
I take your point. But this is a problem solved by JSR168/286 portal
implementations. Perhaps you could use a portal for your purposes? Otherwise
I would suggest taking a look at Apache Jetspeed or Liferay source code to
see how they implement cross-war session sharing. Both portals c
have to free manually all per-user session data
from the context when user session is finished ( by example, closing
browser).
Or your context scope datastore could be full of information of all
users which were logged , right ?
2011/8/4 Ron McNulty :
Sorry, I think you are missing something
Sorry, I think you are missing something :) The session is per user across
multiple contexts. Portlet apps are typically compiled into separate .war
files, but can share a single session object at runtime.
Regards
Ron
- Original Message -
From: "Chema"
To: "Tomcat Users List"
Sent
Hi Jany
I think it is possible to share sessions across contexts. Portal
applications need to do this. Try
http://jee-bpel-soa.blogspot.com/2009/06/session-sharing-in-apache-tomcat.html
Regards
Ron
- Original Message -
From: "Jany Jose"
To: "Tomcat Users List"
Sent: Wednesday, A
Hi AN
We use Oracle 11g with Jetspeed portal on Tomcat.
1. The resource definition goes in conf/context.xml just like for any web
application. The portal does not change this.
2. You need to put Oracle's ojdbc6.jar into the /lib directory of Tomcat so
that the driver class can be loaded by Tom
A little googling produces this result:
http://www.jarvana.com/jarvana/view/org/apache/axis2/axis2-kernel/1.1.1/axis2-kernel-1.1.1.jar!/org/apache/axis2/transport/local/LocalTransportSender.class?classDetails=ok
I suspect that your set of Axis jars are from different versions of Axis -
maybe 1.
Hi Andre
Reading your original post, it looks like you are trying to debug your own
web app running under Tomcat, rather than Tomcat itself (as the thread title
implies).
I can recommend starting Tomcat from inside Eclipse using the Sysdeo Tomcat
plugin. That is the way all our development s
er"
To: "Tomcat Users List"
Sent: Sunday, June 20, 2010 9:37 PM
Subject: Re: Cleartrust RSA integration
> Ron McNulty wrote:
>> Hi All
>>
>> We are thinking of bringing some of our apps off proprietary J2EE
>> servers
>> to Tomcat. We would be deplo
ot;André Warnier"
To: "Tomcat Users List"
Sent: Sunday, June 20, 2010 9:37 PM
Subject: Re: Cleartrust RSA integration
Ron McNulty wrote:
Hi All
We are thinking of bringing some of our apps off proprietary J2EE servers
to Tomcat. We would be deploying on Tomcat 6 (latest), JVM 1
Hi All
We are thinking of bringing some of our apps off proprietary J2EE servers to
Tomcat. We would be deploying on Tomcat 6 (latest), JVM 1.6 and Linux on a
VM (not sure of versions). One of the requirements is to authenticate using
RSA Cleartrust.
From my reading, Tomcat does not support
Hi Jim
There may be another mis-configured server out there that produces
JSESSIONID cookies with a domain-wide scope. SAP portals are a known
problem.
Best of luck
Regards
Ron
- Original Message -
From: "Jim Goodspeed"
To:
Sent: Wednesday, April 21, 2010 10:47 AM
Subject: JSES
Hi Jeffery
Check what else they have open when they access your application. There could
be another J2EE application that does not scope it's session cookies correctly.
We have had ongoing problems with SAP portal servers scoping session cookies
across our whole domain, rather than scoping to t
Hi Ran
JSR168 portlets do not support rendering CSV - just HTML and WML as far as I
am aware.
The usual work-around is to define a servlet inside your portlet application
WAR that serves the other file types. We do this regularly to serve RTF,
PDF, CSV and image formats.
The servlet and the po
Hi Johan
Two JSESSIONID values does look odd. I've seen problems like this when
another server running a Java J2EE servlet container incorrectly had its
JSESSIONID cookie scope set to the whole domain, rather than scoped to the
server and application. In my case it was a SAP web server, and th
Hi all
This is possibly a little OT, but maybe someone has come across this.
We are running Tomcat 5 (Actually Jetspeed-2.1.3) on a Windows 2K box. We start
it from a cmd window, using startup.bat. All runs fine until a large amount of
text gets output to the log (redirected to the Tomcat windo
Hi Carl
I've seen problems like this when deploying across time zones (in my case
NZ -> San Francisco), especially if there is a Windows box in the equation.
The "1 hour off" sounds odd - daylight saving problem?
Regards
Ron
- Original Message -
From: "Carl"
To: "Tomcat Users Lis
It's not uncommon for firewalls to only allow access to particular ports on
a machine.
Try logging into the Solaris box and telnet localhost 8008 If that
connects, then something (hopefully Tomcat) is running on port 8008. Repeat
from your desktop. If that fails, the firewall is the problem.
.
I sure did learn a lot about cookies and useful Firefox plugins in the
process. If you don't already have it, WebDeveloper is great.
Regards
Ron
- Original Message -
From: "Poehner, Uwe"
To: "Ron McNulty" ; "Tomcat Users List"
Sent: Thursday,
Hi Uwe
I've seen something very similar when a SAP server was incorrectly
configured to produce a JSESSIONID cookie that was global to the
organisation, rather than scoped to the server that produced it. The
"(J2EE13679500)" and "End" parts of the session ID look suspiciously like
what I saw.
Hi Jim
A liitle OT, but I can recommend the HTML Validator plugin for Firefox (if
you don't already have it). It puts a red light in the bottom right corner
of the browser when you forget an import - the HTML is of course invalid.
Has saved me many a time...
Regards
Ron
- Original Mess
Thanks Mark
That certainly looks like the place to start.
Regards
Ron
- Original Message -
From: "Mark Thomas"
To: "Tomcat Users List"
Sent: Saturday, March 14, 2009 11:38 PM
Subject: Re: Extending JNDI
Ron McNulty wrote:
Hello
I am running Apache Je
eans
Ron,
I did it. Also I deleted the line and typed it again.
Thanks
Carlos
Ron McNulty wrote:
Hi Carlos
The error is coming from Digester, whose job in life is simply to parse
XML files and read them into objects. Have you opened web.xml with a hex
editor and checked for non-as
mcat Users List"
Sent: Saturday, March 14, 2009 12:04 PM
Subject: Re: Problem starting Tomcat in Netbeans
Hi Ron,
There are no * in the code, those in the email were put on purpose to
underline the 18th. line.
Thanks
Carlos
Ron McNulty wrote:
Hi Carlos
This line looks odd? Why are th
Hi Carlos
This line looks odd? Why are there asterisks around it?
*org.apache.jasper.servlet.JspServlet*
Regards
Ron
- Original Message -
From: "Carlos Botto"
To: "Tomcat Users List"
Sent: Saturday, March 14, 2009 11:43 AM
Subject: Problem starting Tomcat in Netbeans
Sorry for
Hello
I am running Apache Jetspeed Portal server (which sits on top of Tomcat) as a
development platform. We then deploy portlets to Websphere portal server for
production.
One area of incompatibility that I would like to fix is JNDI branches. Tomcat
provides the standard java:comp/env/ branch
Hi Mike
Your tag syntax is a bit unusual. I would have expected
Then you put a variable msg in your tag class (with a getter & setter), and
the JSP runtime will populate it for you.
Regards
Ron
- Original Message -
From: "Mike.G"
To: "Tomcat Users List" ;
Sent: Monday, M
Hi Sam
You jar - does it include any JSP tag files written as JSP fragments? There
are known issues in this area. The dependency management seems to get
confused, resulting in lots of unnecessary compilation of the .tag files
Regards
Ron
- Original Message -
From: "Sam Hokin"
To:
ative.
I will spend some more time chasing this issue, and update the bug report as
suggested if I get anywhere..
Regards
Ron
"Mark Thomas" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Ron McNulty wrote:
>> Hi Mark
>>
>> Thanks - that appears
sers List"
Sent: Saturday, November 01, 2008 4:41 PM
Subject: Re: JSP recompiles on every access - Tags in jar
Ron McNulty wrote:
Hi Chuck
File times are all OK - Tomcat is running on the same machine. I should
have mentioned I have seen this on Windows 2000 and XP SP3. I have not
trie
I recently inherited some IBM Websphere Portal code that I wanted to run on the
Apache Jetspeed portal (Which runs on Tomcat 5.5.23). To my consternation,
performance was terrible, and it turned out all JSPs (and their embedded custom
tags) were being recompiled on every page access.
I have now
33 matches
Mail list logo