Re: Can not shotdown Tomcat server 4.1.24

2003-04-01 Thread Konrad Rusz
Hello.

Your Tomcat is started by Windows service and you cannot stop it using
'shutdown.bat' command. You have to type (in command prompt) net stop
"apache tomcat 4.1" - if it is, of course,  correct name for your Tomcat
service. Shutdown.bat command is used only if you started your Tomcat by
startup.bat command.

Regards,
Konrad Rusz


- Original Message -
From: "Jianqing Cao" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Tuesday, April 01, 2003 3:39 AM
Subject: Can not shotdown Tomcat server 4.1.24


>
> To whom it may concern,
>
> I have successfully downloaded and installed Tomcat4.1.24 version to my
> Window 2000 machine.Whenever I start up my machine it will start up
> automatically.
> I, however,  could not shutdown it by either clicking on the "Stop Tomcat"
> manu or typing command "shutdown" under %CATALINA_HOME%\bin diectory but
get
> the error information as following:
>
> Using CATALINA_BASE:   C:\Program Files\Apache Group\Tomcat 4.1
> Using CATALINA_HOME:   C:\Program Files\Apache Group\Tomcat 4.1
> Using CATALINA_TMPDIR: C:\Program Files\Apache Group\Tomcat 4.1\temp
> Using JAVA_HOME:   C:\jdk1.3.1_07
> Catalina.stop: java.net.ConnectException: Connection refused: connect
> java.net.ConnectException: Connection refused: connect
>at java.net.PlainSocketImpl.socketConnect(Native Method)
>at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:350)
>at
> java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:137)
>at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:124)
>at java.net.Socket.(Socket.java:268)
>at java.net.Socket.(Socket.java:95)
>at org.apache.catalina.startup.Catalina.stop(Catalina.java:581)
>at org.apache.catalina.startup.Catalina.execute(Catalina.java:402)
>at org.apache.catalina.startup.Catalina.process(Catalina.java:180)
>at java.lang.reflect.Method.invoke(Native Method)
>at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:203)
> .
>
> I using JDK1.3.1_07 version and add all jaxp-1.2.2 jar files to my
> LOCALCLASSPATH
> environment variable. Please tell me why?
>
> Thanks,
>
>
> JC
>
>
>
>
>
> _
> MSN 8 with e-mail virus protection service: 2 months FREE*
> http://join.msn.com/?page=features/virus
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: JK2 ISAPI Redirector 2.0.2 with IIS 5.0 produces excessivbe warnings

2003-03-18 Thread Konrad Rusz
Hello Robert.

If You want to stop jk2 logging in Windows Application Log, You ought to do
a few simple things:
the most important things are placed in 'workers2.properties' file. You
should
change entries 'LEVEL' and 'debug' whenever they are (e.g.: LEVEL=emerg;
debug=3  - if  You do not wish to see error, debug and info logs). The
values for 'debug' we
may find in 'jk_logger.h' file. There are:

 #define JK_LOG_DEBUG_LEVEL 0
 #define JK_LOG_INFO_LEVEL  1
 #define JK_LOG_ERROR_LEVEL 2
 #define JK_LOG_EMERG_LEVEL 3

 #define JK_LOG_DEBUG_VERB   "debug"
 #define JK_LOG_INFO_VERB"info"
 #define JK_LOG_ERROR_VERB   "error"
 #define JK_LOG_EMERG_VERB   "emerg"

It should works properly, although I tested only with values as these:
'LEVEL=ERROR' and 'debug=2' (I see, of course, only error logs in Windows
Application Log). Try to add this value:
"logLevel"="emerg"
into Your registry keys [HKEY_LOCAL_MACHINE\SOFTWARE\Apache Software
Foundation\Jakarta Isapi Redirector\2.0]
but in my case it was not needed.

All the best,
Konrad Rusz



- Original Message -
From: "Robert Biernat" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, March 18, 2003 9:51 AM
Subject: JK2 ISAPI Redirector 2.0.2 with IIS 5.0 produces excessivbe
warnings


