Re: Tomcat Scalability - Long

2002-10-25 Thread Renato
I'm using Tomcat 4.1.12 on a production site with more than 150 clients and it looks like to me is better that 4.0.x. On 25 Oct 2002 11:42:14 -0200, Felipe Schnack [EMAIL PROTECTED] escreveu : De: Felipe Schnack [EMAIL PROTECTED] Data: 25 Oct 2002 11:42:14 -0200 Para: Tomcat Users List

accessClassInPackage.org.apache.catalina.realm permission

2002-10-29 Thread Renato
with SecurityManager. Is is safe to grant this permission ? Thanks Renato -- To unsubscribe, e-mail: mailto:tomcat-user-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:tomcat-user-help;jakarta.apache.org

Manager application - quick question

2002-11-18 Thread Renato
Hi all, I'll deploy the manager application to my users. Probably the only funcionality I'll let them use is to stop and start their web applications. Which is the safest method ? - reload ? - stop / start ? - indifferent ? Thanks Renato. -- To unsubscribe, e-mail: mailto:[EMAIL

Tomcat 3.3 and logging per host

2002-02-07 Thread Renato
Hi all, Does anybody know if Tomcat 3.3 has the Logger configuration in Catalina ? I want to do logging per Host/Context. I tested with Catalina and it worked fine, but with Tomcat 3.3 I tried with LogSetter and it didn't work. Any hints ? Thanks Renato. -- To unsubscribe: mailto:[EMAIL

Tomcat 3.3 and Xerces

2002-02-21 Thread Renato
Hi all, I substituted crimson.jar and jaxp.jar for xerces.jar in Tomcat 3.3. Is there some issue I should aware of ? Thanks Renato - Brazil. -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

RE: Tomcat 3.3 and Xerces

2002-02-21 Thread Renato
mean in lib/container. I am not aware that there would be any problems. It does mean that xerces.jar will become the default XML parser for all your webapps (via the LoaderInterceptor11). Cheers, Larry -Original Message- From: Renato [mailto:[EMAIL PROTECTED]] Sent: Thursday

Tool for validating web.xml ?

2002-02-22 Thread Renato
nice... ) ?? Thanks Renato - Brazil. -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

Re: Tool for validating web.xml ?

2002-02-22 Thread Renato
be very nice... ) ?? Thanks Renato - Brazil. -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED] -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL

Servlet invoker is currently unavailable....

2002-03-12 Thread Renato
Hi all, This is probably a basic question... after my servlet invoker is marked as unavailable how can turn it on again ? What is the manager command to 'fix' this ? Thanks in advance. Renato -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED

Please advice: Deploy the manager application

2002-03-12 Thread Renato
Hi all, I want to deploy the manager application to stop and start different contexts on a multiple Virtual Host environment. I don't want my clients to have direct access to it, just the administrator ( I'm thinking to build a wrapper around it, so it will be transparent for the users to

Directory listing vulnerability in Tomcat 3.2

2001-12-03 Thread Renato
Hi all, Recently I saw in the vuln-dev list a directory listing vulnerability in Tomcat 3.2.3. It's simple, just call the URL: http://yousite/%3f.jsp Is it fixed in Tomcat 3.2.4 ? Thanks -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED]

Documentation for VM crash under Linux

2001-12-06 Thread Renato
Hi all, I saw people telling about documentation of VM crashes under Linux and that there are some workarounds on the release notes. It doesn't seem to be there. Could anyone point me out where I could find this docs ? Thanks Renato. -- To unsubscribe: mailto:[EMAIL PROTECTED

Documentation for VM crash under Linux

2001-12-06 Thread Renato
Hi all, I saw people telling about documentation of VM crashes under Linux and that there are some workarounds on the release notes. It doesn't seem to be there. Could anyone point me out where I could find this docs ? Thanks Renato. -- To unsubscribe: mailto:[EMAIL PROTECTED

Re: Documentation for VM crash under Linux

2001-12-06 Thread Renato
Thanks !! What about IBM's ? Any issues we shold be aware of ? On Thu, 2001-12-06 at 04:55, Renato wrote: I saw people telling about documentation of VM crashes under Linux and that there are some workarounds on the release notes. It doesn't seem to be there. Could anyone point

