RE: IIS 5 and Win200000

2001-04-05 Thread shlomi sarfati
Yes -Original Message[shlomi sarfati]-From: Carlos Gustavo Verbel Martelo [mailto:[EMAIL PROTECTED]]Sent: Thu, April 05, 2001 3:33 PMTo: [EMAIL PROTECTED]Subject: IIS 5 and Win20 Hello, Tomcat work with IIS5 and Windows 2000? Thanks for your help

RE: Sending HTTP request from a servlet to ASP.

2001-04-03 Thread shlomi sarfati
the simplest way is to redirect the page to the asp page with parameters in the query string in the form of : page.asp?param=valueparam1=value as far as I know you can transfer as much as 1 k in this form the other way is to use sockets and to post the data to an asp page in this way you can

RE: Tomcat-Startup in windows

2001-03-22 Thread shlomi sarfati
:[EMAIL PROTECTED]] Sent: Thu, March 22, 2001 10:54 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: Tomcat-Startup in windows Hi shlomi sarfati, I tried but server is not starting while i started the system. Can you give the directory hierarchy so that i will past my *.bat files

servlet Query string

2001-03-05 Thread shlomi sarfati
Hi every one I have a problem in my servlets. when someone sends parameters through the query string to my servlet that have the character '%' in it , something like: myservlet?param=fh%fjnv I cannot receive the parameter in my servlet I know that there is encoding for urls and when the % comes

RE: servlet Query string

2001-03-05 Thread shlomi sarfati
05, 2001 2:26 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: AW: servlet Query string you must use "param" + URLEncoder.encode(paramValue) when passing the parameter. i.e. ensure that it's encoded correctly... HTH Alan -Ursprngliche Nachricht----- Von: shlomi sarfa

tomcat.bat

2001-02-26 Thread shlomi sarfati
Hi I need to run something that tomcat depends on before tomcat starts(rmiregistry.exe) I thought about using the tomcat.bat for this the thing is that if I do it like this , the tomcat wont work because it will wait for the other program to end to be simple , how can I call other program in

RE: A Little message for Carlos !!!!

