Four Js Development Tools Forum

Discussions by product => GWS => Topic started by: Danny D. on January 31, 2019, 03:11:48 pm



Title: Installation GAS with Apache on Debian
Post by: Danny D. on January 31, 2019, 03:11:48 pm
Hi all, I'm trying to install my webservices with Apache.
I've installed Apache on my Debian server and that works. Now I want to know which files I need to configure to make my Genero webservices accesible.
I installed GAS 3.10 on my server and changed the as.xcf file to add my webservices.
But I don't know how I make them available in the Apache.
Can anybody give me some tips?
Thanks in advance.
Danny


Title: Re: Installation GAS with Apache on Debian
Post by: Reuben B. on January 31, 2019, 09:05:57 pm
Start from here http://4js.com/online_documentation/fjs-gas-manual-html/#gas-topics/c_gas_architecture_006.html
Follow the link at the bottom of the page, and then onto http://4js.com/online_documentation/fjs-gas-manual-html/#gas-topics/c_gas_fastcgi_install_001.html

Also you said "and changed the as.xcf file to add my webservices."  ... just make sure you are using GROUP concept rather than adding individually every one of your webservices into your as.xcf.

And as a tip that you have everything working, with httpdispatch the following URL http://localhost:6394/ws/r/demo/Calculator?WSDL returns the WSDL for one of the demo Web Services, with a Web Server the same test will be http(s)://server/alias/ws/r/demo/Calculator?WSDL

Reuben