Re: Directory listing vulnerability in Tomcat 3.2

2001-12-03 Thread Renato
I just downloaded and installed Tomcat 3.2.4 and the problem in on this version too. I think that if you a 404 error page defined, this problem doesn't happen. Anyway, I think it's a vulnerability. On Mon Dec 3 11:16:34 2001, Renato [EMAIL PROTECTED] escreveu : Hi all, Recently I saw

Tomcat 3.3 question

2001-12-10 Thread Renato
I'm trying to upgrade from Tomcat 3.2 to Tomcat 3.3 and I have some jsp pages that have some caracteres with accents. With tomcat 3.3 it output 'garbage' to the browser. What am I missing ? Thanks. -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL

Connection reset by peer

2001-12-10 Thread Renato
) After a while Tomcat starts failing to respond till it hangs completely. I've seen Sun's JVM release and already set up the 'work around' parameters for Linux. Any other hint ? Thanks Renato. -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles

Re: Connection reset by peer

2001-12-10 Thread Renato
not too sure, but I guess your tomcat didn't hang due to this reason. There must be some other problem with your environment as well. Regards, Ali. - Original Message - From: Renato [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Monday, December 10, 2001 5:26 PM

Tomcat 3.3 and JSP/HTML pages with accents

2001-12-11 Thread Renato
Hi all, I'm trying to upgrade from Tomcat 3.2 to Tomcat 3.3 and I have some jsp pages that have caracteres with accents. With tomcat 3.3 it outputs 'garbage' to the browser. Example: ... tdI have accents - áéíóú âêîôû/td ... What am I missing ? Thanks. -- To unsubscribe:

Re: Strange problem with mod_jk (desperate for help)

2001-12-12 Thread Renato
If you are using a different version, you should definitely try to recompile, specially if glibc version is diferent. I have installed mod_jk to connect Apache to Tomcat. This was a module obtained from jakarta's web site. Apache and Tomcat will both start up with no problem, but

Re: Tomcat 3.3 deployment - last minute problem

2001-12-14 Thread Renato
the charset of Linux ? ( I'll STW of course.. :)) ) Thanks for the promptness ! On Fri, 14 Dec 2001 08:48:31 -0800 (PST), [EMAIL PROTECTED] escreveu : On Fri, 14 Dec 2001, Renato wrote: *** HTML pages with latin characters don't display correctly on Linux *** ( JSP file with: ) Ex: páéíóú/p

Tomcat 3.3 deployment - last minute problem

2001-12-14 Thread Renato
maybe a problem with the locale variables on my Linux, which I don't quite understand ( tried LC_ALL, LANG, LC_CTYPE and it didn't work ) or Tomcat itself. Any hints ? Thanks Renato - Brazil -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED

Re: Tomcat 3.3 deployment - last minute problem

2001-12-18 Thread Renato
Hi all, I'm investigating this problem and may found something. The html that is pushed to my browser is definitely pure Unicode ( UTF8 ), so somehow the HTML bytes are not been properly translated to chars. Where can I look in the code to make some tests ? Thanks Renato. Reply-to: Tomcat

Re: JSSE 1.0.2

2001-12-21 Thread Renato
You need to include the security provider in your java.security file: security.provider.3=com.sun.net.ssl.internal.ssl.Provider Also, are you running tomcat with a security manager ? if so, make sure you have jre\lib\ext with permissions. Renato - Brazil On Fri, 21 Dec 2001 17:16:49 +

Re: linux + tomcat 3 memory leaks ?

2001-12-24 Thread Renato
Humm... Did you try the lastest nightly build ? I just happen to have the exact same configuration ( except the kernel ) and everything is running perfectly, much much better than in Tomcat 3.2.4 by the way. ( I strongly recommend the upgrade to everybody !! ) On Sat, 22 Dec 2001 12:52:24

Re: JSSE 1.0.2

2001-12-24 Thread Renato
. Any other suggestions? Many thanks, Duncan. Renato wrote: You need to include the security provider in your java.security file: security.provider.3=com.sun.net.ssl.internal.ssl.Provider Also, are you running tomcat with a security manager ? if so, make sure you

