Savant, thanks for the tip about using different ports!  It works!

I have done the following:

Created a new virtual web site on a different port, call it
www.mycorp.com:81.  In this new web site I have created virtual directories
to the reports for each project (myapp1_reports, myapp2_reports)

I have also created virtual websites to connect to my jrun connectors.
myapp1.mycorp.com, myapp2.mycorp.com.  These are on port 80.

I have create jrun servers myapp1-server, myapp2-server and connected these
servers to their corresponding web sites.  (myapp1-server connected to
myapp1.mycorp.com, myapp2-server connected to myapp2.mycorp.com)

Within the applications, I call the report using the url to corresponding
virtual directories under www.mycorp.com:81 (myapp1 reports point to
www.mycorp.com:81/myapp1_reports, myapp2 reports point to
www.mycorp.com:81/myapp2_reports )

This works.

Crystal and Jrun both use ISAPI filters, interogating the incoming requests
to the website.  This seems to be the cause of the problem, when they are
both interogating requests on the same port (the same web site).  The
problem was solved by seperating the site handling the jrun requests from
the site that handles the crystal reports.

Thanks so much for your help.

Tom D.


----- Original Message -----
From: "Tom Duffy" <[EMAIL PROTECTED]>
To: "JRun-Talk" <[EMAIL PROTECTED]>
Sent: Wednesday, May 02, 2001 9:36 AM
Subject: Re: jrun 3.0 & crystal reports 8.0


> Thanks for getting back to me Savant.  Please see below:
>
>
>
> > I am using JRun 3.0,IIS 5.0 and  Crystal Report 8.0.
> > My Directory structure is
> >      C:\AppName\
> >                \JSP
> >                \Reports
> >                \web-inf
> >                     \classes
> >
> > I have created an Application in JRun Default server and deployed the
> > application to the above directory.
> > So C:\AppName is my app root directory.
> >
> > My crystal report files (.rpt) in \Reports directory and I have created
a
> > virtual directory in IIS for that.
>
> I'm with you so far.  I have the exact same setup as you have described
> above.
>
> >
> > Now let's coming to the problem.
> > I tried to configure both JRun & CR with same web server. But I end up
> with same
> > problem you are facing.
> > Then I created another server in IIS with port 90 and reconfigured JRun
> for this
> > server. After that  everything went fine.
>
> Do you mean you created another web site (not webserver) that uses a free
> port other than 80?  That is, in your webserver you have the Default Web
> Wite (let say it is www.mydomain.com) and this is using port 80 (default).
> Then you created a new web site in this websever, Test Web Site and the
url
> for this site is www.mydomain.com:90 .  Is this correct?
>
> In the setup I described above, would you then have the Jrun server
> connected to www.mydomain.com:90, have the virtual directory for the
reports
> as www.mydomain.com/reports, and have the url to the reports in the app
> running on www.mydomain.com:90 point to the reports in
> www.mydomain.com/reports?
>
> > Its up to you whether to reconfigure CR or JRun with new server. I  felt
> > reconfiguring JRun is more easier, and did so.
> >
> > Hope this will help.
>
> Me too! :)
>
> > Pls feel free to contact me if you still need any help.
> >
> > Regards
> > Savant
>
> Thank you !
>
>
> >
> >
> >
> >
> >
> >
> > "Tom Duffy" <[EMAIL PROTECTED]> on 05/02/2001 04:19:44 AM
> >
> > Please respond to [EMAIL PROTECTED]
> >
> > To:   JRun-Talk <[EMAIL PROTECTED]>
> > cc:    (bcc: Savantraj Chennamakal Subramanian/PM4/ISSAP/SES/SONYASIA)
> > Subject:  Re: jrun 3.0 & crystal reports 8.0
> >
> >
> >
> > Hello Savant,
> >     I hope it is not too much trouble to ask you for more advice on this
> > matter.  I have been desperately trying to get this to work for many
days
> > now, with no success yet.
> >     I am not running a global filter, but have connected the filter to
the
> > individual web sites.  Is this the proper way to do this (did you do
> this)?
> >     Where are your .jsp pages deployed?  did you create a new web app
> using
> > Jrun and then copy the .jsp file to the new app directory under jrun?
Or
> > did you create a directory for your app under wwwroot and deploy your
jsp
> > files there?
> >
> > Thank you very much for any assistance you may be able to give to me.
> >
> > Regards,
> > Tom Duffy
> > DBSoft, Inc.
> > [EMAIL PROTECTED]
> >
> >
> > ----- Original Message -----
> > From: <[EMAIL PROTECTED]>
> > To: "JRun-Talk" <[EMAIL PROTECTED]>
> > Sent: Sunday, April 29, 2001 8:59 PM
> > Subject: Re: jrun 3.0 & crystal reports 8.0
> >
> >
> > >
> > >
> > > Hi,
> > > Did you configure IIS for JRun? If you set a Global filter all the
> request
> > will
> > > be passed to JRun.
> > > JRun web server I am not very sure whether can be configured with
> Crystal
> > report
> > > server.
> > > The best solution is make another virtual server on IIS using some
other
> > port
> > > and configure either JRun or
> > > Crystal server to that. I had faced the same problem and solved like
> this.
> > >
> > > Regards
> > > Savant
> > >
> > >
> > >
> > >
> > > "Tom Duffy" <[EMAIL PROTECTED]> on 04/27/2001 11:02:14 PM
> > >
> > > Please respond to [EMAIL PROTECTED]
> > >
> > > To:   JRun-Talk <[EMAIL PROTECTED]>
> > > cc:    (bcc: Savantraj Chennamakal Subramanian/PM4/ISSAP/SES/SONYASIA)
> > > Subject:  jrun 3.0 & crystal reports 8.0
> > >
> > >
> > >
> > > Hello,
> > > I'm trying to get crystal reports 8.0 reports to run properly in a JSP
> app
> > > running in Jrun 3.0 and IIS 4.0. Previously, I had the jsp pages
> deployed
> > to
> > > a directory under intep/wwwroot/myapp and had the classes required for
> the
> > > app in the jrun default server lib directory and this worked fine.
> > >
> > > However, since I have deployed the entire app to run in Jrun ( the jsp
> > pages
> > > are now deployed in the app directory on a new jrun server (myserver)
> and
> > > are no longer under iis) I have been unable to run the reports. When I
> try
> > I
> > > just get the binary code for the report - the viewer is not run.
> > >
> > > Has anyone been able to run crystal 8.0 reports with Jrun apps?
> > >
> > > Thanks for your help.
> > >
> >
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to