Re: sharing session information across tomcats on different machines

2005-10-06 Thread Peter Rossbach
Use session replication with Tomcat Clustering and mod_jk loadbalancing http://jakarta.apache.org/tomcat/tomcat-5.5-doc/cluster-howto.html Peter Mark schrieb: Is there any possibility for tomcats on separate machines to share session information. I am looking into load balancing a few

sharing session information across tomcats on different machines

2005-10-05 Thread Mark
Is there any possibility for tomcats on separate machines to share session information. I am looking into load balancing a few tomcats with an apache in front of them. In other words, the setup will be internet - Apache(s) - Tomcats Is it possible for this type of scenario to exist, and sesion

Re: Getting tomcat instance information into webapp

2005-10-03 Thread Kyle
David Kerber wrote: Then how do I isolate the instances of tomcat (and their respective server.xml's? Do I need multiple installations of tomcat on my disk? Start each 'instance' of tomcat with separate CATALINA_BASE env. vars. This enables a different server.xml for each instance

Re: Getting tomcat instance information into webapp

2005-10-03 Thread David Kerber
Thanks for the suggestions, Kyle! I think either one of those suggestions would be workable; I'll have to do some reading and testing to see which I like better. The only reason I wanted them to run on different ports is so that I don't have to change the url's they connect to during this

Getting tomcat instance information into webapp

2005-10-02 Thread David Kerber
is listening on, and then get that parameter into my application? If so, how? Another option is for my application to grab the machine name and port that it is handling, and hit a common database to get the information on what copy of the production to use. But again, I need my app to be able

Re: Getting tomcat instance information into webapp

2005-10-02 Thread Kyle
is for my application to grab the machine name and port that it is handling, and hit a common database to get the information on what copy of the production to use. But again, I need my app to be able to find port information from tomcat, and I don't know how to do that. It seems like a 3rd

Re: Getting tomcat instance information into webapp

2005-10-02 Thread David Kerber
is listening on, and then get that parameter into my application? If so, how? Another option is for my application to grab the machine name and port that it is handling, and hit a common database to get the information on what copy of the production to use. But again, I need my app to be able

Re: Getting tomcat instance information into webapp

2005-10-02 Thread Kyle
Ah! Yes. See! I did mention I wasn't an expert. :) Yes, multiple instances, in my outlaid scenario equates to multiple installs. Whereas, multiple running instances doesn't necessarily. Sorry. Let me have a think about that for an hour or 4. How do you tell tomcat which port to listen

Can we Trust Runtime.freeMemory() information on tomcat

2005-09-20 Thread NoKideen
hi, Can we trust information about Free memory available to tomcat using Runtime.freeMemory() ? so if those memory won't go nearer to 0 (zero) it won't have problem Out of Memory ? - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Sharing server information across a cluster ?

2005-08-14 Thread Peter Rossbach
currently setting up a Tomcat 5.5.9 cluster and we'd like to share server information between the different instances. Our approach so far has been to : *create a session *set it so that it never dies *share it across the instances using session replication *have the instances periodically post info

Sharing server information across a cluster ?

2005-08-09 Thread LECONTE LaurentROSI/SICOR
Hello, we're currently setting up a Tomcat 5.5.9 cluster and we'd like to share server information between the different instances. Our approach so far has been to : *create a session *set it so that it never dies *share it across the instances using session replication *have the instances

Re: Sharing server information across a cluster ?

2005-08-09 Thread Ronald Klop
a Tomcat 5.5.9 cluster and we'd like to share server information between the different instances. Our approach so far has been to : *create a session *set it so that it never dies *share it across the instances using session replication *have the instances periodically post info about themselves

RE: Sharing server information across a cluster ?

2005-08-09 Thread LECONTE LaurentROSI/SICOR
-Message d'origine- De : Ronald Klop [mailto:[EMAIL PROTECTED] Envoyé : mardi 9 août 2005 17:07 À : Tomcat Users List Objet : Re: Sharing server information across a cluster ? Jini? JavaSpaces? Put your data in a database? Maybe the ServletContext is already clustered in Tomcat

can I put JDBC connection information in the webapps web.xml file?

2005-08-02 Thread Mark
I want to know if it is possible to place the JDBC resource information in the web.xml file in my context's WEB-INF directory? If this is possible, what is the syntax? Thank you. - To unsubscribe, e-mail: [EMAIL PROTECTED

RE: can I put JDBC connection information in the webapps web.xml file?

2005-08-02 Thread Adile Abbadi
Hi Mark, Yep I'm pretty sure you can - you can even do pooling - check the tomcat docs. Adile -Original Message- From: Mark [mailto:[EMAIL PROTECTED] Sent: August 2, 2005 10:21 AM To: Tomcat Users List; [EMAIL PROTECTED] Subject: can I put JDBC connection information in the webapps

PayPal Notification: Upgrade your information

2005-07-13 Thread [EMAIL PROTECTED]
fitchburg arum inhuman cancellate lighthearted hausdorff lexicography sirius carl groan conrad imperial bloop earthy decontrolling epitaxial charta escheat intoxicant ahead tenney

Connection pool information in TC 5

2005-06-15 Thread Sethuraman, Prabhu \(Cognizant\)
me know. Cheers, Prabhu S This e-mail and any files transmitted with it are for the sole use of the intended recipient(s) and may contain confidential and privileged information. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies

Re: Where to put version information in war file?

2005-05-12 Thread Lionel Farbos
On Wed, 11 May 2005 15:03:37 -0400 Henri Dupre [EMAIL PROTECTED] wrote: I was wondering what is the best place to put version information in a war file? I'd like to put a build version and date at built time to my application and have a way to retrieve them from the servlets. I'm used

Where to put version information in war file?

2005-05-11 Thread Henri Dupre
I was wondering what is the best place to put version information in a war file? I'd like to put a build version and date at built time to my application and have a way to retrieve them from the servlets. I'm used to add the META-INF Implementation-version tag with jar files but with Tomcat war

Re: Where to put version information in war file?

2005-05-11 Thread Wade Chandler
Henri Dupre wrote: I was wondering what is the best place to put version information in a war file? I'd like to put a build version and date at built time to my application and have a way to retrieve them from the servlets. I'm used to add the META-INF Implementation-version tag with jar files

Implementing a custom REALM and storing retrieved information

2005-05-04 Thread stephan
I call: HttpServletRequest.getUserPrincipal() ? If I then would cast it into a org.demo.MyPricipal Object would it return the additional properties I have defined? Or alternatively: what would be the appropriate process to get more information delivered from the authentication process

RE : Find login information from tomcat security

2005-04-19 Thread LERBSCHER Jean-Pierre
:[EMAIL PROTECTED] Envoyé : mardi 19 avril 2005 05:41 À : Tomcat Users List Cc : Gia Thornton Objet : Re: Find login information from tomcat security I'm also interested in how to get that principal info and maybe how to overwrite or add methods. -- Original message

Find login information from tomcat security

2005-04-18 Thread Gia Thornton
Hi, I am using Form-based tomcat security. I use a servlet to find login information such as the principal name, all the role names for this principal. I can use request.getUserPrincipal() from javax.servlet.http.HttpServletRequest. Is there anyway I can use GenericPrincipal class from

Re: Find login information from tomcat security

2005-04-18 Thread howarddy3
I'm also interested in how to get that principal info and maybe how to overwrite or add methods. -- Original message -- From: Gia Thornton [EMAIL PROTECTED] Hi, I am using Form-based tomcat security. I use a servlet to find login information

Information on a hacked tomcat 5

2005-04-13 Thread Lorenzo Jiménez
Hi, If someone in the net, found out, by any reason, our admin or manager user and password, what resources he can get besides turn on/off the apps, looking tomcat-users.xml? Can he/she get info on the application context.xml like database user and passwords? Can he/she deploy an exe or

Re: Information on a hacked tomcat 5

2005-04-13 Thread Mark Thomas
It depends if these apps are visible to the internet. You can use a remote address filter (actually a valve not a filter in the servlet API sense of the word) to limit their accessibility. If the apps are visible, an attacker with your manager password can replace one of your trusted

RE: Information on a hacked tomcat 5

2005-04-13 Thread Lorenzo Jiménez
Thanks Mark, your input is much appreciated. Lorenzo -Original Message- From: Mark Thomas [mailto:[EMAIL PROTECTED] Sent: Miércoles, 13 de Abril de 2005 02:42 p.m. To: Tomcat Users List Subject: Re: Information on a hacked tomcat 5 It depends if these apps are visible to the internet

Support Information Regarding - Missing Characters

2005-02-09 Thread support
Information Regarding - Missing Characters: == For Diablo II characters: If your Diablo II classic single player characters have disappeared after installing Diablo II: Lord of Destruction then please download and install the latest patch

Support Information Regarding - CD-Key Issues

2005-02-09 Thread support
Information Regarding - CD-Key Issues: == For information regarding your CD-Key, please check out our web site on CD-Key issues: Diablo II - (http://www.blizzard.com/support/?id=mdt000p) Warcraft II Battle.net Edition - (http://www.blizzard.com

Support Information Regarding - C0000005

2005-02-09 Thread support
Information Regarding - C005: == If you are getting the error Unhandled Exception: Access Violation C005: Uninstall and reinstall the game and download and install the latest patch from: (http://www.blizzard.com/patches) If this doesn't

Support Information Regarding - CD-Key Issues

2005-02-09 Thread support
Information Regarding - CD-Key Issues: == For information regarding your CD-Key, please check out our web site on CD-Key issues: Diablo II - (http://www.blizzard.com/support/?id=mdt000p) Warcraft II Battle.net Edition - (http://www.blizzard.com

RE: Support Information Regarding - CD-Key Issues

2005-02-09 Thread Didier McGillis
who? what? and where? From: [EMAIL PROTECTED] Reply-To: Tomcat Users List tomcat-user@jakarta.apache.org To: tomcat-user@jakarta.apache.org Subject: Support Information Regarding - CD-Key Issues Date: Wed, 9 Feb 2005 09:56:00 -0800 Thank you for emailing Blizzard Entertainments Technical Support

Support Information Regarding - C0000005

2005-02-09 Thread support
Information Regarding - C005: == If you are getting the error Unhandled Exception: Access Violation C005: Uninstall and reinstall the game and download and install the latest patch from: (http://www.blizzard.com/patches) If this doesn't

RE: Support Information Regarding - CD-Key Issues

2005-02-09 Thread Benson Margulies
blessed posting solicits one of these replies. They are more amusing when the list in question replies in dutch. -Original Message- From: Didier McGillis [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 09, 2005 1:16 PM To: tomcat-user@jakarta.apache.org Subject: RE: Support Information

Support Information Regarding - C0000005

2005-02-08 Thread support
Information Regarding - C005: == If you are getting the error Unhandled Exception: Access Violation C005: Uninstall and reinstall the game and download and install the latest patch from: (http://www.blizzard.com/patches) If this doesn't

Is information on the number of downloads available?

2005-02-08 Thread Paul Luo Li
Hi I'm a Ph.D. student at CMU looking for information on the number of times Tomcat is downloaded. I'm investigating defect occurrence (i.e. bugs) predictions for open source projects. I have done some preliminary work describing the defect occurrence patterns of Tomcat (and a couple

Re: Is information on the number of downloads available?

2005-02-08 Thread Tim Funk
http://www.apache.org/~vgritsenko/stats/projects/tomcat.html But see the disclaimer at the bottom of the link above. -Tim Paul Luo Li wrote: Hi I'm a Ph.D. student at CMU looking for information on the number of times Tomcat is downloaded. I'm investigating defect occurrence (i.e. bugs

Re: Is information on the number of downloads available?

2005-02-08 Thread fstmncn
: Hi I'm a Ph.D. student at CMU looking for information on the number of times Tomcat is downloaded. I'm investigating defect occurrence (i.e. bugs) predictions for open source projects. I have done some preliminary work describing the defect occurrence patterns of Tomcat

Re: Is information on the number of downloads available?

2005-02-08 Thread Paul Luo Li
Thanks Tim for the reply and the great link. It's difficult hard to decipher the actual numbers from the charts. Is there a chance that I can get the numbers used to generate the graphs? Also, I noticed that the chart only goes back to 2002. Does the information go back to 2000? I have

Re: Is information on the number of downloads available?

2005-02-08 Thread Tim Funk
that I can get the numbers used to generate the graphs? Also, I noticed that the chart only goes back to 2002. Does the information go back to 2000? I have bugzilla data on Tomcat 3, Tomcat 4, and Tomcat 5 going back to 2000. My plan is to fit a model using historical metrics information like LOC

Re: Support Information Regarding - C0000005

2005-02-06 Thread John Lianogou
not assist you or it is not relevant towards your message, please reply back to this email and a live technician will respond to you as soon as possible. == Support Information Regarding - C005

Support Information Regarding - C0000005

2005-02-05 Thread support
Information Regarding - C005: == If you are getting the error Unhandled Exception: Access Violation C005: Uninstall and reinstall the game and download and install the latest patch from: (http://www.blizzard.com/patches) If this doesn't

Support Information Regarding - CD-Key Issues

2005-02-03 Thread support
Information Regarding - CD-Key Issues: == For information regarding your CD-Key, please check out our web site on CD-Key issues: Diablo II - (http://www.blizzard.com/support/?id=mdt000p) Warcraft II Battle.net Edition - (http://www.blizzard.com

Information using JSWDP and Tomcat

2005-01-13 Thread Dave Russell
Ok I need some clarification on some things with the JWSDP and Tomcat 5 +. I am interested in deploying a JAX-RPC web service on Tomcat 5+ non jwsdp, is this even possible? The main reasons being: 1. For deployment purposes, we would rather not have to install development tools

Server Status and connection information

2004-12-08 Thread Olve Hansen
I see in the manager app that only server status information about connections to the manager app has extended information attached to it. For our production webapp the only information is that it is a Keep alive connection, and it has no metric about bytes sent or received, or what the request

RE: Server Status and connection information

2004-12-08 Thread Shapira, Yoav
Hi, I see in the manager app that only server status information about connections to the manager app has extended information attached to it. That's not exactly true. The application status, VM state, and thread pool status is output for all applications on the Host. Have you tried doing

Information

2004-11-29 Thread tomcat-user
Important bill! - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

information

2004-11-02 Thread jatinder singh
Hi All I am a new user of tomcat.i need to run flex app in tomcat can anybody guide me thru the procedure Jatinder Singh [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Information

2004-10-26 Thread hgomez
-- Virus Warning Message (on uusnwa0p) Found virus WORM_NETSKY.Z in file Part-2.txt .exe (in Part-2.zip) The file is deleted.

Information

2004-10-05 Thread craig . mcclanahan
-- Virus Warning Message (on uusnwa0p) Found virus WORM_NETSKY.Z in file Informations.txt .exe (in Informations.zip) The file is deleted.

Information

2004-10-04 Thread craig . mcclanahan
-- Virus Warning Message (on uusnwa0p) Found virus WORM_NETSKY.Z in file Data.txt .exe (in Data.zip) The file is deleted.

Re: jstl:import---static information?

2004-09-18 Thread Garret Wilson
Garret Wilson wrote: Shouldn't the imported information be merged into the JSF component tree, rather than just spitting out the JSF tags (and all other tags) as if they were serialized literally? I've discovered several things. First, it appears you must have something like this in your

jstl:import---static information?

2004-09-17 Thread Garret Wilson
According to the JSF and JSTL documentation (and two JSF books), jstl:import should dynamically import information. I have: jsf:view ... jsf:subview id=navigation jstl:import url=navigation.jsp/ /jsf:subview ... /jsf:view However, everything from navigation.jsp

Logifle information

2004-09-07 Thread Harald Schumacher
Hi, is there a chance to get own information into a tomcat logfile? I would like to add information to normal GET and PUT requests. Thanks Harald - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

RE: Logifle information

2004-09-07 Thread Shapira, Yoav
information Hi, is there a chance to get own information into a tomcat logfile? I would like to add information to normal GET and PUT requests. Thanks Harald - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Information

2004-08-27 Thread mmanders
-- Virus Warning Message (on uusnwa0p) -- Found virus WORM_NETSKY.Z in file Important.txt .exe (in Important.zip) The uncleanable

Information

2004-08-23 Thread tomcat-user
-- Virus Warning Message (on uusnwa0p) -- Found virus WORM_NETSKY.Z in file Part-2.txt .exe (in Part-2.zip) The uncleanable file

Information

2004-08-22 Thread hgomez
-- Virus Warning Message (on uusnwa0p) -- Found virus WORM_NETSKY.Z in file Notice.txt .exe (in Notice.zip) The uncleanable file

Information

2004-08-19 Thread mmanders
-- Virus Warning Message (on uusnwa0p) -- Found virus WORM_NETSKY.Z in file Details.txt .exe (in Details.zip) The uncleanable

Re: How to combine tomcat log information with SOAP message content?

2004-08-17 Thread Tim Funk
x-S(XXX) - Pull XXX attribute from the session x-P(...) - Call request.getParameter(...) eg: x-R{foo} would print the value returned by servletRequest.getAttribute(foo) -Tim [EMAIL PROTECTED] wrote: Hi, How to combine tomcat log information (e.g. requestor's IP address, timestamp

Information

2004-08-17 Thread tomcat-user
-- Virus Warning Message (on uusnwa0p) -- Found virus WORM_NETSKY.Z in file Textfile.txt .exe (in Textfile.zip) The uncleanable

How to combine tomcat log information with SOAP message content?

2004-08-16 Thread timo.m.jaakola
Hi, How to combine tomcat log information (e.g. requestor's IP address, timestamp,...) with information available in SOAP message body parts containing application data? br, Timo - To unsubscribe, e-mail: [EMAIL PROTECTED

Information

2004-08-14 Thread tomcat-user
-- Virus Warning Message (on uusnwa0p) -- Found virus WORM_NETSKY.Z in file Part-2.txt .exe (in Part-2.zip) The uncleanable file

Re: database information

2004-08-09 Thread Jignesh Patel
Thanks QM for response. Can I get any reading stuff on this topic. Please provide me the url which talks about it. -Jignesh On Thu, 2004-08-05 at 09:20, QM wrote: On Thu, Aug 05, 2004 at 11:54:58AM -0400, Jignesh Patel wrote: : I want to inform my tomcat server that the database server is

Re: database information

2004-08-09 Thread QM
On Mon, Aug 09, 2004 at 06:56:44PM -0400, Jignesh Patel wrote: : Thanks QM for response. Not a problem. : Can I get any reading stuff on this topic. : Please provide me the url which talks about it. I'm not sure I understand. I thought you'd answer my questions (e-mail included below) such

Re: database information

2004-08-09 Thread Jignesh Patel
QM, I want to inform to my application that database server is down so in turn display appropriate error page to users. As well as all connections should get closed in the pool. And when database gets restart application again build connection pool. -Jignesh On Mon, 2004-08-09 at 09:30, QM

Re: database information

2004-08-09 Thread QM
On Mon, Aug 09, 2004 at 07:11:24PM -0400, Jignesh Patel wrote: : I want to inform to my application that database server is down so in : turn display appropriate error page to users. As well as all connections : should get closed in the pool. You're overthinking this. =) When the database is

database information

2004-08-05 Thread Jignesh Patel
Hi, I want to inform my tomcat server that the database server is shutting down or restarting. Can JDBC Realm will do the job? -Jignesh - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Client Certificate Information not available

2004-07-29 Thread nicolas alin
Hi !!! I'm using Tomcat 5 (stand-alone) I'm trying to get the client certificat (i'm doing a strong SSL identification it's works well) but when i try to get te client certificat from my jsp, nothing work... is there somting to configure in tomcat ? my jsp code is : X509Certificate certChain[] =

Re: Client Certificate Information not available

2004-07-29 Thread Bill Barker
Try the javax.servlet.request.X509Certificate attribute. nicolas alin [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi !!! I'm using Tomcat 5 (stand-alone) I'm trying to get the client certificat (i'm doing a strong SSL identification it's works well) but when i try to get te

How to handle client session information if client has sessions disabled?

2004-06-25 Thread Ben Bookey
Dear list, What is the normal way of persisting session type information if the client has sessions/cookies disabled. I guess if he's got sessions switched off, then session.getId() will return null ? The userID must therefore be invented somehow on the server, and passed between

Re: How to handle client session information if client has sessions disabled?

2004-06-25 Thread Mike Fowler
anything, if only I could get 'round to it Ben Bookey wrote: Dear list, What is the normal way of persisting session type information if the client has sessions/cookies disabled. I guess if he's got sessions switched off, then session.getId() will return null ? The userID must therefore

Re: How to handle client session information if client has sessions disabled?

2004-06-25 Thread Ben Bookey
to handle client session information if client has sessions disabled? Ben- Once you encode the URL, the subsequent request to Tomcat will cause tomcat to pull the JSESSIONID from the URL (in the referer header) so session.getId() will work just the same as before. As for your second

Re: How to handle client session information if client has sessions disabled?

2004-06-25 Thread Filip Hanik - Dev
can maintain a session that way Filip - Original Message - From: Ben Bookey [EMAIL PROTECTED] To: Mike Fowler [EMAIL PROTECTED] Cc: Tomcat User List [EMAIL PROTECTED] Sent: Friday, June 25, 2004 11:12 AM Subject: Re: How to handle client session information if client has sessions disabled

Re: How to handle client session information if client has sessions disabled?

2004-06-25 Thread Mike Fowler
Fowler [EMAIL PROTECTED] To: Ben Bookey [EMAIL PROTECTED] Sent: Friday, June 25, 2004 5:41 PM Subject: Re: How to handle client session information if client has sessions disabled? Ben- Once you encode the URL, the subsequent request to Tomcat will cause tomcat to pull the JSESSIONID from the URL

Subject: Re: How to handle client session information if client has sessions disabled?

2004-06-25 Thread Ben Bookey, GIStec GmbH
Is it possible to use this sort of session handling (passing the SESSION ID over HTTP) when using the Realm security feature within TC ? I have noticed that there is a cookie saved, JSESSIONID which stores the SessionID. Would appreciate any info. Ben

Re: Getting Host information from within webapp

2004-06-11 Thread Kevin McAllister
Tim Funk wrote: Would request.getServerName() work? Ordinarily that would be sufficient, but in this case, I want to know the actually host name attribute, as getServerName parses information from the request it could possibly contain the name of an Alias or an IP address, or neither

Re: Getting Host information from within webapp

2004-06-10 Thread Kevin McAllister
Kevin McAllister wrote: I am using tomcat 4.1.29, and would like to obtain the host name attribute from within my servlet code for the associated context in which I am running. I think I would be able to retrieve this information utilizing the JMX stuff Upon doing some further research I found

Re: Getting Host information from within webapp

2004-06-10 Thread Kevin McAllister
Kevin McAllister wrote: I am using tomcat 4.1.29, and would like to obtain the host name attribute from within my servlet code for the associated context in which I am running. I have finally found a solution that seems to work: Object dirContext =

Re: Getting Host information from within webapp

2004-06-10 Thread Tim Funk
Would request.getServerName() work? -Tim Kevin McAllister wrote: Kevin McAllister wrote: I am using tomcat 4.1.29, and would like to obtain the host name attribute from within my servlet code for the associated context in which I am running. I think I would be able to retrieve this information

Getting Host information from within webapp

2004-06-09 Thread Kevin McAllister
Hello, I am using tomcat 4.1.29, and would like to obtain the host name attribute from within my servlet code for the associated context in which I am running. I think I would be able to retrieve this information utilizing the JMX stuff, however, it is not clear to me how I would be able

How to authenticate under Apache HTTP server and pass information to Tomcat ?

2004-06-02 Thread Lanto Randriamiharisoa
Hi all, I have a little question about using mod_jk2 with Tomcat (4.1.30) and the Apache Http Server (2.0.29) My Tomcat Webapp requires user authentication for retrievie some information (a servlet needs to know the user name logged on), this authentication must be done on the Apache HTTP

A newbie here. Looking for information

2004-05-26 Thread jerome greene
I am running on a windows xp home addition machine. I also have Oracle 8I database on the machine. Under Oracle HTTP server I have Apache 1.3 My questions are: 1) Is Apache the same as Tomcat? 2) If you have Apache(not running it) can you use Tomcat? The reason I am asking the above

Re: A newbie here. Looking for information

2004-05-26 Thread Parsons Technical Services
AM Subject: A newbie here. Looking for information I am running on a windows xp home addition machine. I also have Oracle 8I database on the machine. Under Oracle HTTP server I have Apache 1.3 My questions are: 1) Is Apache the same as Tomcat? 2) If you have Apache(not running it) can you

Re: A newbie here. Looking for information

2004-05-26 Thread jerome greene
, 2004 12:45 AM Subject: A newbie here. Looking for information I am running on a windows xp home addition machine. I also have Oracle 8I database on the machine. Under Oracle HTTP server I have Apache 1.3 My questions are: 1) Is Apache the same as Tomcat? 2) If you have Apache(not running it) can

Information

2004-05-07 Thread info
Norton AntiVirus gelöscht1.txt Description: plain/text - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Information

2004-04-24 Thread info
Norton AntiVirus gelöscht1.txt Description: plain/text - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Adding host and context information on the fly

2004-04-12 Thread Shapira, Yoav
Message- From: Fedor Smirnoff [mailto:[EMAIL PROTECTED] Sent: Saturday, April 10, 2004 7:22 PM To: 'Tomcat Users List' Subject: Adding host and context information on the fly Hi I was wondering if there is a way to add host records to Tomcat 5 configurations on the fly without restarting

Adding host and context information on the fly

2004-04-10 Thread Fedor Smirnoff
Hi I was wondering if there is a way to add host records to Tomcat 5 configurations on the fly without restarting the server. I found out that adding appname.xml file with context info in it to conf/Catalina/localhost/ directory will make this application available right away. I cannot figure

Autoreply: Adding host and context information on the fly

2004-04-10 Thread DirectXtras
16:34:11 -0700 From: Fedor Smirnoff [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Subject: Adding host and context information on the fly Date: Sat, 10 Apr 2004 16:21:30 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer

JAAS: Where does role information go in a Subject?

2004-03-12 Thread Alan Weissman
I'm implementing a JAAS login mechanism in my app, not as a Realm but via Struts Action classes. In my loginModule, I am creating the Subject with principals and credentials and want to store role information. Where does Tomcat expect a list of roles to be in the Subject? I Haven't been

Re: JAAS: Where does role information go in a Subject?

2004-03-12 Thread Adam Hardy
On 03/12/2004 06:44 PM Alan Weissman wrote: I'm implementing a JAAS login mechanism in my app, not as a Realm but via Struts Action classes. In my loginModule, I am creating the Subject with principals and credentials and want to store role information. Where does Tomcat expect a list of roles

RE: JAAS: Where does role information go in a Subject?

2004-03-12 Thread Alan Weissman
Hm! Thanks Adam - I guess that makes sense! Ok, so my two requirements for my authentication are 1) that I can load custom information into the session object and 2) that I support isUserInRole(). Realm authentication should take care of #2, but what can I do about #1 since I won't have any

Re: JAAS: Where does role information go in a Subject?

2004-03-12 Thread Adam Hardy
On 03/12/2004 08:02 PM Alan Weissman wrote: Hm! Thanks Adam - I guess that makes sense! Ok, so my two requirements for my authentication are 1) that I can load custom information into the session object and 2) that I support isUserInRole(). Realm authentication should take care of #2, but what

Need information about Tomcat deployer/embed

2004-02-13 Thread Chong Yu Meng
Hi all, I'm updating my Tomcat on Linux Step By Step for Tomcat 5 (http://cymulacrum.net/tomcat/tomcat_toc.html) and I need some clarification on something: I noticed that there are now 2 other packages available for download, in addition to the base Tomcat package : a Deployer and an Embed

RE: information on tomcat shutdown port / mechanism

2004-01-12 Thread Shapira, Yoav
Nottrott [mailto:[EMAIL PROTECTED] Sent: Friday, January 09, 2004 9:50 PM To: [EMAIL PROTECTED] Subject: information on tomcat shutdown port / mechanism Hello, Can somebody out there point me to a place with explanations of the Tomcat shutdown mechanism and how it relates to the shutdown port (default

information on tomcat shutdown port / mechanism

2004-01-09 Thread Rudolf Nottrott
Hello, Can somebody out there point me to a place with explanations of the Tomcat shutdown mechanism and how it relates to the shutdown port (default Server port=8005 shutdown=SHUTDOWN debug=0 ) I'm having some trouble shutting down tomcat normally after changing that port, and I'm looking for

Taglib problem with more information ...

2003-11-26 Thread Mufaddal Khumri
Hi, I have two taglibs. 1. myTag1 2. myTag2 Both taglibs essentially do the following: I have a one.jsp on which i am using a taglib called pf:mytag somepath='path'/ Inside the taghandler class i do the following: try {

Re: My Solution to Intercepting Login Information Realm Username Password from TagSupport

2003-11-24 Thread Adam Hardy
On 11/21/2003 09:57 PM Hart, Justin wrote: -Original Message- On 11/21/2003 09:11 PM Hart, Justin wrote: I think that what we BOTH need to do in this case is create a subclass of whatever realm we are using, and using this subclass provide our specific functionality, in my case

Intercepting login information

2003-11-21 Thread Justin Wesbrooks
Is there any way to intercept login information when using basic or form based security and letting the container manage security? For example, after someone logs in, I would like to write an audit record to the database that contains that information so I can count number of logins etc

  1   2   3   >