Re: TC 3.3.3 with Apache stack space error

2002-01-07 Thread Renato
Try to put something like -Xms400m -Xmx500m on TOMCAT_OPTS of tomcat.sh in the $TOMCAT_HOME/bin directory. On 07 Jan 2002 12:08:44 -0600, Ray Pitmon [EMAIL PROTECTED] escreveu : Hi, I have many machines running older versions of tomcat(3.2.x), but now I am setting up a new one, with

Re: TC 3.3.3 with Apache stack space error

2002-01-07 Thread Renato
of sense to me. My tomcat is using 32 megs of RAM now. Why in the world would I have to specify that it use 400-500 megs? Is this a bug? thx, -Ray On Mon, 2002-01-07 at 10:27, Renato wrote: Try to put something like -Xms400m -Xmx500m on TOMCAT_OPTS of tomcat.sh

Re: Problems with tomcat 3.2.4 and AJP13

2002-01-09 Thread Renato
I was having some stability problems with Tomcat 3.2.x and I recently upgraded to Tomcat 3.3-dev ( lastest nigthly build - I take care of re- upgrading every week ) and now apache+ajp13+tomcat is working like a charm !! On Wed, 9 Jan 2002 11:57:56 -0600, Brandon Cruz [EMAIL PROTECTED]

Question about Logging and Virtual Host

2002-01-11 Thread Renato
Renato - Brazil. -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

Re: Can I have all virtual hosts share one context on tomcat 3.2.4?

2002-01-15 Thread Renato
With Tomcat 3.3 you can use the tag Alias name=... under Host .. and before Context... I think Tomcat 3.2.x doesn't support this. Renato - Brazil. On Tue, 15 Jan 2002 12:10:48 -0600, Brandon Cruz [EMAIL PROTECTED] escreveu : Is it possible with tomcat 3.2.4 to have all virtual hosts share

Tomcat 4-b2 problem

2002-01-21 Thread Renato
the webapps lines and just left an application I know it works on Tomcat 3.3 Any hint ? Thanks Renato - Brazil. -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

Tomcat 4.0.2-b2 + JSSE + Security Manager

2002-01-22 Thread Renato
not available (...) The JSSE libraries are on ${java.home}/jre/lib/ext and this path has permission to all. I also tried on Tomcat 3.3 and the servlet works with or without the security manager. Any hint ? Thanks Renato - Brazil -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands

Interceptor in Tomcat 4.0 ???

2002-01-22 Thread Renato
Hi all, I have an Interceptor I wrote for Tomcat 3.3 and I want to migrate to Catalina. I think the concept know is a Valve, right ? Is there a guideline how to migrate an interceptor ? Thanks Renato - Brazil. -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto

Re: Fwd: Re: Tomcat 4.0.2-b2 + JSSE + Security Manager

2002-01-24 Thread Renato
think I'm able to do something further. Thanks for the help ! Renato - Brazil On Wed, 23 Jan 2002 20:17:49 -0600, Glenn Nielsen [EMAIL PROTECTED] escreveu : Oh, one more thing you can try. Configure the following permission in your catalina.policy. permission

Help with Alias in Tomcat 4.0.2

2002-01-28 Thread Renato
/ Context path= docBase=/home/site1/public_html/ debug=0 crossContext=false reloadable=true / /Host Is it correct for Tomcat 4.0 ? Or should I create a Host entry for each domain ? Thanks Renato -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED

Strange Tomcat 3.3 error

