ThanX for your sugession Mr.Vishal,

I am able to connect ASP page from JSP with parameters, but problem is I
don't want to give the total URL like
http://myserver/xxx.asp?abc=123&def=456. because the two pages are in same
server. If i
upload my application to client side I should get the result(because i do
my work
in my server all files are availble in my server only at the time of upload
i should
not change the URLs in JSP or ASP pages.

please give me the solution.

my mail id is [EMAIL PROTECTED]

TIA
kotireddy




"Panesar, Vishal" <[EMAIL PROTECTED]> on 05/12/2000 10:03:09 PM

Please respond to A mailing list about Java Server Pages specification and
      reference <[EMAIL PROTECTED]>

To:   [EMAIL PROTECTED]
cc:    (bcc: KotiReddy/Cds)

Subject:  Re: Connection between JSP and ASP in IIS with JRUN..........




I also think it should be simple.
Just configure the two Web-Servers on different ports
 (e.g, IIS on 80 and JSWDK on 8080, default).
Call pages from ASP to JSP using query strings
 like ?abc=123&def=456.
I don't think for simple tasks, this should be any problem.

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Friday, May 12, 2000 10:02 AM
To: [EMAIL PROTECTED]
Subject: Re: Connection between JSP and ASP in IIS with JRUN..........


Why not call an ASP page using GET with the necessary parameters? This
limits what you can do between ASP/JSP, especially with security
concerns, but at least it allows communication between the two.
However, this should be temporary and I agree with Scott you need to
eventually migrate to one or the other.

-----Original Message-----
From: sstirling
Sent: Friday, May 12, 2000 4:26 AM
To: JSP-INTEREST
Subject: Re: Connection between JSP and ASP in IIS with JRUN..........


Not likely.  What makes you think that?

Scott Stirling

-----Original Message-----
From: A mailing list about Java Server Pages specification and reference
[mailto:[EMAIL PROTECTED]]On Behalf Of victor
Sent: Friday, May 12, 2000 2:47 AM
To: [EMAIL PROTECTED]
Subject: Re: Connection between JSP and ASP in IIS with JRUN..........


think may be can use resin with iis and base on the servlets to pass
parameters
between asp and jsp

regs
-victor

Scott Stirling wrote:

> Sorry, Koti.  You're asking the impossible.  Use ASP or JSP, or even
both
> together, but there's no way to make ASP and JSP (totally separate
processes
> with IIS and JRun) pass parameters back and forth on the server side.
Maybe
> someday someone will make VBScript a JSP scripting language and
support
it,
> but even then you'd have to run the JSP/ASP through the same app,
short of
> some pretty hackish ISAPI wizardry to route ASP to JSP and back
> again/vice-versa.
>
> Scott Stirling
>
> -----Original Message-----
> From: A mailing list about Java Server Pages specification and
reference
> [mailto:[EMAIL PROTECTED]]On Behalf Of Kotireddy Mutyam
> Sent: Thursday, May 11, 2000 10:50 PM
> To: [EMAIL PROTECTED]
> Subject: Connection between JSP and ASP in IIS with JRUN..........
>
> hi frinds,
> I am working on JSP in IIS server by using JRUN, but I want to pass
the
> perameters from JSP page to ASP page.
> please help me friends.
> my mail id is [EMAIL PROTECTED]
>
> TIA
> bye
> koti

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

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets


This message contains confidential information and is intended only
for the individual named.  If you are not the named addressee you
should not disseminate, distribute or copy this e-mail.  Please
notify the sender immediately by e-mail if you have received this
e-mail by mistake and delete this e-mail from your system.

E-mail transmission cannot be guaranteed to be secure or error-free
as information could be intercepted, corrupted, lost, destroyed,
arrive late or incomplete, or contain viruses.  The sender therefore
does not accept liability for any errors or omissions in the contents
of this message which arise as a result of e-mail transmission.  If
verification is required please request a hard-copy version.  This
message is provided for informational purposes and should not be
construed as a solicitation or offer to buy or sell any securities or
related financial instruments.

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

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

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

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

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

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to