web services

View: New views
5 Messages — Rating Filter:   Alert me  

web services

by Miguel Sartori :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

I'm trying to consume a web service RPC. I'm using jrun + iis in two separete machines. the jrun machine don't have internet access. And i think that is the problem, i'm having java.io.exception. Anyone know if exist a way to tell the app(jrun) to make the request throwt the web(iis)

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:8:5746
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/8
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:8
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.8
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

RE: web services

by Russ-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

You would need to set up some sort of proxy... look into apache, it has some
proxy modules built in.  

Or you can install something like proxomitron... or any other proxy

Russ

> -----Original Message-----
> From: Miguel Sartori [mailto:miguel.sartori@...]
> Sent: Thursday, March 16, 2006 8:41 AM
> To: JRun-Talk
> Subject: web services
>
> Hi,
>
> I'm trying to consume a web service RPC. I'm using jrun + iis in two
> separete machines. the jrun machine don't have internet access. And i
> think that is the problem, i'm having java.io.exception. Anyone know if
> exist a way to tell the app(jrun) to make the request throwt the web(iis)
>
>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:8:5747
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/8
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:8
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.8
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Re: web services

by Miguel Sartori :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

i have IIS-JRUN. Do you know if iis has something to work with proxy?
Do yow know where i can find more information?

thanks!!!

On 3/16/06, Russ <cflists@...> wrote:

>
> You would need to set up some sort of proxy... look into apache, it has
> some
> proxy modules built in.
>
> Or you can install something like proxomitron... or any other proxy
>
> Russ
>
> > -----Original Message-----
> > From: Miguel Sartori [mailto:miguel.sartori@...]
> > Sent: Thursday, March 16, 2006 8:41 AM
> > To: JRun-Talk
> > Subject: web services
> >
> > Hi,
> >
> > I'm trying to consume a web service RPC. I'm using jrun + iis in two
> > separete machines. the jrun machine don't have internet access. And i
> > think that is the problem, i'm having java.io.exception. Anyone know if
> > exist a way to tell the app(jrun) to make the request throwt the
> web(iis)
> >
> >
>
>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:8:5748
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/8
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:8
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.8
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

RE: web services

by Russ-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

You might be able to install some kind of Microsoft proxy server.  I don't
think IIS comes with anything like that.  I would recommend installing
Apache and possibly scrapping IIS all together.  

Russ

> -----Original Message-----
> From: Miguel Sartori [mailto:miguel.sartori@...]
> Sent: Thursday, March 16, 2006 5:51 PM
> To: JRun-Talk
> Subject: Re: web services
>
> i have IIS-JRUN. Do you know if iis has something to work with proxy?
> Do yow know where i can find more information?
>
> thanks!!!
>
> On 3/16/06, Russ <cflists@...> wrote:
> >
> > You would need to set up some sort of proxy... look into apache, it has
> > some
> > proxy modules built in.
> >
> > Or you can install something like proxomitron... or any other proxy
> >
> > Russ
> >
> > > -----Original Message-----
> > > From: Miguel Sartori [mailto:miguel.sartori@...]
> > > Sent: Thursday, March 16, 2006 8:41 AM
> > > To: JRun-Talk
> > > Subject: web services
> > >
> > > Hi,
> > >
> > > I'm trying to consume a web service RPC. I'm using jrun + iis in two
> > > separete machines. the jrun machine don't have internet access. And i
> > > think that is the problem, i'm having java.io.exception. Anyone know
> if
> > > exist a way to tell the app(jrun) to make the request throwt the
> > web(iis)
> > >
> > >
> >
> >
>
>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:8:5749
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/8
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:8
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.8
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Re: web services

by Douglas Knudsen :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

or just setup a proxy server with squid or something on seperate
hardware.  You may need other JRun based boxes to use it eventually.
Could be a relatively cheap piece of hardware for this too, like an
old server.

DK

On 3/16/06, Russ <cflists@...> wrote:

> You might be able to install some kind of Microsoft proxy server.  I don't
> think IIS comes with anything like that.  I would recommend installing
> Apache and possibly scrapping IIS all together.
>
> Russ
>
> > -----Original Message-----
> > From: Miguel Sartori [mailto:miguel.sartori@...]
> > Sent: Thursday, March 16, 2006 5:51 PM
> > To: JRun-Talk
> > Subject: Re: web services
> >
> > i have IIS-JRUN. Do you know if iis has something to work with proxy?
> > Do yow know where i can find more information?
> >
> > thanks!!!
> >
> > On 3/16/06, Russ <cflists@...> wrote:
> > >
> > > You would need to set up some sort of proxy... look into apache, it has
> > > some
> > > proxy modules built in.
> > >
> > > Or you can install something like proxomitron... or any other proxy
> > >
> > > Russ
> > >
> > > > -----Original Message-----
> > > > From: Miguel Sartori [mailto:miguel.sartori@...]
> > > > Sent: Thursday, March 16, 2006 8:41 AM
> > > > To: JRun-Talk
> > > > Subject: web services
> > > >
> > > > Hi,
> > > >
> > > > I'm trying to consume a web service RPC. I'm using jrun + iis in two
> > > > separete machines. the jrun machine don't have internet access. And i
> > > > think that is the problem, i'm having java.io.exception. Anyone know
> > if
> > > > exist a way to tell the app(jrun) to make the request throwt the
> > > web(iis)
> > > >
> > > >
> > >
> > >
> >
> >
>
>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:8:5750
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/8
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:8
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.8
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54