----- Original Message -----
From: Tolga Temel <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, August 12, 1999 5:08 PM
Subject: how to move ASP/NT application to javaServlet/Unix ???
> we have inherited a large asp application
> which runs on NT platform and uses MS IIS/asp pages.
>
> we need to make this thing run on a UNIX
> web server with minimum code re-write.
>
> I worked with servlets before and I thought of
> making socket calls from a java servlet to a VB
> app server ( which can contain the existing business objects code on a NT
box)
> And hence get rid of asp and IIS on NT.
>
> What do you think? Any sugestions? Anybody went through
> similar pain?
>
> would you suggest a full code re-write?
>
Unless you can find an app that converts asp->jsp then you will have a
rewrite problem on your hands.
There are apps that convert asp to php3 (sorry, I don't have the link to
hand) which will allow you to
run the app on unix. There are also server extensions that will allow you
run asp on UNIX platforms (not
recommended however).
Any conversion you have will to do will entail rewrites in proportion to the
size of the app whichever route you take.
If you do decide to rewrite rather than attempt a convert (and if you are
using COM objects in your app you may have to regardless)
then you can move over to JSP (Java Server Pages). This will go someway to
minimising your rewrite costs. JSP supports the <% %> format
for separating server side and client side code (even <SCRIPT RUNAT=SERVER>
is supported)
Any further questions, mail me at [EMAIL PROTECTED]
Andy Bailey
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html