RE: Tomcat 3.2 stability

2001-01-04 Thread Lacerda, Wellington (AFIS)
Hi, I'm running tomcat 3.2.1 in test and production environments here since the release, for what, 10 days ? and did not note the problem you reported: NT 4.0 latest sp Tomcat 3.2.1 security patches maint release Plenty of heavy apps Oracle 8I (Oi Jose Euclides, tentei responder a algumas de

RE: mailinglist vs newsgroup

2001-01-03 Thread Lacerda, Wellington (AFIS)
Putting the FAQ address visible in the signature would also help...like the one e-groups make ? Something stupid but effective like: To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]

RE: redirect to a static page from tomcat to apache

2001-01-02 Thread Lacerda, Wellington (AFIS)
I'm not sure if it matters having Apache as webserver, but I believe you'll have to use sendRedirect for this...essentially you are pointing to a resource Tomcat can't locate inside the target context (because only Apache knows about it). So I believe that's why you're getting this error message.

RE: Problem with Tomcat-3.2.1 and IIS 3.0

2000-12-21 Thread Lacerda, Wellington (AFIS)
What my name is doing on this message ??? Wellington -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] rg] Sent: 21 December 2000 16:23 To: [EMAIL PROTECTED] Subject:

RE: Forward problems servlet to JSP in 3.2

2000-12-11 Thread Lacerda, Wellington (AFIS)
Try "/my.jsp" - if it is at the context root. Wellington -Original Message- From: AC [mailto:[EMAIL PROTECTED]] Sent: 11 December 2000 15:10 To: [EMAIL PROTECTED] Subject:Re: Forward problems

RE: Tomcat as an NT service

2000-12-06 Thread Lacerda, Wellington (AFIS)
Are you using JDK 1.3 ? This is a known bug. I'm not sure it was already corrected. Try the newest or JDK1.2.2 that sure works. Wellington -Original Message- From: Bezpalec, Marek [mailto:[EMAIL PROTECTED]] Sent: 06 December 2000 11:13

RE: have you gotten tomcat and ssl working yet?

2000-12-06 Thread Lacerda, Wellington (AFIS)
You will certainly need JDK1.2.2 or later for SSL support, since JSSE requires it. Wellington -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 06 December 2000 11:25 To: Trevor Little;

RE: Distributed session tracking?

2000-11-29 Thread Lacerda, Wellington (AFIS)
Take a look on the list archives. I saw this subject circulating before. There's an interesting article about distributed session tracking in web farms that use RDBMS and is very good (despite the fact it deals with ASP, but that's not relevant). I saw the reference to the article on that

Using SSL CA certificates

2000-11-27 Thread Lacerda, Wellington (AFIS)
How can I use a C.A. real certificate with Tomcat SSL ? I want to add a test certificate from Verisign. Can you explain that with some detail, please ? Many thanks, Wellington

RE: Off Topic: Dev. Engineers Needed!

2000-11-23 Thread Lacerda, Wellington (AFIS)
I'm interested. What do you have to offer ? Wellington_Silva_Resume.doc Wellington -Original Message- From: Mark Franz [mailto:[EMAIL PROTECTED]] Sent: 23 November 2000 00:27 To: '[EMAIL PROTECTED]'

RE: Critical Bug: SSL failed for Tomcat 3.2 Beta 8

2000-11-22 Thread Lacerda, Wellington (AFIS)
Port number should be 8443 and you put 443 ? Wellington -Original Message- From: Xia, Alex [mailto:[EMAIL PROTECTED]] Sent: 21 November 2000 23:28 To: [EMAIL PROTECTED] Subject:Critical Bug:

RE: Critical Bug: SSL failed for Tomcat 3.2 Beta 8

2000-11-22 Thread Lacerda, Wellington (AFIS)
I have it working perfectly in NT4. Are you using W2000 ? Wellington -Original Message- From: Lacerda, Wellington (AFIS) Sent: 22 November 2000 09:47 To: '[EMAIL PROTECTED]' Subject:RE

RE: Critical Bug: SSL failed for Tomcat 3.2 Beta 8

2000-11-22 Thread Lacerda, Wellington (AFIS)
SSLSocketFactory [Tomcat 3.2b*] yes. You have to build it from source. Yes, you have to have those classes on the classpath to do that. Wellington -Original Message- From: Stefán F. Stefánsson [mailto:[EMAIL PROTECTED]] Sent: 22

Managing security on multiple contexts - urgent !

2000-11-21 Thread Lacerda, Wellington (AFIS)
I've a set of web applications /a, /b and /c and a set of users I want to have access to them, but using a single login. The user logs in via a form based login or something and have access to all the applications. Is it possible in Tomcat 3.2 ? I wonder if I apply security restrictions to the

RE: Server-Side Includes (was Re: JSP and embedded servlet call)

2000-11-20 Thread Lacerda, Wellington (AFIS)
Why don't you use the plain jsp:include ? jsp:include page="/sswstyle/header.jsp" flush="true"/ (assuming sswstyle is a subdirectory in your context). If it is not, then you can try: % RequestDispatcher rd = application.getContext("/sswstyle").getRequestDispatcher("/header.jsp");