> Hi,
>
> Just updated my system to use the following config:
>
> Tomcat 4.1.18 (Running as Win2K Service)
> JK2 ISAPI Redirector 2.0.2
> IIS 5.0
> JDK 1.4.1_02
> Win2K SP3
>
> I have successfully managed to get IIS to talk to tomcat ok using the
latest
> ISAPI redirector. However after examining the event log I'm getting heeps
> and heeps of warnings generated by the "Apache JK Connector 2". The
warnings
> are pretty consistent and always appear in groups of 3 that inlcude the
> following:
>
> Error: [jk_worker_ajp13.c (416)]: ajp13.service() ajpGetReply recoverable
> error 12
>
> Error: [jk_workerEnv.c (482)]: workerEnv.processCallbacks() Error reading
> reply
>
> Error: [jk_channel_socket.c (557)]: channelSocket.receive(): Error
receiving
> message body -1 0
>
> Is this something I should be worrying about? If so how can i stop the
> redirector from logging these to the event log?
>
> Thanks
>
> Rob
>


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: run tomcat 4.0.3 as service

2003-03-12 Thread Konrad Rusz
Hello.

Look at the site: http://www.vacodi.com/howto/tomcat/iisnt/index.html and
download needed files or install Tomcat 4.1.18 - this version installing
that service automatically.
I have a good idea to You, please do not send e-mail in HTML format but as a
plain text.

Regards,
Konrad Rusz


- Original Message -
From: Mariola Nowski
To: [EMAIL PROTECTED]
Sent: Wednesday, March 12, 2003 11:11 AM
Subject: run tomcat 4.0.3 as service



Hello,

I would create an automatic startup/shutdown service on window 2000 server
for tomcat 4.0.3 standalone. Some sources refer to a JSPService
(jsplauncher), but I can't download it from
http://members.nbci.com/yy_sun/jsplauncher/index.html.

It would be very friendly, if someone could help me.

Thanks
Mariola Nowski


__
Wenn POP für Sie mehr als nur Musik ist. Senden Sie Ihre SMS direkt aus
Outlook oder Netscape! http://freemail.web.de/features/?mc=021177


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Installing Tomcat as a server on IIS

2003-03-12 Thread Konrad Rusz
Hello Herbert.

Which version of Tomcat have You installed Your W2K Advanced Server on. If
You have version 4.1.18 of Tomcat it should work smoothly (because service
'Apache Tomcat 4.1' is installing atomatically :-), but if You use older
version than 4.1.18 You must add service yourself. In version 4.1.12 I had
no problems with it. Maybe try to use one of those versions if You are not
using now.

Best regards,
Konrad Rusz



- Original Message -
From: "Herb Stelzer" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: "Barbara Mayza" <[EMAIL PROTECTED]>; "Derek Moyer"
<[EMAIL PROTECTED]>
Sent: Tuesday, March 11, 2003 10:10 PM
Subject: Installing Tomcat as a server on IIS


To whom this may concern,

I am attempting to install Tomcat as a service on a Windows 2000 advanced
server. We have successfully created the service but when attempting to
start the service an error is thrown, ?

Could Not start the Spellchecker(our name for the Service) service on Local
Computer.

Error 1067: The process terminated unexpectedly.

We are using java sdk 1.2.2.

Below is the text written to the jvm.stderr file in the logs folder under
the jakarta folder.

Your help is greatly appreciated.

Herbert F. Stelzer III
Sungard Pentamation


java.lang.NoClassDefFoundError: org/xml/sax/HandlerBase
at java.lang.ClassLoader.defineClass0(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:471)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:103)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:242)
at java.net.URLClassLoader.access$1(URLClassLoader.java:210)
at java.net.URLClassLoader$1.run(URLClassLoader.java:191)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:185)
at java.lang.ClassLoader.loadClass(ClassLoader.java:292)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:279)
at java.lang.ClassLoader.loadClass(ClassLoader.java:249)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:308)
at org.apache.tomcat.startup.Tomcat.execute(Tomcat.java:168)
at org.apache.tomcat.startup.Tomcat.main(Tomcat.java:240)
Exception in thread "main"


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Tomcat 4 and IIS 5

2003-03-12 Thread Konrad Rusz
Hello.

You ought to type proper entries in two files: 'uriworkermap.properties' and
'web.xml' (that file is placed in %CATALINA_HOME%\webapps\ROOT\WEB-INF
directory). In these files You should  type what do You want redirect to
Tomcat, for instance:
if we wish redirect the whole contents under URL:
http://www.test.it/servlet/ we must do:
1. in Site (in IIS) that serve URL: www.test.it  we adding Virtual Site
which name is 'jakarta' (we have to set path for 'jakarta' to directory when
we put our 'isapi_redirect.dll');
2. in 'uriworkermap.properties' we must type something as this:
#
# Default worker to be used through our mappings
#
default.worker=ajp13

