Home > Archive > EAserver > June 2005 > Easerver process while connected to the Internet









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Easerver process while connected to the Internet
Marc

2005-06-15, 8:26 pm

I am running Windows XP Pro SP1 on a stanalone 2 GHZ with 1 GIG ram and
60GIG harddrive. I am also running Easerver 4.2.0 and have completely
disabled my firewall and internet security software. I have deployed my
powerbuilder ver 8.0.3 nvos and they are the back end to my web application
that Easerver handles. I use jsp
server scripts to process the nvo's (which get data from the Sybase ASA 8.0
database on this PC) and return data to my html windows in IE 6.0.

Question: Anyone know how to tell Jaguar to run my html/jsp pages while I
am connected to the internet with my http://mycomputername:8080/MySite.
Easerver/Jaguar refuses to render my html while connected to the internet.
Once I disconnect from the internet so I am back to only my standalone PC,
everything runs fine.


Any suggestions would be greatly appreciated.

Many Thanks,
Marc


Mark Maslow

2005-06-15, 8:26 pm

How is your http listner set up? In order for it to respond to
"mycomputername:8080", there needs to be a listener listening to that
address and port. If it is listening for "localhost:8080", it will not
respond to "mycomputer:8080". If the listener is specified as
"$& #123;JAGUAR_HOST_NAM
E}", that is pointing to an environment variable set
in setenv.bat.


In article <42b0a26b@forums-2-dub>, support@mwisolutions
.com says...
> I am running Windows XP Pro SP1 on a stanalone 2 GHZ with 1 GIG ram and
> 60GIG harddrive. I am also running Easerver 4.2.0 and have completely
> disabled my firewall and internet security software. I have deployed my
> powerbuilder ver 8.0.3 nvos and they are the back end to my web application
> that Easerver handles. I use jsp
> server scripts to process the nvo's (which get data from the Sybase ASA 8.0
> database on this PC) and return data to my html windows in IE 6.0.
>
> Question: Anyone know how to tell Jaguar to run my html/jsp pages while I
> am connected to the internet with my http://mycomputername:8080/MySite.
> Easerver/Jaguar refuses to render my html while connected to the internet.
> Once I disconnect from the internet so I am back to only my standalone PC,
> everything runs fine.
>
>
> Any suggestions would be greatly appreciated.
>
> Many Thanks,
> Marc
>
>
>

Rahul Jain

2005-06-15, 8:26 pm

Doesn't restarting Jaguar after connecting not help? I do it all the
time. After connecting to network via VPN, restarting Jaguar works just
fine.

HTH
--
Rahul Jain
Cynergy Systems, Inc.



Marc wrote:
> I am running Windows XP Pro SP1 on a stanalone 2 GHZ with 1 GIG ram and
> 60GIG harddrive. I am also running Easerver 4.2.0 and have completely
> disabled my firewall and internet security software. I have deployed my
> powerbuilder ver 8.0.3 nvos and they are the back end to my web application
> that Easerver handles. I use jsp
> server scripts to process the nvo's (which get data from the Sybase ASA 8.0
> database on this PC) and return data to my html windows in IE 6.0.
>
> Question: Anyone know how to tell Jaguar to run my html/jsp pages while I
> am connected to the internet with my http://mycomputername:8080/MySite.
> Easerver/Jaguar refuses to render my html while connected to the internet.
> Once I disconnect from the internet so I am back to only my standalone PC,
> everything runs fine.
>
>
> Any suggestions would be greatly appreciated.
>
> Many Thanks,
> Marc
>
>

Marc

2005-06-15, 8:26 pm

Thanks Rahul but unfortunately it does not work for me - Marc
"Rahul Jain" <rahul. jainREMOVE@cynergysy
stems.com> wrote in message
news:42b0bbca$1@foru
ms-2-dub...[color=darkred]
> Doesn't restarting Jaguar after connecting not help? I do it all the
> time. After connecting to network via VPN, restarting Jaguar works just
> fine.
>
> HTH
> --
> Rahul Jain
> Cynergy Systems, Inc.
>
>
>
> Marc wrote:
application[color=da
rkred]
8.0[color=darkred]
I[color=darkred]
internet.[color=darkred]
PC,[color=darkred]