2002-01-30 Thread Renato
) at org.apache.tomcat.util.IntrospectionUtils.execute(Unknown Source) at org.apache.tomcat.startup.Main.execute(Unknown Source) at org.apache.tomcat.startup.Main.main(Unknown Source) It works fine, but it take ages to start. What can this be ? Thanks Renato - Brazil -- To unsubscribe: mailto:[EMAIL PROTECTED

Java Petstore + Tomcat 3.3 web.xml problem

2002-02-02 Thread Renato
() : Add env-entry server/ServerType java.lang.String JBoss 2.4 BETA null What can this be ? An old version of a parser ? Do these tags are allowed on the web.xml ? Thanks Renato -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list

Two questions

2001-09-13 Thread Renato
sometimes I have the 'Internal Server error' from Apache. It's like I keep clicking on the refresh button on the browser and in 1 out of 10 clicks I get the error. What's happening ? Anybody has seen this behaviour ? Thanks Renato.

Looping message in my log

2002-10-23 Thread Renato
Hi all, I'm using Tomcat 4.0.6 and I found the following message that is looping and filling up my log: ) at java.security.AccessController.doPrivileged(Native Method) at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:347) at

PROBLEM: Tomcat doesn't start if the context directory doesn't exist

2002-12-13 Thread Renato
it will fail. Thanks Renato - Brazil. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Tomcat 4 and IIS please HELP

2002-12-06 Thread Renato Romano
quite sure this is not the best way !!! Any help will be very appreciated, also addressing to known issues about this problem. Please don't addess me to Tomcat-IIS how'to because I already used them. Thanks a lot. Renato Renato Romano Sistemi e Telematica S.p.A

Urgent!!Please Help!

2002-07-22 Thread Renato Romano
) at java.lang.Thread.run(Thread.java:484) Renato Romano Sistemi e Telematica S.p.A. Calata Grazie - Vial Al Molo Giano 16127 - GENOVA - ITALY e-mail: [EMAIL PROTECTED] Tel.: +39 10 2712603 _ -- To unsubscribe, e-mail: mailto:[EMAIL

RE: Urgent!!Please Help!

2002-07-22 Thread Renato Romano
cause'. please post it as this is the real error... -Original Message- From: Renato Romano [mailto:[EMAIL PROTECTED]] Sent: Monday, July 22, 2002 6:38 AM To: 'Tomcat Users List' Subject: Urgent!!Please Help! I find several occurrences of the following stackTrace in my

RE: Urgent!!Please Help!

2002-07-22 Thread Renato Romano
Here they are. I tried to find some mispelling, but I did not find them !! Thanks a lot. Renato Renato Romano Sistemi e Telematica S.p.A. Calata Grazie - Vial Al Molo Giano 16127 - GENOVA e-mail: [EMAIL PROTECTED] Tel.: 010 2712603

RE: Urgent!!Please Help!

2002-07-22 Thread Renato Romano
...) as expected. Same for 404 Any help is very appreciated ... Renato Renato Romano Sistemi e Telematica S.p.A. Calata Grazie - Vial Al Molo Giano 16127 - GENOVA e-mail: [EMAIL PROTECTED] Tel.: 010 2712603

RE: Urgent!!Please Help!

2002-07-22 Thread Renato Romano
No !! Renato Romano Sistemi e Telematica S.p.A. Calata Grazie - Vial Al Molo Giano 16127 - GENOVA e-mail: [EMAIL PROTECTED] Tel.: 010 2712603 _ -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED

R: Custom Realm Implementation

2002-02-04 Thread Renato Romano
OK !! In RealmBase the hasRole method looks for a Principal of class GenericPrincipal; by overriding this method everithing works fine !! Thanks a lot Renato -Messaggio originale- Da: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Inviato: venerdi 1 febbraio 2002 23.31 A: Tomcat Users

Tomcat Auth

2002-02-14 Thread Renato Romano
Is it possible to use different Authentication Realms for different applications running on Tomcat4.0 ? Or at least use different DataBase, tables etc... ?And if yes how ? Thanks everyone. Renato -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED

Again Tomcat Auth