RE: Session timeout

2000-11-20 Thread Lacerda, Wellington (AFIS)
Default is 30 minutes and you can configure it per context : context path="/test" defaultSessionTimeOut="1" / will make it 1 minute in the test context. Wellington Silva UN/FAO -Original Message- From: Ivan E. Markovic [mailto:[EMAIL PROTECTED]]

RE: using SSL on standalone Tomcat - Urgent !

2000-11-17 Thread Lacerda, Wellington (AFIS)
[mailto:[EMAIL PROTECTED]] Sent: 16 November 2000 19:06 To: [EMAIL PROTECTED] Subject:Re: using SSL on standalone Tomcat - Urgent ! Kurt Bernhard Pruenner wrote: "Lacerda, Wellington (AFIS)&q

RE: using SSL on standalone Tomcat - Urgent !

2000-11-16 Thread Lacerda, Wellington (AFIS)
04:19 To: [EMAIL PROTECTED] Subject:Re: using SSL on standalone Tomcat - Urgent ! "Lacerda, Wellington (AFIS)" wrote: Hi All, I've set up SSL on a 3.2b7 instance. Also I defined

RE: using SSL on standalone Tomcat - Urgent !

2000-11-16 Thread Lacerda, Wellington (AFIS)
] Subject:Re: using SSL on standalone Tomcat - Urgent ! "Lacerda, Wellington (AFIS)" wrote: web-app security-constraint web-resource-collection web-resource-namea/web-res

using SSL on standalone Tomcat - Urgent !

2000-11-15 Thread Lacerda, Wellington (AFIS)
Hi All, I've set up SSL on a 3.2b7 instance. Also I defined a context, say /wlss, with a directory and a resource, say /wlss1/index.htm inside that context. I want to configure that context in such a way that the access to /wlss1/index.htm is only allowed if the transport is guaranteed at

RE: Tomcat 3.2 beta and PHP

2000-11-15 Thread Lacerda, Wellington (AFIS)
C'mon... :D Let me know how you did it, can you ? Which package do you use ? Thanks, Wellington -Original Message- From: Christian Wenz [mailto:[EMAIL PROTECTED]] Sent: 15 November 2000 18:39 To: [EMAIL PROTECTED]

RE: How many sessions are open?

2000-11-14 Thread Lacerda, Wellington (AFIS)
On the Servlet API javadocs. Wellington Silva UN/FAO -Original Message- From: Till Gartner [mailto:[EMAIL PROTECTED]] Sent: 14 November 2000 11:11 To: '[EMAIL PROTECTED]'; '[EMAIL PROTECTED]' Subject: AW: How many sessions are open? Sounds interesting. Unfortunately I missed the

RE: Setting JAVA_HOME path on Linux 7.0

2000-11-13 Thread Lacerda, Wellington (AFIS)
Oops ! Maybe it doesn't with JDK1.3 on Linux, because I've 4 servers running with long up-times and my own machine using tomcat 3.1 AND JDK1.3. The problem I found on NT was when using Tomcat as a service as soon as you logged off the JDK was being shut down, but even this was a problem on the

RE: question about RequestDispatcher.forward() in tomcat

2000-11-13 Thread Lacerda, Wellington (AFIS)
I wrote a small MVC framework and I have my controller mapped to a common name like "dispatch.htm" and I send all requests directly to it, with a parameter specifying the action. So, all the requests are always like: a href="dispatch.htm?ACTION=XXXPARM1=YYY..."do something/a It's working fairly

RE: Session Close

2000-11-09 Thread Lacerda, Wellington (AFIS)
You can put an object that implements HttpSessionBindingListener in the session. Whenever session.invalidate() is called, it unbinds all objects bound, so that object receives an HttpSessionBindingEvent and can notify you the session was closed. Wellington Silva UN/FAO -Original

RE: forward to an absolute URL

2000-11-09 Thread Lacerda, Wellington (AFIS)
You can forward only to an address INSIDE your context. You must use response.sendRedirect otherwise. Wellington -Original Message- From: Zsolt Koppany [mailto:[EMAIL PROTECTED]] Sent: 09 November 2000 17:51 To: [EMAIL PROTECTED] Subject: forward to an absolute URL Hi, I understand

RE: Trouble with taglib

2000-11-03 Thread Lacerda, Wellington (AFIS)
The web.xml dtd says: The taglib-uri element describes a URI, relative to the location of the web.xml document, identifying a Tag Library used in the Web Application So check your web.xml Wellington -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 03

RE: Espresso???

2000-10-26 Thread Lacerda, Wellington (AFIS)
www.javacorporate.com http://www.javacorporate.com Wellington Silva UN/FAO -Original Message- From: MacLaren, Donald [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 26, 2000 3:12 PM To: '[EMAIL PROTECTED]'

Logging usage

2000-10-25 Thread Lacerda, Wellington (AFIS)
I'd like to log tomcat context's usage (i.e. for each hit to a context x to know if it is a company's or an outsider's IP address). I'm now using TOMCAT as standalone server (WAS using IIS but it didn't provide me that information also). The question I have is: do I have to write a specific