being a beginner using EA server for PB powered web development
I wonder why I have to use the literally correct hostname of my local
EA server installation which is (according to some step in the setup)
the IP adress and can not use "localhost" or "127.0.0.1". No problem
here, just to get some insight.
TIA
Chris Werner
Hi,
Which version of EA Server you are using?
If you are using Server version 5.2 or later you can change the access
mode of your EA server through EA Server Configuration Wizerd, means
you can change the way EA server is accessed. To access it by IP or by
host name use EA Server Configuration Wizerd and change it against
Specific Listerner Name for example http host name ${JAGUAR_HOST_NAME}
which is by default to ${JAGUAR_IP_ADDRESS} or to localhost.
this way you can access your EA Server by IP or by Host name.
Regards,
Asif Shoukat
Senior Software Engineer
NetSol Technologies Limited
www.netsoltek.com
Regards
--
Alexander Pire
"Chris Werner" <cwAT{PleaseNoSpam}f-s.de> wrote in message
news:45d19780$1@forums-1-dub...
thanks you very much for your answer. I'm using
EAS 5.5 and - sorry for my ignorance - have no clue
how to start the EA Server Configuration Wizard.
Thanks again
Chris Werner
"Asif Shoukat" <asifs...@gmail.com> schrieb im Newsbeitrag
news:1171371398.5...@a75g2000cwd.googlegroups.com...
you are right, I can connect to EAS using a browser regardless
which kind of addressing I use. But in EA Server Manager all
tries to use localhost or 127.0.0.1 are refused.
Kind regards
Chris Werner
"Alexander Pire" <pirea_at_get-integrated_dot_com> schrieb im Newsbeitrag
news:45d1e6a0$1@forums-1-dub...
have you looked at your hosts file to check if it has localhost defined?
Could you post the Jaguar Log?
To use EAServer Manager you will need an IIOP connection, Are you sure you
defined the listener as an IIOP listener?
--
Alexander Pire
"Chris Werner" <cwAT{PleaseNoSpam}f-s.de> wrote in message
news:45d1eeea$1@forums-1-dub...
thanks for your answer. Haven't checked that in the file
but the general availability of "localhost" as a host name
at my machine should to proove that it is defined, should'nt
it?
Kind regards
Chris Werner
"Adam Simmonds" <adam.s...@exemail.com.au> schrieb im Newsbeitrag
news:45d23a45@forums-1-dub...
This is the only listener IIOP you have in your log,
Jaguar_iiop: Active: yes Protocol: 'IIOP': 'DELLTOP',9000 Security Profile:
'*NONE*'.
This listener is set to work on DELLTOP port 9000, not in Localhost.
To create a Localhost listener, you should go to JagMgr, Server->Listener
and Add a new IIOP listener, you will put 127.0.0.1 or LOCALHOST as HOST.
Actually you have not defined any LOCALHOST listener in your server.
Best Regards
--
Alexander Pire
"Chris Werner" <cwAT{PleaseNoSpam}f-s.de> wrote in message
news:45d2cbee@forums-1-dub...
> Hi Alexander,
>
> thanks for your answer, No, I have not checked for other started
> processes. How can I do that?
>
> The only odd thing in the Jaguar log seems to be the following line:
>
> Feb 14 08:15:42 2007: [Thread-15] SRVLIB Message: 16240/10/0: Net-Library
> routine net_read() failed in srv_rawread
> Network error: status = 32 - Net-Lib protocol driver call to read data
> failed
>
> I've added the Jaguar logfile. As said in my original post, this is
> not a showstopper for me but I'd like to understand it because
> I'm an absolut beginner in web applications and have to go this
> strong learning curves (EAS, JSP, JS, HTML, Java, 3-tier
> development ...) in parallel and as fast as possible. Looking at
> the end of the appended Jaguar log may show where I go. ;-)
>
> Kind regards
>
> Chris Werner
>
>
>
> "Alexander Pire" <pirea_at_get-integrated_dot_com> schrieb im Newsbeitrag
> news:45d23fcd$1@forums-1-dub...
Hi,
For your question of how to start EA Server Configuration Wizerd.
follow these steps
Start EA Server
Connect Through EA Server Manager
in the right pane there is a Node called Servers....expand this node
you will get red colourd icon named "jaguar"
right click on "jaguar" and u will see option like Server
configuration Wizerd
there you can start Server configuration.
thanks, that works now. BTW, is it correct to set
the new listener to the same port (9000) like these
other one for DELLTOP which is actually the
network name of my local host?
Chris Werner
"Alexander Pire" <pirea_at_get-integrated_dot_com> schrieb im Newsbeitrag
news:45d336d6$1@forums-1-dub...
For security reason if you don't need the DELLTOP listener, mhumm... one
reason could be because you have your servlet engine in the same box, I
would remove it.
I will remove too any listener I'm not really using (for security reason).
Best Regards
--
Alexander Pire
"Chris Werner" <cwAT{PleaseNoSpam}f-s.de> wrote in message
news:45d341fe@forums-1-dub...