2002-02-14 Thread Renato Romano
Is it possible to use different Authentication Realms for different applications running on Tomcat4.0 ? Or at least use different DataBase, tables etc... ?And if yes how ? Thanks everyone. Maybe it is possible in older versions of Tomcat ? Renato -- To unsubscribe: mailto:[EMAIL PROTECTED

R: Tomcat Auth

2002-02-14 Thread Renato Romano
Ok I got it, that's also in the doc... Do you know if it is also possible with Tomcat 3.2.x ? There the Realm is defined by a RequestInterceptor element ... Thanks Renato -Messaggio originale- Da: Unsöld, Hans-Michael [mailto:[EMAIL PROTECTED]] Inviato: giovedì 14 febbraio 2002 16.04

Another Question About Tomcat Auth

2002-02-14 Thread Renato Romano
in the common/classes dir, but it doesn't works. Any idea ? Thanks again Renato -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

R: Another Question About Tomcat Auth

2002-02-15 Thread Renato Romano
ClassLoader. One solution i think would be to put also catalina.jar (where JDBCRealm is) in the common/lib dir, but it doesn't seems to be a great idea :-((( Suggestions ? Thanks again Renato -Messaggio originale- Da: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Inviato: giovedi 14 febbraio

R: Running tomcat port 80

2002-02-18 Thread Renato Romano
You have to run Tomcat as root, because port 80 is reserved on UNIX systems for use by the superuser; Probably root can't find the commands because you have to adjust the environment... just check $PATH, $CATALINA_HOME and $JAVA_HOME of the user you previosly used to run TOMCAT, and set them

JSP-FILE

2002-02-18 Thread Renato Romano
... is that right ?? Thanks to all. Renato -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

Tomcat Security

2002-03-25 Thread Renato Romano
of course IIS run ASP pages, but security checked by Tomcat !! I suppose this ain't very easy, because i shoul let Tomcat serve ALL resources, recognize ASP pages, and send them back to IIS, in some way ... Any help ? Thanks... Renato Renato Romano Sistemi e Telematica

SSL Client Certificates

2002-03-27 Thread Renato Romano
the user !! (I do not want anyone to gain access to the site, even if he has a certificate !!) 3) Test all these, by creating (maybe?) a self signed certificate on my PC, and let Tomcat Accept that certificate! Any Help ?? Thanks A lot ... Renato Renato Romano

SingleSignOn Or Security Constraint ?

2002-04-18 Thread Renato Romano
have not investigated too much on this topic, so the question is: is there something I don't see that can cause problems using single signon in this way ? Has someone already had such a doubt and how he/she solved it ? Thanks Renato Renato Romano Sistemi e

RE: SingleSignOn Or Security Constraint ?

2002-04-19 Thread Renato Romano
) with each ONE security constraint ? I think the point is that using single-sign-on implies sharing of the Realm class used to authenticate the users, and thus, at least in my environment, using the same database of users and roles, so it seems to me that there is no great difference... Renato

RE: port 80 !!??

2002-04-30 Thread Renato Romano
That's because on Unix-like systems well-known port numbers, like www (port 80), or ftp, telnet etc, are system-reserved to the root user. No other user can open server sockets on ports less than 1024. You should run it as root, or have another user having system administrator prvileges. Renato

RE: problem..plz help me out

2002-06-10 Thread Renato Romano
I can't find the run-as element which you mention in your web.xml file ... If you want to restrict access to a resource just use the security constraint element... Look in the servlet doc... Renato Romano Sistemi e Telematica S.p.A. Calata Grazie - Vial Al

Custom Realm Implementation

2002-02-01 Thread Renato Romano
message on the log, but the browser shows me a 403 error (You are not allowed ...) Any idea ? Any document showing the process in details ? Thanks Renato -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

can't start tomcat 4

2001-08-20 Thread Renato Testa
have the message Exception in thread main java.lang.NoClassDefFoundError: org/apache/catalina/startup/Bootstrap in the catalina.out file. not very close to java, what's not found? Thnx for hints Renato Testa -- [EMAIL PROTECTED] ITGarage GmbH Freilagerstrasse 19 CH-8047 Zuerich

Re: can't start tomcat 4

2001-08-20 Thread Renato Testa
to try and troubleshoot it =/ - r i just downloaded the binary distro. Works. Thanx Renato -- [EMAIL PROTECTED] ITGarage GmbH Freilagerstrasse 19 CH-8047 Zuerich www.itgarage.net-

JAXP 1.1 and Tomcat 3.2.3

2001-08-30 Thread Renato Weiner
) at org.apache.tools.ant.Main.runBuild(Main.java:403) at org.apache.tools.ant.Main.main(Main.java:149) Total time: 0 seconds java.lang.ClassNotFoundException: org.apache.crimson.jaxp.SAXParserFactoryImpl Is Tomcat 3.2.3 compatible with JAXP 1.1 ?? Thanks Renato - Brazil

