Re: [EMAIL PROTECTED] Clustering

2008-05-23 Thread Ch Praveena
Thank you all for your responses.. But still I am at lot of confusion as I was not the actual person who have designed the code. Anyway, I will try to solve the issue at the earliest. And here is an issue for the Tomcat designers. It was already known that Jboss internally use Tomcat as a web

Re: Tomcat, iis connector and case sensitivity

2008-05-23 Thread Luis Villa
Hello Christopher, First for all, thank you for your answer :) I understand the standart is case-sensitive URLs, but the truth is that the customer doesn't care about standarts, and that's the case. The application I'm working in is targeted to basic users. They simply won't be careful about the

Re: Distributed Singletons with clustered Tomcat

2008-05-23 Thread Lyallex
On Thu, May 22, 2008 at 2:10 PM, Christopher Schultz [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Lyllax, Lyallex wrote: | Classically my ServiceLocator has been a Singleton, now I have the | prospect of multiple Singletons living in multiple JVMs. Do you

Re: [EMAIL PROTECTED] Clustering

2008-05-23 Thread Pid
Ch Praveena wrote: Thank you all for your responses.. But still I am at lot of confusion as I was not the actual person who have designed the code. Anyway, I will try to solve the issue at the earliest. And here is an issue for the Tomcat designers. It was already known that Jboss internally

Re: Blank page when installing tomcat in Mac Leopard

2008-05-23 Thread Edoardo Panfili
Christina Tziviskou ha scritto: hi everyone, I recently installed tomcat version 6.0 in mac Leopard. I am using tomcat 6.0.16 with Leopard (... but there is Debian in my future!) After installation, by calling the http://localhost:8080/ page, I get a blank page. No error messages are in the

RE: Broken pipe errors

2008-05-23 Thread James Law
That’s what we thought but the firewall has been disabled along with SElinux to test. Unfortunately it does stop working after a while, though I'm not to sure if it’s that particular error or even Tomcat itself (Hence me asking on here) In fact really weirdly the service was working all last

Tomcat WebDAV-Servlet - Set a max. Fileuploadsize

2008-05-23 Thread Thorsten Hodes
Hello! I need help for that problem I have: How can I restrict the maximum upload filesize for webdav - users I have defined in the web.xml configuration of the tomcat's webdav servlet... Here is my actual definition in web.xml !-- Secure WebDAV - ROOT with these Authentification Role --

what exactly is resetted on action reset in jk status worker?

2008-05-23 Thread Stephanie Wullbieter
Hi, on http://tomcat.apache.org/connectors-doc/reference/status.html there is written reset: reset all runtime information for a load balancer or one of its members. So I thought, that means a reset to the file based workers.properties configuration (that is active after restarting web

Re: what exactly is resetted on action reset in jk status worker?

2008-05-23 Thread Rainer Jung
Stephanie Wullbieter wrote: Hi, on http://tomcat.apache.org/connectors-doc/reference/status.html there is written reset: reset all runtime information for a load balancer or one of its members. So I thought, that means a reset to the file based workers.properties configuration (that is

Re: Error using log4j in Tomcat 5.5

2008-05-23 Thread nashrul
Thanks a lot Schultz, my log4j logging works now, it prints the logs to stdout_20080523.log Actually, I followed the instruction on log4j docs.. I created initialization servlet, Log4jInit.class, that initializes log4j and loaded on startup... This initialization class looks like this:

Re: Apache and Tomcat sharing the same web root.

2008-05-23 Thread Philip Wigg
I strongly advise against doing this. Unless you know *exactly* what you are doing it is far too easy to open a whole can of security worms, the most regularly seen of which is source code disclosure of all of the JSPs on the site. Even if I have:- JkMount /*.jsp my-worker JkMount /*.do

Code Injection Tomcat 6

2008-05-23 Thread Peter Stavrinides
Hi everyone What is the best approach to mitigate malicious code injection into HTML form components? I know that IIS has a security option to limit what can be posted to the server, does Tomcat have something similar? I am looking for a global solution of some sort, as I have too many

Re: Blank page when installing tomcat in Mac Leopard

2008-05-23 Thread Christina Tziviskou
Edoardo Panfili wrote: Christina Tziviskou ha scritto: hi everyone, I recently installed tomcat version 6.0 in mac Leopard. I am using tomcat 6.0.16 with Leopard (... but there is Debian in my future!) After installation, by calling the http://localhost:8080/ page, I get a blank page. No

Re: Blank page when installing tomcat in Mac Leopard

2008-05-23 Thread Edoardo Panfili
Christina Tziviskou ha scritto: Edoardo Panfili wrote: Christina Tziviskou ha scritto: hi everyone, I recently installed tomcat version 6.0 in mac Leopard. I am using tomcat 6.0.16 with Leopard (... but there is Debian in my future!) After installation, by calling the http://localhost:8080/

Re: Blank page when installing tomcat in Mac Leopard

2008-05-23 Thread Christina Tziviskou
Edoardo Panfili wrote: Christina Tziviskou ha scritto: Edoardo Panfili wrote: Christina Tziviskou ha scritto: hi everyone, I recently installed tomcat version 6.0 in mac Leopard. I am using tomcat 6.0.16 with Leopard (... but there is Debian in my future!) After installation, by calling

Flash File Using SSL + Container managed authentication (works in Firefox, not IE)

2008-05-23 Thread Vackar
Hi all, I have a flex application which emedded into a page which is protected using container managed authentication The contraint look like this main /pages/* GET POST

Parameters problem

2008-05-23 Thread Victor Kovtun
Hi, I use Tomcat 6.0.16, Java 6 with parameter CATALINA_HOME properly set and I get the following trace: C:\Tools\apache-tomcat-6.0.16\bincatalina.bat run Using CATALINA_BASE: C:\Tools\apache-tomcat-6.0.16\ Using CATALINA_HOME: C:\Tools\apache-tomcat-6.0.16\ Using CATALINA_TMPDIR:

Re: Parameters problem

2008-05-23 Thread Victor Kovtun
I didn't modify that script. It's the standard one. James Law wrote: In the line java.io.FileNotFoundException: C:\Tools\apache-tomcat-6.0.16 you have a trailing speech mark (), you may need to check your start-up script is correct? -Original Message- From: Victor Kovtun

RE: Parameters problem

2008-05-23 Thread James Law
In the line java.io.FileNotFoundException: C:\Tools\apache-tomcat-6.0.16 you have a trailing speech mark (), you may need to check your start-up script is correct? -Original Message- From: Victor Kovtun [mailto:[EMAIL PROTECTED] Sent: 23 May 2008 11:10 To: users@tomcat.apache.org

i18n Struts Jco Code in Tomcat on Windows English and Polish System

2008-05-23 Thread Raghuveer
I am working on Struts ,SAP-JCO . This is i18n application running on Tomcat. I have designed my application in UTF8 charset. When Saving the polish characters from application they are saved into SAP Database properly. Before Saving i am doing following String modifications. The

Re: i18n Struts Jco Code in Tomcat on Windows English and Polish System

2008-05-23 Thread Dirk Weigenand
Take care that the SAP side is also capable of UTF-8. Your basis team might have to do a unicode migration first. regards Dirk Original-Nachricht Datum: Fri, 23 May 2008 16:22:08 +0530 Von: Raghuveer [EMAIL PROTECTED] An: \'Tomcat Users List\' users@tomcat.apache.org

restart tomcat after reboot

2008-05-23 Thread sur_1805
-- View this message in context: http://www.nabble.com/restart-tomcat-after-reboot-tp17423900p17423900.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To start a new topic, e-mail:

Re: Debugging a Web application

2008-05-23 Thread Leon Rosenberg
are you asking us on which port you can connect to the jvm or to tomcat via http? If its the later try 8080. leon On Fri, May 23, 2008 at 1:29 AM, R. Sriram [EMAIL PROTECTED] wrote: Hello, I am using Tomcat 6.0.16 and JDK 1.6. I am using IntelliJ IDEA as my IDE to develop a Web application.

restart tomcat after reboot

2008-05-23 Thread sur_1805
i m using tomcat 6 with jdk 1.6 on linux(RHEL 5) machine . i put the script catalina.sh(startup and shutdown tomcat) in init.d directory and also make a link with the command given below ln -s /etc/init.d/catalina.sh S75tomcat in the /etc/rc5.d directory . but it does not automatically

The type . . . is not visible

2008-05-23 Thread Albretch Mueller
Hi I need to check if the tc classloaders are able to load/reload generic classes. So I created two sample classes in /webapps/ROOT/WEB-INF/classes/test/k00: package test.k00; class K00{ public int i0; public long l0; } and package test.k00; import java.util.*; // __ class GenK00{

Re: The type . . . is not visible

2008-05-23 Thread Alan Chaney
Er... shouldn't you be making K00, GenK00 and its constructor public? They will only be visible to classes in .../test/k00 As to tc loading generic classes - works fine for me on Java 5 and Java 6 Regards Alan Albretch Mueller wrote: Hi I need to check if the tc classloaders are able

Re: restart tomcat after reboot

2008-05-23 Thread Philip Wigg
2008/5/23 sur_1805 [EMAIL PROTECTED]: i m using tomcat 6 with jdk 1.6 on linux(RHEL 5) machine . i put the script catalina.sh(startup and shutdown tomcat) in init.d directory and also make a link with the command given below ln -s /etc/init.d/catalina.sh S75tomcat in the /etc/rc5.d

Re: Parameters problem

2008-05-23 Thread Johnny Kewl
Victor, it just cant find the file. The reason it works when the env var is not set is because those Bat files are smart ;) They detect their relative location. They will guess CATALINA_HOME And you should be starting it with startup.bat BTW If you on windows why dont you get yourself the

Getting isapi_redirect with IIS6 and Windows 2003 running - FYI

2008-05-23 Thread Kirst Martin Wolfgang
Hello tomcat connector users, for those of you, searching for help in this mailing archive here is some. I'm writing this e-mail, cause the list of typical bugs on tomcat connector web site is to short. My environment: - Windows 2003 Server with IIS6 - Tomcat 6 on Java 6 - isapi_redirect.dll

Re: Tomcat WebDAV-Servlet - Set a max. Fileuploadsize

2008-05-23 Thread Johnny Kewl
- Original Message - From: Thorsten Hodes [EMAIL PROTECTED] AFAIK this is not possible. By definition the idea of cutting off a webdav file upload has its own problems. New web.xml, but no servlet... will probably be worse Just charge them for bytes over 10mb ;) Hello! I need

Re: restart tomcat after reboot

2008-05-23 Thread Brian Martin
Use chkconfig, redhats tool for manipulating which scripts/daemons you want to run at runtime. The trick with chkconfig is that it relies on certain directives being present in the header of your script. So, something like: #!/bin/bash #| # chkconfig: 2345 55 25 # description: Script

Re: Distributed Singletons with clustered Tomcat

2008-05-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Lyllax, Lyallex wrote: | I just feel I need to control access to resources in some way, | probably better to control access via the service rather that via the | service delivery mechanism. When you say resources, do you mean business resources

Re: Apache and Tomcat sharing the same web root.

2008-05-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Philip, Philip Wigg wrote: | I strongly advise against doing this. Unless you know *exactly* what you are | doing it is far too easy to open a whole can of security worms, the most | regularly seen of which is source code disclosure of all of the

Re: Error using log4j in Tomcat 5.5

2008-05-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Nashrul, nashrul wrote: | my log4j logging works now, it prints the logs to stdout_20080523.log | Actually, I followed the instruction on log4j docs.. | I created initialization servlet, Log4jInit.class, that initializes log4j | and loaded on

RE: Parameters problem

2008-05-23 Thread Caldarale, Charles R
From: Victor Kovtun [mailto:[EMAIL PROTECTED] Subject: Parameters problem I use Tomcat 6.0.16, Java 6 with parameter CATALINA_HOME properly set and I get the following trace: I doubt that you have it properly set, since the display includes a trailing back slash. Regardless, as Johnny

Re: Long freeze during tomcat start

2008-05-23 Thread Jim Cox
Admittedly grasping at straws here, but does an IPv6 ping to localhost work the same on both boxes, e.g.: [EMAIL PROTECTED]:~$ ping6 ::1 PING ::1(::1) 56 data bytes 64 bytes from ::1: icmp_seq=1 ttl=64 time=0.047 ms 64 bytes from ::1: icmp_seq=2 ttl=64 time=0.039 ms --- ::1 ping statistics --- 2

Re: Tomcat, iis connector and case sensitivity

2008-05-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Luis, Luis Villa wrote: | So, I think the answer to 'why do I need it?' is: because the customer | really wants it :) Fair enough. :( | They want it so badly that it could be a blocking issue | in the project I'm working in. They could even

Re: Broken pipe errors

2008-05-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 James, James Law wrote: | The Java VM is sat with 94-95% of the | available RAM (out of 8gb) and the Swap grew to 64% (out of 2gb) over | the time tomcat was running. 400MB should be plenty for your OS to run. | Forcing a GC has none/very little

Re: Long freeze during tomcat start

2008-05-23 Thread Adam Hardy
No, on the box that doesn't work, I get this: [EMAIL PROTECTED]:~$ sudo ping6 ::1 Password: PING ::1(::1) 56 data bytes ping: sendmsg: Operation not permitted ping: sendmsg: Operation not permitted ping: sendmsg: Operation not permitted ping: sendmsg: Operation not permitted --- ::1 ping

Re: Debugging a Web application

2008-05-23 Thread R. Sriram
http is working fine on Port 8080. I am unable to connect to Tomcat from my IDE for debugging. In my old computer it worked fine with Port 5005. I had to reinstall in a new computer after the old one crashed. Now the IDE is not able to connect. I am wondering any Port Tomcat will listen to.

error : java.lang.RuntimeException: Object not initialized.

2008-05-23 Thread ashu agarwal
Hi, This is the first time I am posting to this forum so please excuse me if I didn’t follow any posting conventions:) I have a war file which I deployed in my tomcat 5.5. The application is working fine. Now I have to do the same procedure on a different computer. I installed tomcat 5.5 and

Using key signed by Verisign in Tomcat (mini howto)

2008-05-23 Thread Parker, Chris
I'm sending this email because I've spent the last day and a half putting together the bread crumbs necessary to get a signed key from Verisign to work with Tomcat. I never found one place that has all the necessary information regarding how to deal with Verisign's use of intermediate keys. The

Can not see the default page of tomcat

2008-05-23 Thread Vinay Nagrik
Hello Group, I installed my tomcat 6.0 last week. And first time I was able to see the default page, which sits at $CATALINA_HOME/webapps/ROOT/index.html all right on Firefox browser and not on IE. But today I am not able to see the page on any of the browser. During this period I did change

One host with some virtual users - is it possible?

2008-05-23 Thread pawcio-s
Hello! I want to create some virtuals on one site. I tried search solution on website and I found one: http://tomcat.apache.org/tomcat-5.5-doc/config/host.html#User%20Web%20Applications but this example isn't good for me. I want manually create accounts (create user in system and next

RE: mod jk and workers file

2008-05-23 Thread Mehrotra, Anurag
Can I use the same workers file and define new worker definition? Will this approach work even if the second instance of Tomcat happens to have its own binary files (tomcat6w.exe) and its own configuration settings (server.xml, web.xml, Catalina.properties, Catalina.policy etc.)? Thanks,

Re: error : java.lang.RuntimeException: Object not initialized.

2008-05-23 Thread ashu agarwal
Hi, This has been resolved. I just increased the memory in tomcat and its working fine. Wonder why it didn't throw an out of memory exception instead? Thanks anyways! -Ashu ashu agarwal wrote: Hi, This is the first time I am posting to this forum so please excuse me if I didn’t follow

test_ldap server

2008-05-23 Thread Martin Gainty
Hi Folks Im trying to test out LDAP search for groups Any ideas on where I can contact a live LDAP test server..? Thanks! Martin Gainty __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relates to the official

Problems installing Jakarta Isapi Redirector

2008-05-23 Thread Carlos Diaz Maya
Hi, I'm trying to install and configure Jakarta Isapi Redirector on a Windows Server 2003 machine with IIS 6.0 and many ASP.Net web sites deployed and working on it. Also, this server redirects some URLs to a J2EE application deployed under WebSphere 6.0 (using a ISAPI filter) that is installed

RE: Problems installing Jakarta Isapi Redirector

2008-05-23 Thread Martin Gainty
I would test and verify the ISAPI redirector is working properly first.. In other words run it standalone and check the IIS logs.. Once th microsoft component is working then load the binary(ies) under the path pointed to by LD_LIBRARY_PATH (its an environment variable) then restart TOMCAT

RE: Flash File Using SSL + Container managed authentication (works inFirefox, not IE)

2008-05-23 Thread Caldarale, Charles R
From: Vackar [mailto:[EMAIL PROTECTED] Subject: Flash File Using SSL + Container managed authentication (works inFirefox, not IE) When I try to access https://server/appName/pages/folioTracker/nameOfPage.ext from Firefox it works fine, but when I try to access it from IE the flash file

Re: mod jk and workers file

2008-05-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Anurang, Mehrotra, Anurag wrote: | Can I use the same workers file and define new worker definition? You must do this. | Will this approach work even if the second instance of Tomcat happens to | have its own binary files (tomcat6w.exe) and its

Re: Tomcat WebDAV - Restrict Fileupload with a max filesize

2008-05-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Thorsten, Thorsten Hodes wrote: | How can I restrict the maximum filesize for webdav I looked through the code for WebdavServlet and I didn't see anywhere that the size of the file was being checked at all, so I don't think there's any

Re: Setting up JDBCRealm for form authentication

2008-05-23 Thread Carol Cheung
On 20/05/2008 15:31, Carol Cheung wrote the following: Hi, Here's a part of my web.xml: security-role descriptionuser/description role-nameuser/role-name /security-role !-- Login Authentication -- security-constraint display-nameSecure User Pages/display-name

Re: Code Injection Tomcat 6

2008-05-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Peter, Peter Stavrinides wrote: | What is the best approach to mitigate malicious code injection into | HTML form components? That depends on what you are trying to protect against. There are several malicious messages that could be sent through

Re: The type . . . is not visible

2008-05-23 Thread Albretch Mueller
thanks I was experimenting with generics and classloading and used tc's classloaders to clarify some issues relating to it Check may want to check out the starting tread on comp.lang.java.programmer Created a class dynamically but could not use it to create typed objects lbrtchx

Re: Setting up JDBCRealm for form authentication

2008-05-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Carol, Carol Cheung wrote: | Thanks Christopher Schultz for pointing out my error: the url pattern | should be /jsp/welcome.jsp. | | Now, I'm able to see login.jsp when requesting welcome.jsp. | If I enter an incorrect login/password combination, I

Re: i18n Struts Jco Code in Tomcat on Windows English and Polish System

2008-05-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Raghuveer, Raghuveer wrote: | strConvertedMessage = new String(strText.getBytes(UTF8), UTF8); Note that this is the same as: strConvertedMessage = strText; ... and not even worth executing. - -chris -BEGIN PGP SIGNATURE- Version: GnuPG

Re: The type . . . is not visible

2008-05-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Alan, Alan Chaney wrote: | Er... shouldn't you be making K00, GenK00 and its constructor public? ...and maybe also importing them into the JSP? JSPs are not in a package -- at least not a predictable one, so you need to import your classes using

Re: test_ldap server

2008-05-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Martin, Martin Gainty wrote: | Im trying to test out LDAP search for groups | Any ideas on where I can contact a live LDAP test server..? STFW: http://www.google.com/search?q=public+ldap+server - -chris -BEGIN PGP SIGNATURE- Version: GnuPG

Re: Setting up JDBCRealm for form authentication

2008-05-23 Thread Carol Cheung
On 23/05/2008 15:53, Christopher Schultz wrote the following: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Carol, Carol Cheung wrote: | Thanks Christopher Schultz for pointing out my error: the url pattern | should be /jsp/welcome.jsp. | | Now, I'm able to see login.jsp when requesting

Re: The type . . . is not visible

2008-05-23 Thread Alan Chaney
Chris Actually if you look at the link the OP provided you can see where he was coming from/ going to... (sort of) http://groups.google.com/group/comp.lang.java.programmer/browse_thread/thread/d739a953735e0beb/62a82237e403ab76?lnk=raot He seems to be doing an experiment to try and do

Re: Setting up JDBCRealm for form authentication

2008-05-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Carol, Carol Cheung wrote: | http://hostname:port/appname/jsp/welcome.jsp | | I've secured welcome.jsp with url-pattern/jsp/welcome.jsp/url-pattern So, you request /jsp/welcome.jsp and are redirected to /jsp/login.jsp, then you enter a valid

Re: Using key signed by Verisign in Tomcat (mini howto)

2008-05-23 Thread VeriSignTechSupport
Hi Chris, I am a Technical Support Rep at VeriSign. I apologize if you are unable to find any documentation regarding the installation of the intermediate certificate for Tomcat. Once you have the VeriSign Intermediate CA certificate, you can run this command to import it into your keystore:

Moving from a very old Tomcat to a new Tomcat.

2008-05-23 Thread Bill Davidson
I am trying to move an old Tomcat application to a new one. I am new to Tomcat administration. This application has been around for a long time but due to resources, it hasn't been keeping up with Tomcat releases. However, it's becoming clear that it's time to get more up to date to take

Re: Moving from a very old Tomcat to a new Tomcat.

2008-05-23 Thread David Smith
So if I have this right, the sequence is: 1. Login to the unsecure http site 2. Click on a https secure link 3. You get a second login. If that's the case, you should change things so people get moved to the secure https page, login, and then taken back to the http unsecure page. Sessions

Re: Moving from a very old Tomcat to a new Tomcat.

2008-05-23 Thread Bill Davidson
David Smith wrote: So if I have this right, the sequence is: 1. Login to the unsecure http site 2. Click on a https secure link 3. You get a second login. If that's the case, you should change things so people get moved to the secure https page, login, and then taken back to the http unsecure

Re: Tomcat, iis connector and case sensitivity

2008-05-23 Thread craig
Christopher Schultz chris at christopherschultz.net writes: Is there anything like mod_rewrite for IIS? IIS Mod-Rewrite http://www.micronovae.com/ModRewrite/ModRewrite.html - To start a new topic, e-mail:

Re: The type . . . is not visible

2008-05-23 Thread Albretch Mueller
. . . he thinks that tomcat can't handle 'generic' classes ~ Well, then I think tc classloaders do to the extent that I need ~ Here is what I need/have in mind. ~ I would get at run time some data that I can represent as DTOs part of it is input and some other is output. I can and do create

session info

2008-05-23 Thread Kimberly Begley
Hello - I'm using tomcat 5 and was wondering how session info is stored - is it stored server side in memory? Can anyone point me to some documentation about this? Thanks, Kimberly

Re: Problems installing Jakarta Isapi Redirector

2008-05-23 Thread Louis
Carlos Diaz Maya wrote: Hi, I'm trying to install and configure Jakarta Isapi Redirector on a Windows Server 2003 machine with IIS 6.0snip When I configure the redirector (configuration files workers.properties, uriworkermap.properties, virtual directory in IIS (jakarta), registering the ISAPI

Re: The type . . . is not visible

2008-05-23 Thread Johnny Kewl
Hi Albretch, Java has classloaders inside it, and they remember the class. Once they have got the class, they dont reload it again... its cached in the class loader. The class, not the instance. The only way to reload a fresh class is to create another classloader. So thats what you going to

Re: Problems installing Jakarta Isapi Redirector

2008-05-23 Thread Louis
http://confluence.atlassian.com/display/DOC/Setting+up+Confluence+with+IIS#SettingupConfluencewithIIS-IIS6.0 There's been a patch submitted to have those steps added to the tomcat iis connector docs, but I see enough tomcat iis 6 questions around that it's probably worth posting to the

Re: session info

2008-05-23 Thread David Smith
It's stored server side. The only thing on the client is the session identifier (jsessionid) used to map requests to their proper sessions. Regarding documentation to that effect, the best resource is the servlet spec which defines most of the behavior of the container.

Re: session info

2008-05-23 Thread Louis
Kimberly Begley wrote: Hello - I'm using tomcat 5 and was wondering how session info is stored - is it stored server side in memory? Can anyone point me to some documentation about this? Thanks, Kimberly A j2ee container normally stores all session information server side. Depending on your