[mapguide-users] How to use Java (JSP) development with IIS

Maksim Sestic max at geoinova.com
Mon Sep 8 08:13:29 EDT 2008


Carl,

.NET did include J#, actually - VS2005 shipped with J# support. However, as
far as I know, VS2008 doesn't ship with J# support. IMHO, J# made porting
native Java code to .NET quite easy.

-----Original Message-----
From: mapguide-users-bounces at lists.osgeo.org
[mailto:mapguide-users-bounces at lists.osgeo.org] On Behalf Of Carl Jokl
Sent: Monday, September 08, 2008 14:07
To: mapguide-users at lists.osgeo.org
Subject: Re: [mapguide-users] How to use Java (JSP) development with IIS




inspiron2 wrote:
> 
> For MapGuide, I want to use IIS server v6.0 (Windows 2003), but 
> instead of using PHP or .NET, I want to use Java (JSP) as my 
> development language. I noticed that for IIS, the "default" languages 
> are only PHP or .NET. How do I enable it for Java (tomcat, etc) as well?
> 
> thanks very much your help.
> 

*Changes into his finest Java T-Shirt*

I believe that what you are trying to do is fundamentally not possible. IIS
is only capable of running .Net bases languages. Java and .Net are arch
rivals so unsurprisingly IIS does not support running Java. Apache web
server is capable of doing both by using modj for Java (which is
unfortunally and absolute pain to install and configure) and another pluggin
for mono. 

I am not sure why you would wish to run IIS anyway if you have Tomcat and
are going to be developing in Java. Tomcat should be able to stand on its
own delivering web content either statically or from Java. If Tomcat is not
high enough calbre for your need then you might want to use a commercial
Servlet Container you might look at something like IBM Websphere though
unlike Tomcat this is not free.

It is true that .Net includes J# which was a natural progression from J++.
This is based on the Java syntax but it a .Net language and as such is based
on the Microsoft Base Class Library and is "Java Like" but not real Java.

Using Apache with the Modj pluggin is supposed to allow Apache to deliver
static content while Tomcat delivers the JSP's and Servlets. Doing things
this way is supposed mean static content being delivered via apache rather
than tomcat is delivered slightly faster than tomcat. As I mentioned the
prohibitive factor is this is that the modj pluggin which has to be
installed in Apache is difficult to install and configure. 

--
View this message in context:
http://n2.nabble.com/How-to-use-Java-%28JSP%29-development-with-IIS-tp950716
p1057869.html
Sent from the MapGuide Users mailing list archive at Nabble.com.

_______________________________________________
mapguide-users mailing list
mapguide-users at lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users

__________ Information from ESET NOD32 Antivirus, version of virus signature
database 3424 (20080907) __________

The message was checked by ESET NOD32 Antivirus.

http://www.eset.com

 

__________ Information from ESET NOD32 Antivirus, version of virus signature
database 3424 (20080907) __________

The message was checked by ESET NOD32 Antivirus.

http://www.eset.com
 



More information about the mapguide-users mailing list