Marc

2005-06-15, 8:26 pm

Thanks Mark,
In my setenv.bat I have:

set JAGUAR_HOST_NAME=mwi
3

which is mycomputer but I see in the jaguarhttpservlet.log all the
connections are going to localhost:8080, localhost:8081 or localhost:8082.

Any way I can get the Jaguarhttp servlets localhost to be my computername
instead?

Thank you again,
Marc


"Mark Maslow" <mark.maslow@sierraclub.org> wrote in message
news:MPG. 1d1a4a458c39465b9898
13@forums.sybase.com...[color=darkred]
> How is your http listner set up? In order for it to respond to
> "mycomputername:8080", there needs to be a listener listening to that
> address and port. If it is listening for "localhost:8080", it will not
> respond to "mycomputer:8080". If the listener is specified as
> "$& #123;JAGUAR_HOST_NAM
E}", that is pointing to an environment variable set
> in setenv.bat.
>
>
> In article <42b0a26b@forums-2-dub>, support@mwisolutions
.com says...
application[color=da
rkred]
8.0[color=darkred]
I[color=darkred]
internet.[color=darkred]
PC,[color=darkred]


Peter Abbott

2005-06-15, 8:26 pm

What about your listener configuration? Does it use JAGUAR_HOST_NAME or
localhost.

Marc wrote:
> Thanks Mark,
> In my setenv.bat I have:
>
> set JAGUAR_HOST_NAME=mwi
3
>
> which is mycomputer but I see in the jaguarhttpservlet.log all the
> connections are going to localhost:8080, localhost:8081 or localhost:8082.
>
> Any way I can get the Jaguarhttp servlets localhost to be my computername
> instead?
>
> Thank you again,
> Marc
>
>
> "Mark Maslow" <mark.maslow@sierraclub.org> wrote in message
> news:MPG. 1d1a4a458c39465b9898
13@forums.sybase.com...
>
>
> application
>
>
> 8.0
>
>
> I
>
>
> internet.
>
>
> PC,
>
>
>
>

Dean Jones

2005-06-21, 8:24 pm

internet is not super complex. Your web server is listening on a socket,
ip/port.

Your host name resolves to a IP. You have a different IP when connected to
the internet? Depending on how you are connecting you may get a different IP
when connected to the internet. This is why Rahul suggested restarting the
EAServer and the database. That is they were started under a different IP,
so you should restart.

Mark stated "$& #123;JAGUAR_HOST_NAM
E}", is pointing to an environment variable
set in setenv.bat, this variable is only set during install, so if you
changed your computer name this variable is set incorrectly. Make sure you
verify the name/IP in the setenv.bat is correct.

You can also do an ipconfig from a dos prompt to see what your IP is before
and after connecting to the internet. How do you connect? Dialup?

Are you trying to pull it up from a different machine?

--
Dean Jones [TeamSybase]
CEO
Certified PowerBuilder Developer
www.powerobjects.com
(612) 339-3355 ext 112


"Marc" < support@mwisolutions
.com> wrote in message
news:42b0a26b@forums
-2-dub...
>I am running Windows XP Pro SP1 on a stanalone 2 GHZ with 1 GIG ram and
> 60GIG harddrive. I am also running Easerver 4.2.0 and have completely
> disabled my firewall and internet security software. I have deployed my
> powerbuilder ver 8.0.3 nvos and they are the back end to my web
> application
> that Easerver handles. I use jsp
> server scripts to process the nvo's (which get data from the Sybase ASA
> 8.0
> database on this PC) and return data to my html windows in IE 6.0.
>
> Question: Anyone know how to tell Jaguar to run my html/jsp pages while I
> am connected to the internet with my http://mycomputername:8080/MySite.
> Easerver/Jaguar refuses to render my html while connected to the internet.
> Once I disconnect from the internet so I am back to only my standalone PC,
> everything runs fine.
>
>
> Any suggestions would be greatly appreciated.
>
> Many Thanks,
> Marc
>
>



Sponsored Links





Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive | Programming forum archive

Copyright 2008 droptable.com