Caching Login Info in Tomcat 3.2.x

2001-10-02 Thread Renato Romano
? Should I only redefine methods in my Realm object ? Is there some security issue I'm not taking care of ?? Thanks Renato

R: Caching Login Info in Tomcat 3.2.x

2001-10-02 Thread Renato Romano
()), or protecting the http communication with SSL. Andre de Jesus Renato Romano wrote: Hi, I would like Tomcat avoiding to access the DB for EVERY ACCESS to a reserved page. I think the best way to do this (apart from upgrading to Tomcat 4.0 !!) is to store the login info, or maybe just

Crosscontext tag and security

2001-10-03 Thread Renato Weiner
Hi all, What are the security concerns of letting 'crossContext=true' in a virtual hosting environment ? I'm using tomcat 3.2.3. Thanks Renato. __ Do You Yahoo!? Listen to your Yahoo! Mail messages from any phone. http://phone.yahoo.com

How To Send Users To A Default Page After Form based Login ?

2001-11-21 Thread Renato Romano
didn't request a protected page!! When using Tomcat 3.2 I solved this by looking at the tomcat.auth.originalLocation parameter in the session object, and then defining a default value for this attribute when it was not set. How to do this with Tomcat 4 ?? Thanks. Renato -- To unsubscribe

URGENT !!! Please HELP !!!

2001-11-21 Thread Renato Romano
didn't request a protected page!! When using Tomcat 3.2 I solved this by looking at the tomcat.auth.originalLocation parameter in the session object, and then defining a default value for this attribute when it was not set. How to do this with Tomcat 4 ?? Thanks. Renato -- To unsubscribe: mailto

R: form authentication with IIS - j_security_check - error 405 - tomcat 3.2.3

2001-11-21 Thread Renato Romano
... Renato # # Simple worker configuration file # #/*=ajp12 /j_security_check=ajp12 /servlet/*=ajp12 /*.jsp=ajp12 /whatever_reserved_area/*=ajp12 -Messaggio originale- Da: Samuel Rochas [mailto:[EMAIL PROTECTED]] Inviato: mercoledi 21 novembre 2001 16.31 A: Tomcat Users List Oggetto: form

R: Catalina Authentication PLS Help !!

2001-11-22 Thread Renato Romano
I found something, but the proposed solution is Instruct users not to access the login page !!! Of course that's not good for me... consider, for example, that my login page could be my HOME page !! I know there is no portable solution, but one for Tomcat (4) would be ok, if any... Thanks Renato

Overriding SecurityManager

2001-05-16 Thread Renato Weiner
This is what I'm trying to do. I already wrote a very simple class that overrides the default SecurityManager. Here is a piece of the code: public void checkRead(String fileName) {if (!fileName.equals("") fileName.endsWith(".txt")) {throw new SecurityException("Fail to read: " +

Virtual Hosting and security

2001-05-17 Thread Renato Weiner
to use a private JVM for each client, because it's too expensive. Thanks in advance Renato - Brazil. Do You Yahoo!? Yahoo! Auctions $2 Million Sweepstakes - Got something to sell?

Tomcat-Apache configuration

2001-05-18 Thread Renato Salazar
, edit another ones, re-configure packages, etc) I would thank him/her very much. Thanks in advance... Best regards. Renato

mod_jserv.so

2001-05-18 Thread Renato Salazar
with this problem, if someone could tell me what to do (copy files, edit another ones, re-configure packages, etc) I would thank him/her very much. Thanks in advance... Best regards. Renato

Re: Redhat 7.1 ApacheTomcat How-to (long)

2001-05-21 Thread Renato Salazar
both, Apache and Tomcat start but still work separately. I suppouse there is some kind of conflict between this two httpd.conf files, I'd had this problem before, do I have to rebuild the .so file??, what do you think?? Thanks in advance. Renato I've finally managed to get apache/tomcat

Re: Redhat 7.1 ApacheTomcat How-to (long)

2001-05-22 Thread Renato Salazar
Now I have the following message when I try to access to http://localhost/examples Forbidden You don't have permission to access /examples on this server. Do I have to edit my httpd.conf file and add /examples?? Renato On May 21, 2001 05:33 pm, you wrote: You must especified

