473,325 Members | 2,805 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,325 software developers and data experts.

Running JSP page under ASP.NET. Is it possible?

I realize that this may sound heretical, but givent that Microsoft claims to
be able to run almost anything under ASP.NET
(including scripts containing Python or Perl), is it possible to run a JSP
under ASP.NET? What would I have to do to make that possible (other than
installing a Java VM)?

Thanks.
Wolfgang
Nov 18 '05 #1
3 1193
Well, it would be more accurate to ask if JSP can run "with" ASP.NET rather
than "under" ASP.NET.

JSP can not run "under" ASP.NET because that would mean that the JSP
programming would be processed by the .NET CLR and that's not going to
happen. JSPs can be part of an ASP.NET application in the sense that one
can link and call another. Web Services also make transferring data between
the two easier.
"Wolfgang" <rnott a t lternet.edu> wrote in message
news:ua**************@TK2MSFTNGP09.phx.gbl...
I realize that this may sound heretical, but givent that Microsoft claims to be able to run almost anything under ASP.NET
(including scripts containing Python or Perl), is it possible to run a JSP
under ASP.NET? What would I have to do to make that possible (other than
installing a Java VM)?

Thanks.
Wolfgang

Nov 18 '05 #2
On Thu, 15 Jul 2004 17:14:32 -0700, Wolfgang <rnott a t lternet.edu>
wrote:
I realize that this may sound heretical, but givent that Microsoft
claims to
be able to run almost anything under ASP.NET
(including scripts containing Python or Perl), is it possible to run a
JSP
under ASP.NET? What would I have to do to make that possible (other than
installing a Java VM)?

Thanks.
Wolfgang


no, but you can write in Java:

http://www.ikvm.net/

and convert jar files to dlls, exes. don't know how well this works, tho,
just knew about it never tried it...

--
Craig Deelsnyder
Microsoft MVP - ASP/ASP.NET
Nov 18 '05 #3
No sure what you mean by running "JSP under ASP.NET"

If you want to take JSP page and try to process it with ASP.NET then you should probably take management track not software developer in your career :)

If you want to call JSP page on another server from ASP.NET it's possible and pretty easy to do.
Use WebRequest class.
George
My Site - Body Jewelry
"Wolfgang" <rnott a t lternet.edu> wrote in message news:ua**************@TK2MSFTNGP09.phx.gbl...
I realize that this may sound heretical, but givent that Microsoft claims to
be able to run almost anything under ASP.NET
(including scripts containing Python or Perl), is it possible to run a JSP
under ASP.NET? What would I have to do to make that possible (other than
installing a Java VM)?

Thanks.
Wolfgang
Nov 18 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

17
by: Larry Woods | last post by:
I have a server page that has served an HTML page with a "Cancel" button on it, BUT this server page has not completed and is running a 15-30 second process before it completes. I want the browser...
4
by: Si | last post by:
Hi Guys I am using this code to execute an Access VBA function from ASP: strDbName = strDataSource & "data\webjobs.mdb" Set objAccess = Server.CreateObject("Access.Application")...
8
by: Alphonse Giambrone | last post by:
I have a small asp.net web app running on a shared host. It uses a Jet (Access) database. I included a routine to compact the database when the application_event fires if it has not been compacted...
2
by: Matthias H. | last post by:
Hi guys, Our team has a very strange problem. I hope anybody can help. We have a class called webpage and all our aspx-pages bases on it. Then we have a SYS.IO.File Class which have a...
16
by: TB | last post by:
Hi all: If you think that the following comments are absolute amateurish, then please bear with me, or simply skip this thread. A couple of months back I made the decision to initiate a...
8
by: TS | last post by:
Hi, i have inherited a page from another user. The page is the target frame in a frameset. for some reason the whole page runs twice (page_load, init, etc. all run twice) I can't figure out how...
4
by: ImSoLost | last post by:
I'm running a really long process from ASP.NET and need some help... I am making a method call when the user presses a button from my webpage, which goes into a database and parses a file. This...
4
by: Jono | last post by:
Hi Everyone, As it says in the title, I'm looking for a way to display a page while long running operations are performed on the server. Ideally, I'd like some way to push the current request...
6
by: dspfun | last post by:
I would like to analyze my running c-program. What I would like to know for example is the range of the entire address space of my running c-program (memory reserved for/by the running program),...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.