2001-02-22 Thread shlomi sarfati
I hope I can help you guys I tried this one on my win 2000 and it is working good . in your web.xml document you should add a security-constraint entry , define the url pattern that you want to protect ( e.g 'myServlet' ) add the http methods that you want the security will work on (e.g:

RE: Monitor memory and CPU usage of servlets from inside of Tomcat

2001-02-15 Thread shlomi sarfati
Emil I am happy to tell you that someone did it already ! and the really good news is that you can use it , it is really nice and easy to configure it have very nice GUI and I recommend on it ! go here ! http://rue.nolimits.ro/ Enjoy Shlomi Sarfati -Original Message- From

RE: Monitor memory and CPU usage of servlets from inside of Tomcat

2001-02-15 Thread shlomi sarfati
memory and CPU usage of servlets from inside of Tomcat Hi 10x bery much for reply. Are U sure address Ugive me is correct, i can not open http://rue.nolimits.ro/ Can U check it, I ll be very gratefull best regards Emil Genov - Original Message - From: "shlomi sarfati" [EMAIL

RE: Monitor memory and CPU usage of servlets from inside of Tomcat

2001-02-15 Thread shlomi sarfati
Sure it is working fine on mine 3.2.1 tomcat it is even easier to config -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of mike niemaz Sent: Thu, February 15, 2001 1:22 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: Monitor memory and CPU usage

RE: Monitor memory and CPU usage of servlets from inside of Tomcat

2001-02-15 Thread shlomi sarfati
: "shlomi sarfati" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, February 15, 2001 1:04 PM Subject: RE: Monitor memory and CPU usage of servlets from inside of Tomcat Sure it is working fine on mine 3.2.1 tomcat it is even easier to config -Original Message- From: [EMAIL

RE: Re[2]: Monitor memory and CPU usage of servlets from inside of Tomcat

2001-02-15 Thread shlomi sarfati
PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thu, February 15, 2001 3:10 PM To: [EMAIL PROTECTED] Subject: Re[2]: Monitor memory and CPU usage of servlets from inside of Tomcat Hi, I would like to try RUE on Tomcat 4. Would that be possible? Wilko "shlomi sarfati" [EMAIL PROTECTED

RE: Monitor memory and CPU usage of servlets from inside of Tomcat

2001-02-15 Thread shlomi sarfati
Hi their first i just want to tell that i am not THE expert on this RUE i just installed it yesterday so dont take my words as 100 % true i am a begginer ! Hi, I'm almost done with RUE but the RMI part is not clear at all. Is it RUE which needs a RMI server or is it No the

RE: How to make Tomcat as NT Service

2001-02-15 Thread shlomi sarfati
Sorry have no idea on this one but the guy that helped me alot in my instalation is Remus Pereni [[EMAIL PROTECTED]] he is very nice and very helpful maby he can help !? (tell me if he did ) -Original Message- From: Pauline Lo [mailto:[EMAIL PROTECTED]] Sent: Thu, February 15, 2001

RE: Need help! :( (XALAN CONFIG )

2001-02-14 Thread shlomi sarfati
Hi that's a problem that cause due to the duel parsers ! you see tomcat (version 3.2.1 as far as I know) uses jaxp as its parser and may be this is your problem ! . -Original Message- From: Nazir Faisal-LFN003 [mailto:[EMAIL PROTECTED]] Sent: Wed, February 14, 2001 5:24 PM To: '[EMAIL

RE: Configuring Isapi Redirector with IIS

2001-02-14 Thread shlomi sarfati
Eli I am throwing a wild guess here but in the uriworkermap you shouldadd an entryso that the isapi will know to which worker to transfer the request something like : /*=ajp12 or /myServlet*=ajp12 -Original Message-From: Eli Segev [mailto:[EMAIL PROTECTED]]Sent: Wed,

RE: Tomcat 3.2.1 as NT-service

2001-02-13 Thread shlomi sarfati
Maybe the problem is in the wrapper.propertis in the entries of the wrapper.tomcat_home=E:\tomcat wrapper.java_home=E:\jdk1.2 in the example of the file it looks like this wrapper.tomcat_home=E:\tomcat\tomcat wrapper.java_home=E:\jdk1.2 you should get rid from the "" -Original

RE: Here you have, ;o) DO NO OPEN

2001-02-13 Thread shlomi sarfati
for whom who don't know do not open this one its a virus -Original Message- From: David Kadlecek [mailto:[EMAIL PROTECTED]] Sent: Tue, February 13, 2001 2:50 PM To: '[EMAIL PROTECTED]' Subject: Here you have, ;o) Hi: Check This!

RUE for tomcat

2001-02-12 Thread shlomi sarfati
Does any body familiar with RUE for tomcat ? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Tomcat monitoring

2001-02-11 Thread shlomi sarfati
What monitoring tool can be used to monitor tomcat I tried to install RUE but I didn't succeed , is their any other opportunity ? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

RE: tomcat-iis trouble

2001-02-08 Thread shlomi sarfati
Hi nick in my opinion there couple of reasons to your error one of them is that in your uriworkermap file you should insert the entry : /examples/*=ajp12 the other on is that the isapi filter isn't place in the right place you should put your isapi filterin your new web site

The tomcat service could not be started

2001-02-08 Thread shlomi sarfati
if anyone can help Regards Shlomi Sarfati - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

RE: asp and jsp on IIS

2001-02-08 Thread shlomi sarfati
I think that the problem will be that the isapi_redirect dll will transfer all the request to the tomcat I haven't found documentation on it but if you can configure the isapi_redirect.dll to take only requests with unique extensions maybe you can do it in your iis console right click on your web

RE: tomcat und IIS

2001-02-08 Thread shlomi sarfati
it is possible I am running it just fine double check the registry key extension_uri it suppose to have the value of the dll something like this "/jakarta/isapi_redirect.dll" shlomi -Original Message- From: Inga Schuetz [mailto:[EMAIL PROTECTED]] Sent: Thu, February 08, 2001 2:38 PM To:

security and iis

2001-02-08 Thread shlomi sarfati
Hi I define a security constraint for one servlet in my tomcat . it is running fine if I am trying to go through localhost:8080/myServlet (asking for user name and password which are defined in the tomcat-users.xml file) but when I go through the iis (http://localhost/myServlet) it requires a

FW: security and iis

2001-02-08 Thread shlomi sarfati
(sorry if this message posted twice) Hi I define a security constraint for one servlet in my tomcat . it is running fine if I am trying to go through localhost:8080/myServlet (asking for user name and password which are defined in the tomcat-users.xml file) but when I go through the iis

servlet security

2001-02-05 Thread shlomi sarfati
can tomcat give authentication to a servlet ? I want to add a user name and password requirements to a particular servlet how can I do it ?? thanks ahead shlomi - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

RE: What means HTTP 400?

2001-02-05 Thread shlomi sarfati
Error Message: HTTP/1.1 Error 400 - Bad Request The information in this article applies to: Microsoft Internet Information Services version 5.0

servlet security

2001-02-04 Thread shlomi sarfati
can tomcat give authentication to a servlet ? I want to add a user name and password requirements to a particular servlet , how can I do it ?? thanks ahead shlomi - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

isapi_redirect filter problem

2001-01-31 Thread shlomi sarfati
Hi I tried to install the isapi+AF8-redirec dll on my windows 2000 IIS as explained in the document : 'Tomcat IIS HowTo' my problem is that the that the green arrow up (indicating that the dll is in the air) doesn't appear after restarting the iis as result the redirect doesn't work.( a red

RE: Classpath Woe

2001-01-31 Thread shlomi sarfati
Hi I have to disagree too ! i insert the path of the classes12 zipfile to my class_path and it is working fine -Original Message-From: Thomas Bezdicek [mailto:[EMAIL PROTECTED]]Sent: Wed, January 31, 2001 11:34 AMTo: [EMAIL PROTECTED]Subject: AW: Classpath Woe Hi,

(S.O.S) tomcat proxy problem

2001-01-31 Thread shlomi sarfati
f spending hours on this not so complicated issue any help will be highly appreciated thanks shlomi sarfati - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

CallableStatement problem

2001-01-29 Thread shlomi sarfati
Hi every one I am using tomcat on windows 2000 and it is working good the problem is that I have a problem to execute a CallableStatement on my oracle 8.1.6 db I am getting an exception on the 'my+AF8-conn.prepareCall(xx)' is it a problem with the tomcat or am I doing something wrong ?

jdbc problem

2001-01-28 Thread shlomi sarfati
Hi I have a small problem with setting a connection to an oracle database every time that I start the tomcat with the following code I cant get the server to start this is the code within the server.xml : +ADw-RequestInterceptor className+AD0AIg-org.apache.tomcat.request.JDBCRealm+ACI-