I am actually cringing as I write this email to the group.  My boss, who
doesn't really know or understand anything about web applications, has
decided to save some money on a JSP/Java web application that we have
developed as an intranet site, by setting up the site to run as an internet
site, but using Citrix to make it available to people outside the company.
Basically, there has been a sudden change in business plans, and our
intranet application is now going to have to run on the internet so that
this companies customers can access it via the web for the next 6 months.
So instead of buying another server and setting up an internet web server
with appropriate security, or better yet, leasing server space to host our
"now to become" internet web site, he has come up with the brilliant idea of
using Citrix to allow "outside the company" personnel run Internet Explorer,
and thus access our JSP/Java web application.

I have never worked with Citrix, but I have been told in the past that
applications like Citrix, which take a single user exe and make it available
for use across a network as a multi-user application, will work only with
exe's that are created as single threaded model exe's, such as Visual Basic
6.0 exe's.  I have tried to get him to understand that web applications are
NOT exe's, much less single threaded models, but with no success.  Since I
know very little about Citrix, does anyone out there have a better
understanding of what Citrix is and does, and can give me some insights as
to the potential problems that he may encounter trying to access a JSP/Java
web site using Citrix to run Internet Explorer?  Our site currently exists
on an NT 4.0 server, running JRUN 3.01 and IIS 4.0, and using SQLServer 7.0
on the backend.  Any advice that I can get to try and talk him out of this
REALLY bad idea would be appreciated.

Celeste

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com

Reply via email to