RE: TOMAT slowing down a lot after a while

2000-10-23 Thread Lacerda, Wellington (AFIS)
Take a look on the list's history, because I saw something like you're describing related with (possible) memory leaks in JDBC-ODBC (not sure that's the problem), memory consumption and consequent performance degradation and even TOMCAT crashing. Take a look on that, it might be your case. Welli

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 Reque

RE: tomcat-user Digest 24 Oct 2000 20:53:09 -0000 Issue 293

2000-10-26 Thread Lacerda, Wellington (AFIS)
Why don't you write a servlet instead ? You'll have full control over it. Wellington Silva UN/FAO -Original Message- From: Elisabeth Freeman [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 26, 2000 5:25 AM To:

RE: Espresso???

2000-10-26 Thread Lacerda, Wellington (AFIS)
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]'

RE: Disapointment

2000-10-27 Thread Lacerda, Wellington (AFIS)
Hi Andy I posted a message on the subject few days ago on the subject. We also need a logger but have absolutely no time to write it. Can you give me some tips or share some code ? Any help will be very welcome. Many thanks, Wellington Silva UN/FAO -Original Message- From: Andy LaMora

Logger

2000-10-27 Thread Lacerda, Wellington (AFIS)
Hi, I posted a message on the subject few days ago on the subject. We also need a logger but have absolutely no time to write it. Can you give me some tips or share some code ? Any help will be very welcome. Many thanks, Wellington Silva UN/FAO

RE: Logger

2000-10-27 Thread Lacerda, Wellington (AFIS)
o: '[EMAIL PROTECTED]' Subject: AW: Logger Try one of these: http://javalog.sourceforge.net/ http://www.log4j.org/ > -Ursprüngliche Nachricht- > Von: Lacerda, Wellington (AFIS) [mailto:[EMAIL PROTECTED]] > Gesendet: Freitag, 27. Oktober 2000 1

RE: Logger

2000-10-27 Thread Lacerda, Wellington (AFIS)
ve been a while ago, because it does now.... > -Original Message- > From: Lacerda, Wellington (AFIS) [SMTP:[EMAIL PROTECTED]] > Sent: Friday, October 27, 2000 11:14 AM > To: 'Andy LaMora' > Cc: '[EMAIL PROTECTED]' > Subject: Logger > > Hi, > >

Can't happen happened

2000-10-27 Thread Lacerda, Wellington (AFIS)
I got this error message (TOMCAT 3.2b6 NT4 ): java.lang.IllegalStateException: Can't happen - classname is null, who added this ? at org.apache.tomcat.core.ServletWrapper.loadServlet(ServletWrapper.java:261) at org.apache.tomcat.core.ServletWrapper.init(ServletWrapper.java:289)

RE: Logger

2000-10-30 Thread Lacerda, Wellington (AFIS)
that the way or there are less painful paths ? Wellington -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: 28 October 2000 04:00 To: [EMAIL PROTECTED] Subject: Re: Logger "Lacerda, Wellington (AFIS)" wrote: > For tomcat contexts usage, not pr

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 November

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 Message-

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 th

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 JD

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: do something It's working fairly well. Wellington Silva UN/FAO -Original

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 thread

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 confid

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 confid

RE: embedding jsp into an html file.

2000-11-15 Thread Lacerda, Wellington (AFIS)
You can't do that, but you can mimic that. You can create your file as a JSP and then use this definition on the web.xml descriptor of your application: apage /another_page.jsp apage /apage.htm It will work as an htm file. If you put your jsp under web-inf this will be the only w

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: using SSL on standalone Tomcat - Urgent !

2000-11-16 Thread Lacerda, Wellington (AFIS)
Sent: 16 November 2000 04:19 To: [EMAIL PROTECTED] Subject:Re: using SSL on standalone Tomcat - Urgent ! "Lacerda, Wellington (AFIS)" wrote: > Hi All, > > I've set

RE: using SSL on standalone Tomcat - Urgent !

2000-11-16 Thread Lacerda, Wellington (AFIS)
ECTED] Subject:Re: using SSL on standalone Tomcat - Urgent ! "Lacerda, Wellington (AFIS)" wrote: > > > > > > > >a > >/wlss1/*

RE: using SSL on standalone Tomcat - Urgent !

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

RE: help me..

2000-11-20 Thread Lacerda, Wellington (AFIS)
Hi Thilan, I'm Wellington from Brazil. I work with Tomcat and IIS. Did you follow the IIS-HowTo deployed with Tomcat ? What were the results ? Wellington Silva UN/FAO -Original Message- From: Thilan Silva [mailto:[EMAIL PROTECTED]] Sent: 20 November 2000 05:44 To: [EMAIL PROTECTED]

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 ? (assuming sswstyle is a subdirectory in your context). If it is not, then you can try: <% RequestDispatcher rd = application.getContext("/sswstyle").getRequestDispatcher("/header.jsp"); rd.include(request,response); %> Wellington Silva -

RE: Session timeout

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

Context Manager

2000-11-21 Thread Lacerda, Wellington (AFIS)
Can I declare more than one context manager in the same server.xml ? Wellington Silva UN/FAO

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: Context Manager

2000-11-21 Thread Lacerda, Wellington (AFIS)
Ignacio J. Ortega > -Mensaje original- > De: Lacerda, Wellington (AFIS) [mailto:[EMAIL PROTECTED]] > Enviado el: martes 21 de noviembre de 2000 14:08 > Para: '[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: S

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: Critical Bug: SSL failed for Tomcat 3.2 Beta 8

2000-11-22 Thread Lacerda, Wellington (AFIS)
Alex X. Xia Sonus Networks, Inc. (978) 392-8114 -Original Message- From: Lacerda, Wellington (AFIS) [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 22, 2000 4:00 AM To: '[EMAIL PROTECTED]

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 Novembe

RE: Off Topic: Dev. Engineers Needed!

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

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: I want to use my own Java-classes in tomcat.

2000-11-27 Thread Lacerda, Wellington (AFIS)
You must deploy your package under WEB-INF/classes. For instance, if your package name is: this.is.a.test your class files will have to reside in: /WEB-INF/classes/this/is/a/test/*.class It's automatically added to your classpath. Wellington Silva -Original Message-

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 thre

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; [EMA

RE: NT-Service-howto feedback

2000-12-07 Thread Lacerda, Wellington (AFIS)
Are you using JDK1.3 ? This is a know bug of JDK1.3. Change to 1.2.2. Check the archives for details. Wellington -Original Message- From: David Legg [mailto:[EMAIL PROTECTED]] Sent: 07 December 2000 13:22 To: '[EMA

RE: How to design a application context servlet

2000-12-07 Thread Lacerda, Wellington (AFIS)
Hi Thomas, The servlet spec doesn't require the servlet container maintains the servlets active all the time. Each vendor can implement that or not the way it finds better. It doesn't seem you need a servlet for that...if you're listening several different ports (not through the container) it see

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: 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: 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: 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]

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 su