#
# Sites to be redirected to Tomcat
#
/examples=$(default.worker)
/examples/*=$(default.worker)
/servlet/*=$(default.worker)

3. in web.xml we must type:



http://java.sun.com/dtd/web-app_2_3.dtd";>



 
invoker
/servlet/*




4. restart Your Tomcat and IIS, of course.

Good luck and regards,
Konrad Rusz


- Original Message -
From: "Gigi" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, March 12, 2003 9:27 AM
Subject: Tomcat 4 and IIS 5


Dear Sirs, I'm trying to configure Tomcat to run under IIS and to solve my
domain without ":8080"

I installed correctly the isapi_redirector.dll and installed under IIS, I
configured workers.properties and uriworkermap.properties but the system
doesn't solve the Java scripting. If I write the same directory with ":8080"
everything it's ok.
The problem is present also for the tomcat examples page.

Could you please help me?

Thanks
Emanuele

--

  Emanuele Boccaletti
  - ITALY -



--

  Guerra grande nessuno fa...

--





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Tutorial about tomcat

2003-03-06 Thread Konrad Rusz
Hi Marcelo.

Look at this site:
http://www.moreservlets.com/Using-Tomcat-4.html#Introduction it is very good
tutorial about installing and configuring Tomcat.

Good luck,
Konrad Rusz


- Original Message -
From: "Marcelo" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <[EMAIL PROTECTED]>
Sent: Thursday, March 06, 2003 1:45 PM
Subject: Tutorial about tomcat


> Hi. Does anybody know a good tutorial about the
> installation of the new version of tomcat? Would be
> good a tutorial out of the site of jakarta because I
> did not find there the answer.
>  Thank you.
>
>  Marcelo.
>
> ___
> Busca Yahoo!
> O serviço de busca mais completo da Internet. O que você pensar o Yahoo!
encontra.
> http://br.busca.yahoo.com/
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Stop logging from isapi_redirector2.dll

2003-03-05 Thread Konrad Rusz
Hi Jay.

I think I have not the problem, because It was no problem with
'isapi_redirector2.dll' but with my 'workers2.properties' file. In order to
it works properly we need edit that file very carefully. Our entry
"logLevel" in Windows registry is no matter, we can even delete it. The most
important things are in 'workers2.properties' file. We ought to change
entries 'LEVEL' and 'debug' whenever they are (e.g.: LEVEL=ERROR; debug=2  -
if we wish to see error logs only). The values for 'debug' we may find in
'jk_logger.h' file. There are:
#define JK_LOG_DEBUG_LEVEL 0
#define JK_LOG_INFO_LEVEL  1
#define JK_LOG_ERROR_LEVEL 2
#define JK_LOG_EMERG_LEVEL 3

#define JK_LOG_DEBUG_VERB   "debug"
#define JK_LOG_INFO_VERB"info"
#define JK_LOG_ERROR_VERB   "error"
#define JK_LOG_EMERG_VERB   "emerg"

It is working very well now.

Special thanks for Rick Bullotta. This man helped me resolved my problem.
Thanks and best regards.

Konrad Rusz



- Original Message -
From: "Konrad Rusz" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <[EMAIL PROTECTED]>
Sent: Wednesday, March 05, 2003 9:45 AM
Subject: Re: Stop logging from isapi_redirector2.dll


> Hello Jay.
>
> Thanks a lot. I will give it a trial. However I did not find 'jk_util.c'
in
> 'native2' source directory, but it is in 'native' directory only. File
> 'jk_logger.h' in 'native' directory has the same entries (almost) as that
in
> 'native2' directory, e.g.:
>
> 'jk_logger.h' from 'native' directory:
>
> #define JK_LOG_DEBUG_LEVEL   0
> #define JK_LOG_INFO_LEVEL1
> #define JK_LOG_ERROR_LEVEL   2
> #define JK_LOG_EMERG_LEVEL   3
> #define JK_LOG_REQUEST_LEVEL 4
>
> #define JK_LOG_DEBUG_VERB   "debug"
> #define JK_LOG_INFO_VERB"info"
> #define JK_LOG_ERROR_VERB   "error"
> #define JK_LOG_EMERG_VERB   "emerg"
>
> #define JK_LOG_DEBUG   __FILE__,__LINE__,JK_LOG_DEBUG_LEVEL
> #define JK_LOG_INFO__FILE__,__LINE__,JK_LOG_INFO_LEVEL
> #define JK_LOG_ERROR   __FILE__,__LINE__,JK_LOG_ERROR_LEVEL
> #define JK_LOG_EMERG   __FILE__,__LINE__,JK_LOG_EMERG_LEVEL
> #define JK_LOG_REQUEST __FILE__,0,JK_LOG_REQUEST_LEVEL
>
>
> 'jk_logger.h' from 'native2' directory:
>
> #define JK_LOG_DEBUG_LEVEL 0
> #define JK_LOG_INFO_LEVEL  1
> #define JK_LOG_ERROR_LEVEL 2
> #define JK_LOG_EMERG_LEVEL 3
>
> #define JK_LOG_DEBUG_VERB   "debug"
> #define JK_LOG_INFO_VERB"info"
> #define JK_LOG_ERROR_VERB   "error"
> #define JK_LOG_EMERG_VERB   "emerg"
>
> #define JK_LOG_DEBUG __FILE__,__LINE__,JK_LOG_DEBUG_LEVEL
> #define JK_LOG_INFO  __FILE__,__LINE__,JK_LOG_INFO_LEVEL
> #define JK_LOG_ERROR __FILE__,__LINE__,JK_LOG_ERROR_LEVEL
> #define JK_LOG_EMERG __FILE__,__LINE__,JK_LOG_EMERG_LEVEL
>
> int jk2_logger_file_parseLogLevel(struct jk_env *env, const char
> *level);
>
>
> Tell me please, what do You consider of this situation.
> I have no too much expirience in compilation .dll libraries (especially
> isapi_redirector2.dll and C at all), therefore I'm asking You a help.
>
>
> Thank You once again and my best regards,
> Konrad Rusz
>
>
>
> - Original Message -
> From: "Jay Lee" <[EMAIL PROTECTED]>
> To: "'Tomcat Users List'" <[EMAIL PROTECTED]>
> Sent: Tuesday, March 04, 2003 8:43 PM
> Subject: RE: Stop logging from isapi_redirector2.dll
>
>
> > There is a sure way to fix this.  Downloand the jk2 source code from
web.
> > You need visual studio 6.0.
> > I just took a look of isapi_redirector2.dll a few of days ago.  I
> remembered
> > that the structure is close to   isapi_redirector.dll.  Therefore, you
> > should find followings:
> > 1)Open "jk_logger.h", you will find debug is set to 0 and emerg is set
to
> 3.
> > You can try to change these value to a negative number first.
> > 2)"Log" API are at "jk_util.c". If previous try is not working, there
> should
> > be a bug there.
> > Rebuild the application is very simple.  Give it a try.
> > By the way, I was looking isapi_redirector.dll using winsock2.  However
it
> > is still using winsock 1.1.  I think that I have to implement myself.
> >
> > good luck.
> > jay
> >
> > -Original Message-
> > From: Konrad Rusz [mailto:[EMAIL PROTECTED]
> > Sent: Tuesday, March 04, 2003 6:22 

Re: Stop logging from isapi_redirector2.dll

2003-03-05 Thread Konrad Rusz
Hello Jay.

Thanks a lot. I will give it a trial. However I did not find 'jk_util.c' in
'native2' source directory, but it is in 'native' directory only. File
'jk_logger.h' in 'native' directory has the same entries (almost) as that in
'native2' directory, e.g.:

'jk_logger.h' from 'native' directory:

#define JK_LOG_DEBUG_LEVEL   0
#define JK_LOG_INFO_LEVEL1
#define JK_LOG_ERROR_LEVEL   2
#define JK_LOG_EMERG_LEVEL   3
#define JK_LOG_REQUEST_LEVEL 4

#define JK_LOG_DEBUG_VERB   "debug"
#define JK_LOG_INFO_VERB"info"
#define JK_LOG_ERROR_VERB   "error"
#define JK_LOG_EMERG_VERB   "emerg"

#define JK_LOG_DEBUG   __FILE__,__LINE__,JK_LOG_DEBUG_LEVEL
#define JK_LOG_INFO__FILE__,__LINE__,JK_LOG_INFO_LEVEL
#define JK_LOG_ERROR   __FILE__,__LINE__,JK_LOG_ERROR_LEVEL
#define JK_LOG_EMERG   __FILE__,__LINE__,JK_LOG_EMERG_LEVEL
#define JK_LOG_REQUEST __FILE__,0,JK_LOG_REQUEST_LEVEL


'jk_logger.h' from 'native2' directory:

#define JK_LOG_DEBUG_LEVEL 0
#define JK_LOG_INFO_LEVEL  1
#define JK_LOG_ERROR_LEVEL 2
#define JK_LOG_EMERG_LEVEL 3

#define JK_LOG_DEBUG_VERB   "debug"
#define JK_LOG_INFO_VERB"info"
#define JK_LOG_ERROR_VERB   "error"
#define JK_LOG_EMERG_VERB   "emerg"

#define JK_LOG_DEBUG __FILE__,__LINE__,JK_LOG_DEBUG_LEVEL
#define JK_LOG_INFO  __FILE__,__LINE__,JK_LOG_INFO_LEVEL
#define JK_LOG_ERROR __FILE__,__LINE__,JK_LOG_ERROR_LEVEL
#define JK_LOG_EMERG __FILE__,__LINE__,JK_LOG_EMERG_LEVEL

int jk2_logger_file_parseLogLevel(struct jk_env *env, const char
*level);


Tell me please, what do You consider of this situation.
I have no too much expirience in compilation .dll libraries (especially
isapi_redirector2.dll and C at all), therefore I'm asking You a help.


Thank You once again and my best regards,
Konrad Rusz



- Original Message -
From: "Jay Lee" <[EMAIL PROTECTED]>
To: "'Tomcat Users List'" <[EMAIL PROTECTED]>
Sent: Tuesday, March 04, 2003 8:43 PM
Subject: RE: Stop logging from isapi_redirector2.dll


> There is a sure way to fix this.  Downloand the jk2 source code from web.
> You need visual studio 6.0.
> I just took a look of isapi_redirector2.dll a few of days ago.  I
remembered
> that the structure is close to   isapi_redirector.dll.  Therefore, you
> should find followings:
> 1)Open "jk_logger.h", you will find debug is set to 0 and emerg is set to
3.
> You can try to change these value to a negative number first.
> 2)"Log" API are at "jk_util.c". If previous try is not working, there
should
> be a bug there.
> Rebuild the application is very simple.  Give it a try.
> By the way, I was looking isapi_redirector.dll using winsock2.  However it
> is still using winsock 1.1.  I think that I have to implement myself.
>
> good luck.
> jay
>
> -Original Message-
> From: Konrad Rusz [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, March 04, 2003 6:22 AM
> To: Tomcat Users List
> Subject: Re: Stop logging from isapi_redirector2.dll
>
>
> Hello Jay.
>
> Thanks for Your help but it doesn't work still. If You will be know how
can
> I resolve my problem, please contact me.
>
> My best regards,
> Konrad Rusz
>
>
> - Original Message -
> From: "Jay Lee" <[EMAIL PROTECTED]>
> To: "'Tomcat Users List'" <[EMAIL PROTECTED]>
> Sent: Monday, March 03, 2003 7:14 PM
> Subject: RE: Stop logging from isapi_redirector2.dll
>
>
> > "emerg" should work and it worked on isapi_redirector.dll.
> > Could you try to take out
> > "logFile"="C:\\jakarta-tomcat\\logs\\iis_redirector2.log"?
> > If that doen't work, you need to download  isapi_redirector2.dll source
> > codes and fix it yourself.
> >
> > -Original Message-
> > From: Konrad Rusz [mailto:[EMAIL PROTECTED]
> > Sent: Monday, March 03, 2003 2:52 AM
> > To: Tomcat Users List
> > Subject: Stop logging from isapi_redirector2.dll
> >
> >
> > Hi everyone.
> >
> > I have a problem. I have connected IIS 5.0 and Tomcat 4.1.18. I use JK2
> and
> > I cannot stop logging events in Windows Application Log from
> > isapi_redirector2.dll. I have added reg key as follow (in Windows 2000
> > Server SP3):
> >
> > [HKEY_LOCAL_MACHINE\SOFTWARE\Apache Software Foundation\Jakarta Isapi
> > Redirector\2.0]
> > "serverRoot"="C:\\jakarta-tomcat"
> > "extensionUri"="/jakarta/isapi_redirector2.dll"
> > "workersFile"="C:\\jakarta-tomcat\\conf\\workers2.properties"
> > "authComplete"="0"
> > "threadPool"="20"
> > "logFile"="C:\\jakarta-tomcat\\logs\\iis_redirector2.log"
> > "logLevel"="ERROR"
> >
> > I tied typed different parameters in "logLevel", such as: "ERROR",
> "DEBUG",
> > "INFO", "emerg". Unfortunatelly it does not work.
> >
> > Can You have any ideas how can I resolve my problem?
> >
> > Best regards,
> > Konrad Rusz




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Stop logging from isapi_redirector2.dll

2003-03-04 Thread Konrad Rusz
I do it many times. It doesn't work.

Konrad Rusz



- Original Message - 
From: "Varley, Roger" <[EMAIL PROTECTED]>
To: "'Tomcat Users List'" <[EMAIL PROTECTED]>
Sent: Tuesday, March 04, 2003 4:05 PM
Subject: RE: Stop logging from isapi_redirector2.dll


> 
> 
> > -Original Message-
> > From: Konrad Rusz [mailto:[EMAIL PROTECTED]
> > Sent: 04 March 2003 14:22
> > To: Tomcat Users List
> > Subject: Re: Stop logging from isapi_redirector2.dll
> > 
> > 
> > Hello Jay.
> > 
> > Thanks for Your help but it doesn't work still. If You will 
> > be know how can
> > I resolve my problem, please contact me.
> 
> At the risk of asking the obvious, did you shut down the IIS ("World Wide
> Publishing Service") service via the control panel after changing the
> registry and then restarting it?
> 
> Regards
> Roger.
> 
> 
> 
> > 
> > - Original Message -
> > From: "Jay Lee" <[EMAIL PROTECTED]>
> > To: "'Tomcat Users List'" <[EMAIL PROTECTED]>
> > Sent: Monday, March 03, 2003 7:14 PM
> > Subject: RE: Stop logging from isapi_redirector2.dll
> > 
> > 
> > > "emerg" should work and it worked on isapi_redirector.dll.
> > > Could you try to take out
> > > "logFile"="C:\\jakarta-tomcat\\logs\\iis_redirector2.log"?
> > > If that doen't work, you need to download  
> > isapi_redirector2.dll source
> > > codes and fix it yourself.
> > >
> > > -Original Message-
> > > From: Konrad Rusz [mailto:[EMAIL PROTECTED]
> > > Sent: Monday, March 03, 2003 2:52 AM
> > > To: Tomcat Users List
> > > Subject: Stop logging from isapi_redirector2.dll
> > >
> > >
> > > Hi everyone.
> > >
> > > I have a problem. I have connected IIS 5.0 and Tomcat 
> > 4.1.18. I use JK2
> > and
> > > I cannot stop logging events in Windows Application Log from
> > > isapi_redirector2.dll. I have added reg key as follow (in 
> > Windows 2000
> > > Server SP3):
> > >
> > > [HKEY_LOCAL_MACHINE\SOFTWARE\Apache Software 
> > Foundation\Jakarta Isapi
> > > Redirector\2.0]
> > > "serverRoot"="C:\\jakarta-tomcat"
> > > "extensionUri"="/jakarta/isapi_redirector2.dll"
> > > "workersFile"="C:\\jakarta-tomcat\\conf\\workers2.properties"
> > > "authComplete"="0"
> > > "threadPool"="20"
> > > "logFile"="C:\\jakarta-tomcat\\logs\\iis_redirector2.log"
> > > "logLevel"="ERROR"
> > >
> > > I tied typed different parameters in "logLevel", such as: "ERROR",
> > "DEBUG",
> > > "INFO", "emerg". Unfortunatelly it does not work.
> > >
> > > Can You have any ideas how can I resolve my problem?
> > >
> > > Best regards,
> > > Konrad Rusz
> > >
> > >
> > > 
> > -
> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, e-mail: [EMAIL PROTECTED]
> > >
> > 
> > 
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Stop logging from isapi_redirector2.dll

2003-03-04 Thread Konrad Rusz
Hello Jay.

Thanks for Your help but it doesn't work still. If You will be know how can
I resolve my problem, please contact me.

My best regards,
Konrad Rusz


- Original Message -
From: "Jay Lee" <[EMAIL PROTECTED]>
To: "'Tomcat Users List'" <[EMAIL PROTECTED]>
Sent: Monday, March 03, 2003 7:14 PM
Subject: RE: Stop logging from isapi_redirector2.dll


> "emerg" should work and it worked on isapi_redirector.dll.
> Could you try to take out
> "logFile"="C:\\jakarta-tomcat\\logs\\iis_redirector2.log"?
> If that doen't work, you need to download  isapi_redirector2.dll source
> codes and fix it yourself.
>
> -Original Message-
> From: Konrad Rusz [mailto:[EMAIL PROTECTED]
> Sent: Monday, March 03, 2003 2:52 AM
> To: Tomcat Users List
> Subject: Stop logging from isapi_redirector2.dll
>
>
> Hi everyone.
>
> I have a problem. I have connected IIS 5.0 and Tomcat 4.1.18. I use JK2
and
> I cannot stop logging events in Windows Application Log from
> isapi_redirector2.dll. I have added reg key as follow (in Windows 2000
> Server SP3):
>
> [HKEY_LOCAL_MACHINE\SOFTWARE\Apache Software Foundation\Jakarta Isapi
> Redirector\2.0]
> "serverRoot"="C:\\jakarta-tomcat"
> "extensionUri"="/jakarta/isapi_redirector2.dll"
> "workersFile"="C:\\jakarta-tomcat\\conf\\workers2.properties"
> "authComplete"="0"
> "threadPool"="20"
> "logFile"="C:\\jakarta-tomcat\\logs\\iis_redirector2.log"
> "logLevel"="ERROR"
>
> I tied typed different parameters in "logLevel", such as: "ERROR",
"DEBUG",
> "INFO", "emerg". Unfortunatelly it does not work.
>
> Can You have any ideas how can I resolve my problem?
>
> Best regards,
> Konrad Rusz
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Stop logging from isapi_redirector2.dll

2003-03-03 Thread Konrad Rusz
Hi everyone.

I have a problem. I have connected IIS 5.0 and Tomcat 4.1.18. I use JK2 and
I cannot stop logging events in Windows Application Log from
isapi_redirector2.dll. I have added reg key as follow (in Windows 2000
Server SP3):

[HKEY_LOCAL_MACHINE\SOFTWARE\Apache Software Foundation\Jakarta Isapi
Redirector\2.0]
"serverRoot"="C:\\jakarta-tomcat"
"extensionUri"="/jakarta/isapi_redirector2.dll"
"workersFile"="C:\\jakarta-tomcat\\conf\\workers2.properties"
"authComplete"="0"
"threadPool"="20"
"logFile"="C:\\jakarta-tomcat\\logs\\iis_redirector2.log"
"logLevel"="ERROR"

I tied typed different parameters in "logLevel", such as: "ERROR", "DEBUG",
"INFO", "emerg". Unfortunatelly it does not work.

Can You have any ideas how can I resolve my problem?

Best regards,
Konrad Rusz


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Tomcat 4.1.18 - IIS 5.0 plugin

2003-02-26 Thread Konrad Rusz
Hi Johannes,

Check Your configuration steps with these under this link:
http://www.vacodi.com/howto/tomcat/iisnt/index.html (instead of  Tomcat
4.0.1 You oght to use Your Tomcat 4.1.18). You should chek most of all Your
registry key [HKEY_LOCAL_MACHINE\SOFTWARE\Apache Software Foundation\Jakarta
Isapi Redirector\1.0] once again. Check 'workers.properties' file as well.
It should to help get Yourself out of this trouble.

Good luck,
Konrad Rusz



- Original Message -
From: "Johannes Fiala" <[EMAIL PROTECTED]>
To: "'Tomcat Users List'" <[EMAIL PROTECTED]>
Sent: Wednesday, February 26, 2003 12:01 AM
Subject: Tomcat 4.1.18 - IIS 5.0 plugin


> hi there,
>
> I just tried to get the IIS JK2 running using
> Tomcat 4.1.18 with JK isapi 2.0.2 and IIS 5.0 (Win 2000 Professional)
>
> I added the registry entries correctly (no error in event viewer)
> according to the howto.
> I created the virtual directory jakarta which displays the entry
> isapi_redirect.dll correctly.
> However, after I stop and start IIS 5.0 the ISAPI Filter shows the red
> arrow down.
>
> The log file I specified in the registry entry log_file is simplest, but
> there is no log file showing up (c:\isapi.log).
>
> Any ideas on where I have to look at for errors?
>
> thx alot
> Johannes Fiala


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Tomcat and Virtual Sites in IIS

2003-02-24 Thread Konrad Rusz
Hi.

Thank You very much for Your help. It is working very well. I did it
earlier, but I forgot restart IIS and I couldn't connect to Tomcat by means
of redirect.dll. This is my fault.

Thanks and have a nice day.
Konrad



- Original Message -
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, February 24, 2003 7:46 AM
Subject: RE: Tomcat and Virtual Sites in IIS


> Morning!
>
> In your uriworkermap.properties ( if you use jk - redirect.dll), needs to
> type /oponyzimowe/*.jsp=$(yourworke.worker) so isapi redirector will be
able
> to redirect all request for this url into Tomcat.
>
> 
> BeSt ReGaRdS level0 icq#155042687
> -----Original Message-
> From: Konrad Rusz [mailto:[EMAIL PROTECTED]
> Sent: Saturday, February 22, 2003 12:29 PM
> To: Tomcat Users List
> Subject: Tomcat and Virtual Sites in IIS
>
> Hi.
> I have one question. I'm trying to configure Tomcat 4.1.12 to work with
> IIS 5.0. All of my settings work properly, but I can't configure IIS
> Virtual Sites to serve .jsp pages by means of Tomcat (I have configured
> site in IIS - this site name is sklep.zlp.pl, and I have configured
> virtual directory naming 'oponyzimowe' under this site; I have
> configured virtual directory naming 'jakarta' under this site as well).
> I think it is correct, because when I connect over Internet to site
> http://sklep.zlp.pl/examples I can see that my Tomcat work and I be able
> to execute examples servlets and .jsp pages. However, if I try to
> connect over the Internet to the site
> http://sklep.zlp.pl/oponyzimowe/examples I see the IIS Error 404 - File
> Not Found. How can I configure my Tomcat and IIS to work with IIS
> Virtual Sites? If You have some idea please contact me.
>
> Konrad Rusz
> e-mail: [EMAIL PROTECTED]
>
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Tomcat and Virtual Sites in IIS

2003-02-22 Thread Konrad Rusz
Hi.
I have one question. I'm trying to configure Tomcat 4.1.12 to work with 
IIS 5.0. All of my settings work properly, but I can't configure IIS 
Virtual Sites to serve .jsp pages by means of Tomcat (I have configured
site in IIS - this site name is sklep.zlp.pl, and I have configured
virtual directory naming 'oponyzimowe' under this site; I have
configured virtual directory naming 'jakarta' under this site as well).
I think it is correct, because when I connect over Internet to site
http://sklep.zlp.pl/examples I can see that my Tomcat work and I be able
to execute examples servlets and .jsp pages. However, if I try to
connect over the Internet to the site
http://sklep.zlp.pl/oponyzimowe/examples I see the IIS Error 404 - File
Not Found. How can I configure my Tomcat and IIS to work with IIS
Virtual Sites? If You have some idea please contact me.

Konrad Rusz
e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Tomcat and Virtual Sites in IIS

2003-02-21 Thread Konrad Rusz
Hi.
I have one question. I'm trying to configure Tomcat 4.1.12 to work with 
IIS 5.0. All of my settings work properly, but I can't configure IIS 
Virtual Sites to serve .jsp pages by means of Tomcat (I have configured
site in IIS - this site name is sklep.zlp.pl, and I have configured
virtual directory naming 'oponyzimowe' under this site; I have
configured virtual directory naming 'jakarta' under this site as well).
I think it is correct, because when I connect over Internet to site
http://sklep.zlp.pl/examples I can see that my Tomcat work and I be able
to execute examples servlets and .jsp pages. However, if I try to
connect over the Internet to the site
http://sklep.zlp.pl/oponyzimowe/examples I see the IIS Error 404 - File
Not Found. How can I configure my Tomcat and IIS to work with IIS
Virtual Sites? If You have some idea please contact me.

Konrad Rusz
e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]