473,386 Members | 1,745 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,386 software developers and data experts.

Integrating ASP with JSP

52
it is this possible guys...? Integrating ASP with JSP...!
Jun 24 '08 #1
5 1518
r035198x
13,262 8TB
Define "Integrating"?
Jun 24 '08 #2
chaarmann
785 Expert 512MB
It is possible.
Just take an Apache server which redirects to an Apache Tomcat or Microsoft IIS instance, depending on the extension (.jsp or .asp)
Jun 24 '08 #3
samido
52
Define "Integrating"?
I mean, say for instance ... using same session varables that can be used in the same asp and jsp, my problem is they don't use the same application/web server...! they runs differently

Sam Rabophala
Jun 24 '08 #4
chaarmann
785 Expert 512MB
I mean, say for instance ... using same session varables that can be used in the same asp and jsp, my problem is they don't use the same application/web server...! they runs differently

Sam Rabophala
Same session vaiables is not possible, because it runs in different webservers, maybe even on different hosts from what you have mentioned.
But you can pass all needed variables between the 2 servers as URL-parameters in your inquiry.
Or you can synchronize the session variables in a different way. There are many: over pipes, database, temporary files and so on.
I can give you one way to synchronize right here which comes in my mind: over httpGet(). That means if an inquiry hits the Tomcat container I would issue an inquiry to the IIS over httpGet() to get the latest values of the needed parameters from IIS session and then update the own Tomcat session vaiables with it. Then serve the inquiry as usual and send the response back.
Jun 24 '08 #5
BigDaddyLH
1,216 Expert 1GB
On the other hand, i think this combination will end up looking like a dog's breakfast. Why do it?
Jun 24 '08 #6

Sign in to post your reply or Sign up for a free account.

Similar topics

2
by: news | last post by:
We're being asked to get Quickbooks Enterprise edition for our business. We use a completely hand-made online store (PHP and mySQL) and used to simply create CSV sheets that were imported as...
0
by: Al | last post by:
I would like to add SIP stack to J2EE application server. I know that JCA 1.5 allows doing such thing. But JCA 1.5 is part of J2EE 1.4. Currently the most J2EE vendors support J2EE 1.3. Can anybody...
0
by: kadam_murali | last post by:
Integrating crystal reports with oracle forms , Have anyone of you have ever tried this ? If yes please send me sample codes.Its very urgent. thanks Murali
0
by: Jakke | last post by:
Hi all, I don't know if I'm at right newsgroup but I've got some questions about integrating Crystal Reports into my own application. I'm totally new regarding Crystal Reports. Therefore I've...
0
by: Rob C | last post by:
We have a large, C++/MFC application. I want to be able to do some new development using .NET and then utilize them inside my C++ application. I remember reading that you can "easily" turn your...
3
by: Sonoman | last post by:
Hi all: Is there a class or function that I could use to integrate? By integrating , I mean calculus integration. I need to get data from a sensor that gives me the acceleration of an object. In...
1
by: Nexus | last post by:
I've heard people saying that it can be done (Integrating Flash actionscript into ASP .Net apps ???) - does anyone have a lead on where I might find a coding sample or additional info
5
by: Shikari Shambu | last post by:
Hi, I would like to integrate a .NET web application into IBM Websphere portal. Whati is the best way of integrating these two beasts? Is there are way to get my .NET application to return XML...
2
by: George Durzi | last post by:
I'd like to get some real world feedback from developers out there who have to work with the "design" folks to integrate look and feel stuff into a vs.net web project. A lot of designers use web...
4
by: karpagam | last post by:
Since WebServices are a standardized way to invoke a method of another application over the internet, is there a way to integrate two different applications running on different platforms (Say a...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

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.