RE: Can tomcat do ASP in VBScript

2001-03-02 Thread Steve Toth

You say that you are using OpenBSD?  Which JVM are you using, I tried to
find one that was programmed for OpenBSD ( not using linux binaries ) where
is one?  Thanks

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




Re: Can tomcat do ASP in VBScript

2001-03-01 Thread Alex Fernández

Hi Shahed!

You can also translate them into PHP and serve them as such.

http://www.php.net/
http://www.linux-mag.com/online/php_01.html

I even read somewhere there's an automated translation that takes your ASP
site and spits out a PHP one. But cannot remember where.

Of course, PHP is not JSP; you don't get the scalability of a robust
Object-Oriented language. But I don't think you wanted that anyway.

Un saludo,

Alex.

Shahed Ali wrote:

 There a a number of products that "simulate/translate" asp code.
 Look at iasp from halcyonsoft and chiliasp from ??
 AFAIK, both run as servlets that act upon *.asp and parse their content,
 and interpret asp code into java methods calls.

 IASP even supported ADO calls.

 Best of Luck
 Shahed

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


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




Can tomcat do ASP in VBScript

2001-02-28 Thread mike thomas

Hi all

I know this is probably a stupid question to ask
"can tomcat serve up the competition's ASP pages
written in VBScript" but I have a good reason to
ask it. I am trying to repair a damaged IIS server
on NT4  and it is turning out to be a real pain. I
have already installed tomcat on the server and it
works just great. All future CGI stuff on this box
will be written in JSP.But for the moment there is
a bunch of ASP scripts that I want to run via
Tomcat.

Now I do know that IIS and Tomcat can work
together but to be honest I just want to dump IIS
completely and do everything with tomcat.

So back to my question, can tomcat serve up ASP
pages written in VBSCript?

Thanks

Michael Thomas


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




Re: Can tomcat do ASP in VBScript

2001-02-28 Thread Brett W. McCoy

On Wed, 28 Feb 2001, mike thomas wrote:

 So back to my question, can tomcat serve up ASP
 pages written in VBSCript?

Nope.

-- Brett
 http://www.chapelperilous.net/~bmccoy/
---
The best man for the job is often a woman.


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




RE: Can tomcat do ASP in VBScript

2001-02-28 Thread Rodriguez Victor A.

Mike,

 I know this is probably a stupid question to ask
 "can tomcat serve up the competition's ASP pages
 written in VBScript" but I have a good reason to
 ask it. I am trying to repair a damaged IIS server
 on NT4  and it is turning out to be a real pain. I
 have already installed tomcat on the server and it
 works just great. All future CGI stuff on this box
 will be written in JSP.But for the moment there is
 a bunch of ASP scripts that I want to run via
 Tomcat.
 
 Now I do know that IIS and Tomcat can work
 together but to be honest I just want to dump IIS
 completely and do everything with tomcat.
 
 So back to my question, can tomcat serve up ASP
 pages written in VBSCript?

At he moment Tomcat only supports JSP. You can put Tomcat as a service, use
the filter in IIS (isapi_redir.dll) and IIS will serve ASP code and Tomcat
the JSP one. Once all you code has been ported to JSP you can thrown IIS and
use just Tomcat.

BTW, I'm using it this way in OpenBSD v2.7 and Mac OS 9 ... it was a no pain
installation, and smooth running (the Mac OS 9 is for my notepad Apple
PowerBook, and OpenBSD for my home server: an Intel Pentium 133 Mhz/80 MB
RAM).

Cheers.
-- 
Vctor A. Rodrguez ( http://www.bit-man.com.ar) 
Telefnica de Argentina - http://www.Telefonica.com.ar 
Tel. (54-11) 4333-7305 - Fax: (54-11) 4303-5586 int. 1680 

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




Re: Can tomcat do ASP in VBScript

2001-02-28 Thread Noah silva

I know Tomcat is strictly for Java, but I heard there is an apache module
to do Front-page extensions...  Perhaps this is slightly usefull?

 - noah silva

On Wed, 28 Feb 2001, mike thomas wrote:

 Hi all
 
 I know this is probably a stupid question to ask
 "can tomcat serve up the competition's ASP pages
 written in VBScript" but I have a good reason to
 ask it. I am trying to repair a damaged IIS server
...
 So back to my question, can tomcat serve up ASP
 pages written in VBSCript?
 
 Thanks
 
 Michael Thomas
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, email: [EMAIL PROTECTED]
 
 


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




Re: Can tomcat do ASP in VBScript

2001-02-28 Thread Shahed Ali

There a a number of products that "simulate/translate" asp code.
Look at iasp from halcyonsoft and chiliasp from ??
AFAIK, both run as servlets that act upon *.asp and parse their content,
and interpret asp code into java methods calls.

IASP even supported ADO calls.

Best of Luck
Shahed



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




RE: Can tomcat do ASP in VBScript

2001-02-28 Thread Rob Tanner

Halcyon makes a server called iASP which is an ASP server with VBScript 
and such.  However, it is actually a servlet and should run just fine under tomcat.  
Also, since it is a servlet, IIS and even windows is not 
a requirement.

-- Rob

--On Wednesday, February 28, 2001 06:00:41 PM -0300 "Rodriguez Victor A." 
[EMAIL PROTECTED] wrote:

 Mike,

 I know this is probably a stupid question to ask
 "can tomcat serve up the competition's ASP pages
 written in VBScript" but I have a good reason to
 ask it. I am trying to repair a damaged IIS server
 on NT4  and it is turning out to be a real pain. I
 have already installed tomcat on the server and it
 works just great. All future CGI stuff on this box
 will be written in JSP.But for the moment there is
 a bunch of ASP scripts that I want to run via
 Tomcat.

 Now I do know that IIS and Tomcat can work
 together but to be honest I just want to dump IIS
 completely and do everything with tomcat.

 So back to my question, can tomcat serve up ASP
 pages written in VBSCript?

 At he moment Tomcat only supports JSP. You can put Tomcat as a
 service, use the filter in IIS (isapi_redir.dll) and IIS will serve
 ASP code and Tomcat the JSP one. Once all you code has been ported to
 JSP you can thrown IIS and use just Tomcat.

 BTW, I'm using it this way in OpenBSD v2.7 and Mac OS 9 ... it was a
 no pain installation, and smooth running (the Mac OS 9 is for my
 notepad Apple PowerBook, and OpenBSD for my home server: an Intel
 Pentium 133 Mhz/80 MB RAM).

 Cheers.
 --
 Vctor A. Rodrguez ( http://www.bit-man.com.ar)
 Telefnica de Argentina - http://www.Telefonica.com.ar
 Tel. (54-11) 4333-7305 - Fax: (54-11) 4303-5586 int. 1680

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





   _ _ _ _   __ _ _ _ _
  /\_\_\_\_\/\_\ /\_\_\_\_\_\
 /\/_/_/_/_/   /\/_/ \/_/_/_/_/_/  QUIDQUID LATINE DICTUM SIT,
/\/_/__\/_/ __/\/_//\/_/  PROFUNDUM VIDITUR
   /\/_/_/_/_/ /\_\  /\/_//\/_/
  /\/_/ \/_/  /\/_/_/\/_//\/_/ (Whatever is said in Latin
  \/_/  \/_/  \/_/_/_/_/ \/_/  appears profound)

  Rob Tanner
  McMinnville, Oregon
  [EMAIL PROTECTED]


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