My First Contribution...

2001-06-15 Thread Peter Horne

Hi...

I'm not sure if any others have looked at what's
required to automate the install of the ISAPI filter
on IIS/Win2k - by the time I'd finished understanding
the IIS metabase I'd completed the attached vb script.
 It does all the required metabase additions/changes
to install both as filter and an extension (the dll
does both) by creating a virtual directory and setting
all the appropriate attributes.

I've tested it pretty thouroughly - I'd appreciate any
feedback (good/bad/indifferent).

I've also got a windows installer in progress that
does it all as well - anyone interested?

Cheers...Pete

 Tomcat ISAPI Redirector Installation Utility
 usage: isapi_install server fdir worker mount
log level
server: The Web Server Name
fdir:   the full path to the directory that
contains the isapi filter
worker: Full path and file name of the worker
properties file
mount:  Full path and file name of the worker
mount properties file
log:Full path and file name of the log
file
level:  The log level emerg | info
 (Re-runs are ok and will change/reset settings)

=
Peter S. Horne   
[EMAIL PROTECTED]

To know and not to do is not to know



Do You Yahoo!?
Get your free @yahoo.co.uk address at http://mail.yahoo.co.uk
or your free @yahoo.ie address at http://mail.yahoo.ie



Fwd: My First Contribution...

2001-06-15 Thread Peter Horne

And like a true genius I forgot to attach the
script...

BTW - on most machines the web Server Name is Default
Web Site and you have to use quotes.

Pete
--- Peter Horne [EMAIL PROTECTED] wrote:  From
Peter Horne Thu Jun 14 23:27:42 2001
 Received: from [210.8.224.2] by
 web13507.mail.yahoo.com; Thu, 14 Jun 2001 23:27:42
 BST
 Date: Thu, 14 Jun 2001 23:27:42 +0100 (BST)
 From: Peter Horne [EMAIL PROTECTED]
 Subject: My First Contribution...
 To: [EMAIL PROTECTED]
 MIME-Version: 1.0
 Content-Type: text/plain; charset=iso-8859-1
 Content-Transfer-Encoding: 8bit
 Content-Length: 1466
 
 Hi...
 
 I'm not sure if any others have looked at what's
 required to automate the install of the ISAPI filter
 on IIS/Win2k - by the time I'd finished
 understanding
 the IIS metabase I'd completed the attached vb
 script.
  It does all the required metabase additions/changes
 to install both as filter and an extension (the dll
 does both) by creating a virtual directory and
 setting
 all the appropriate attributes.
 
 I've tested it pretty thouroughly - I'd appreciate
 any
 feedback (good/bad/indifferent).
 
 I've also got a windows installer in progress that
 does it all as well - anyone interested?
 
 Cheers...Pete
 
  Tomcat ISAPI Redirector Installation Utility
  usage: isapi_install server fdir worker
 mount
 log level
 server: The Web Server Name
 fdir:   the full path to the directory that
 contains the isapi filter
 worker: Full path and file name of the
 worker
 properties file
 mount:  Full path and file name of the
 worker
 mount properties file
 log:Full path and file name of the log
 file
 level:  The log level emerg | info
  (Re-runs are ok and will change/reset settings)
 
 =
 Peter S. Horne   
 [EMAIL PROTECTED]
 
 To know and not to do is not to know
 
 


 Do You Yahoo!?
 Get your free @yahoo.co.uk address at
 http://mail.yahoo.co.uk
 or your free @yahoo.ie address at
 http://mail.yahoo.ie
 


=
Peter S. Horne   
[EMAIL PROTECTED]

To know and not to do is not to know



Do You Yahoo!?
Get your free @yahoo.co.uk address at http://mail.yahoo.co.uk
or your free @yahoo.ie address at http://mail.yahoo.ie
attachment: isapi_install.vbs


Contribution

2001-06-12 Thread Peter Horne

Hi...

I have been doing a lot with Tomcat on IIS and have
developed a fair bit of Win2K deployment scripting and
SMS installers so I can deploy it into a production
environment in a managed fashion.  I would like to
contribute these, and would also like to get involved
on the refinement of the server in areas specific to
corporate deployment (my area of expertise)...

I've read the developer area - not sure how to hook
in... can someone let me know what to do?

Thanks...Pete

=
Peter S. Horne   
[EMAIL PROTECTED]

To know and not to do is not to know



Do You Yahoo!?
Get your free @yahoo.co.uk address at http://mail.yahoo.co.uk
or your free @yahoo.ie address at http://mail.yahoo.ie