Re: Redhat 7.1 ApacheTomcat How-to (long)

2001-05-23 Thread Renato Salazar
It doesn't seem to be the problem. So far I've managed building my own mod_jk.so and starting Apache with it (I don't have any problem at Apache startup unlike days before). Now It seems like Apache doesn't recognize /examples as a Tomcat directory, it's the same message as I doesn't use

Re: mod_jk is garbled? Garbled? I got the binary...

2001-05-23 Thread Renato Salazar
should finish the build. Good luck! Renato Upgraded Apache to 1.3.20, got Tomcat 3.2.1. Downloaded binary of mod_jk, but when it tries to load it I get: Starting httpd: Syntax error on line 8 of /usr/local/tomcat/conf/mod_jk_set.conf: API module structure `jk_module' in file /usr/local

Virtual Hosting and security

2001-05-24 Thread Renato Weiner
to use a private JVM for each client, because it's too expensive. Thanks in advance Renato - Brazil. Do You Yahoo!? Yahoo! Auctions $2 Million Sweepstakes - Got something to sell?

RE: mod_jk is garbled? Garbled? I got the binary...

2001-05-24 Thread Renato Salazar
the options you've installed it with. (sever, worstation, with/without Apache1.3.12, etc). Thanks in advance. Renato Awesome, I guess the docs are just really misleading. I downloaded a binary of mod_jk from the 3.3m3 and that works with my 3.2.1 Tomcat install fine, but was able to build

Re: Apache - Tomcat Examples not working

2001-05-31 Thread Renato Salazar
any line (wherever) after enabling ajp13 if I want it to be my default. Thanks in advance. Renato ps: I don't have SSL enabled, could it be the problem?? Phillip, Tomcat uses port 8080 as a default; 8080 is not, however the default http port. So http://localhost/examples/servlet

RE: Apache can't load mod_jk

2001-06-07 Thread Renato Salazar
in advance. Renato does this file exist? /usr/lib/apache/1.3/mod_jk.so Filip ~ Namaste - I bow to the divine in you ~ Filip Hanik Software Architect [EMAIL PROTECTED] www.filip.net -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Steve Doerr

RE: Apache can't load mod_jk

2001-06-07 Thread Renato Salazar
? Filip ~ Namaste - I bow to the divine in you ~ Filip Hanik Software Architect [EMAIL PROTECTED] www.filip.net -Original Message- From: Renato Salazar [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 07, 2001 5:05 PM To: [EMAIL PROTECTED] Subject: RE: Apache can't load

Killing endless loop servlet - howto ? killing JVM or unload class ?

2001-07-02 Thread Renato Weiner
? Is there an Interceptor that can unload this class somehow ? Thanks in advance Renato - Brazil P.S. I'm running Linux, kernel 2.4.3, Tomcat 3.2.2Do You Yahoo!? Get personalized email addresses from Yahoo! Mail - only $35 a year!http://personal.mail.yahoo.com/

RE: Killing endless loop servlet - howto ? killing JVM or unload class ?

2001-07-02 Thread Renato Weiner
for PoolTcpConnector ? Anyone ? Thanks !-Original Message-From: Renato Weiner [mailto:[EMAIL PROTECTED]]Sent: Monday, July 02, 2001 6:03 AMTo: [EMAIL PROTECTED]Subject: Killing endless loop servlet - howto ? killing JVM or unload class?Hi all, I'm rolling out a successful Tomcat instalation in a shared

Tomcat 3.2.2 and Error page 404

2001-07-04 Thread Renato Weiner
Hi all, I know this has been discussed, but I can't find an ultimate answer on this topic. I'm running Tomcat 3.2.2, I have latest the StaticInterceptor.java from CVS. If I configure my web.xml with a dynamic 404 error ( let's sat 404.jsp) that doesn't exist, I got an endless loop: 2001-07-04

Tomcat admin resources

2001-07-10 Thread Renato Weiner
Hi all, I'm looking for some admin resources for Tomcat 3.2.2 in a multi-hosted environment. Are there administration samples, besides the admin.war package that comes with the tar.gz ? Is it possible to list the servlets that are currently loaded per context, see how much memory they are taking

Killing endless loop servlet - howto ? killing JVM or unload class ?

2001-07-11 Thread Renato Weiner
? Is there an Interceptor that can unload this class somehow ? Thanks in advance Renato - Brazil P.S. I'm running Linux, kernel 2.4.3, Tomcat 3.2.2Do You Yahoo!? Get personalized email addresses from Yahoo! Mail - only $35 a year!http://personal.mail.yahoo.com/

Re: Problem running 3.2

2001-07-11 Thread Renato Weiner
This is not the ideal, but try this: ln -s /usr/lib/libstdc++-3-libc6.2-2-2.10.0.so /usr/lib/libstdc++-libc6.1-1.so.2 It worked for me. Renato. William Dunning [EMAIL PROTECTED] wrote: I've installed Jakarta Tomcat 3.2.2 and the Sun JDK 1.3.1 on an Intel box running Debian Linux (latest version

Re: Killing endless loop servlet - howto ? killing JVM or unload class ?

2001-07-12 Thread Renato Weiner
Renato. Dmitri Colebatch [EMAIL PROTECTED] wrote: Does it intentionally loop forever? If so, creating a new thread and having that do the work (hence returning tomcat's thread to the server) should do the trick.cheersdimOn Sat, 30 Jun 2001 07:28, you wrote: Hi all, I'm rolling out a successful

Re: Killing endless loop servlet - howto ? killing JVM or unload class ?

2001-07-12 Thread Renato Weiner
Can we register the running thread in the service() method of theServletWrapperobject and then call a thread.interrupt()inthe servlet.destroy method ? So we could stop the thread whereunloading the context. Should this do the work ? Roland Carlsson [EMAIL PROTECTED] wrote: - Original

RE: URGENT : Multiple host in Tomcat

2002-12-10 Thread Renato Romano
to the host1 virtual host as defined in server.xml, and therefore to the right appBase. Renato Romano Sistemi e Telematica S.p.A. Calata Grazie - Vial Al Molo Giano 16127 - GENOVA e-mail: [EMAIL PROTECTED] Tel.: 010 2712603

Doing something on the server when user session expires

2003-01-21 Thread Renato Romano
automatically detect that his session expired and shows the user the login page, but that happens only when he request a (protected) page, that is at time 30; I want to do something exactly when user session expires, that is at time 20. Is it possible ?? Thanks a lot Renato

Tomcat 5 limits the number of jars ???

2003-06-18 Thread Renato Romano
regarding an unknown flag to the javac compiler c:\Program. It seems to be a bit of the directory where it is installed (c:\Program Files\Apache Software Foundation\Tomcat5) Does anyone had the same problem ? Better write to tomcat-dev ?? Thanks Renato Renato Romano

Tomcat 4.1.18 as NT Service JVM property

2003-07-01 Thread Renato Romano
don't know where to set the property (-Dvar=val) for the JVM. Any help appreciated Renato Renato Romano Sistemi e Telematica S.p.A. Calata Grazie - Vial Al Molo Giano 16127 - GENOVA e-mail: [EMAIL PROTECTED] Tel.: 010 2712603

Tomcat and JNDI - Basic Question

2003-06-06 Thread Renato Romano
valuecom.blabla.MyTypeFactory/value /parameter /ResourceParams -- /Context Any Help Appreciated!! Renato Renato Romano Sistemi e Telematica S.p.A. Calata Grazie - Vial Al Molo Giano 16127 - GENOVA

Tomcat and JNDI - Basic Question

2003-06-10 Thread Renato Romano
valuecom.blabla.MyTypeFactory/value /parameter /ResourceParams -- /Context Any Help Appreciated!! Renato Renato Romano Sistemi e Telematica S.p.A. Calata Grazie - Vial Al Molo Giano 16127 - GENOVA

Tomcat and IIS 6 - Please HELP

2003-08-27 Thread Renato Romano
copied the configuration from a working installation with IIS 5, so I think the problem is the IIS version. I could not find any help on the net... Does anyone had the same problem ?? Thanks Renato Renato Romano Sistemi e Telematica S.p.A. Calata Grazie - Vial

  1   2   >