Forum Moderators: open
we're currently running an ASP.NET site, and my boss has asked me to check out the feasibility of this 3rd party reporting product that uses JSP for some of it's reports.
thoughts?
The two will not be able to interact or pass session information back and forth.
If you needed to pass information it would have to be with queryStrings or Forms posted.
Why, though, do you need both technologies? You can do everything in either of them. JSP is great, ASP.NET is great too.
ok, so i could have a directory in our existing webroot somewhere containing all the jsp stuff (just to keep it physically separate) and link to it from my asp.net pages?
the reason i'd like to run both (actually, i'd rather not run both) is because i'm already very familiar with asp.net, this jsp reporting product is just a 3rd party system that our company is interested in. i wouldn't be developing any of it, just installing it and linking to it from our existing site.
anyway, i've had some (admittedly very limited) experience with jsp, and it just doesn't seem as attractive as asp.net for various reasons which i won't go into here...
HOWEVER, there is a nifty isapi filter which will allow JSP and ASP to both run under port 80. You'd still need to link to a full path though, since the domain names would have to be different.
Well, they are both attractive. I've worked in both. I always thought .NET was a ripoff of JSP but they both get you where you want to go.
Which reporting tool are you considering? If it's Actuate, that will also run in .NET, it doesn't have to be JSP.
Also, if you are considering Actuate, please sticky me. I'm kind of an expert in it and can answer any questions you might have.
Installing tomcat could mess up some of these for IIS, but they could be restored by hand.
IIS does the HTML or ASP translating because of the mapped dlls. When a jsp comes in, it needs to find Tomcat to process since IIS can't process jsp extensions.
I've been in this situation before and the two are like oil and water.
The only solution I've found to running JSP on an IIS server on port 80 is with the ISAPI_REDIRECT.dll filter and a bunch of registry entries. I have a zip file with the instructions if you want them. Can we send attachments in sticky mail?
Even still, the two cannot share information other than through regular HTML form submissions.
does anyone know of an australian webhost that i can run ASP.NET and JSP/servlets out of the same account?
seems like a big ask...