
Originally Posted by
viji19812001
I cannot connect using a nokia web server to the raccon gateway which I have installed.
That's correct.
Raccoon has a .sis file which i need to install in the phone and enter a Raccoon userid and pwd and then I can connect to the Raccoon gateway. I hope this is what u have mentioned.
Almost. There is a component you need to install, but it is not available as a prebuilt sis, but you need to build it yourself.
Do we need to uninstall nokia web server software before I install the raccoon .sis file.
No, but you need to install just the connectivity part of Raccoon. The Raccoon sis you probably are referring to contains files that are in conflict with files already installed by MWS, which is the reason why you get the error message.
Here's how you build the connectivity component yourself. First you must install a S60 SDK. Any version should be fine.
Then:
Code:
> svn co https://raccoon.svn.sourceforge.net/svnroot/raccoon/phone/tags/release-1.0.1/phone/raccoon
> cd raccoon\connector\group
raccoon\connector\group> bldmake bldfiles
raccoon\connector\group> abld build gcce urel
raccoon\connector\group> cd ..\sis
raccoon\connector\sis> make PLATFORM=gcce BUILD=urel CERTIFICATE=certificate-file KEY=key-file PASSPHRASE=your-passphrase sisx
raccoon\connector\sis> cd ..\s60\connectorui\sis
raccoon\connector\s60\connectorui\sis> make PLATFORM=gcce BUILD=urel CERTIFICATE=certificate-file KEY=key-file PASSPHRASE=your-passphrase sisx
A self-signed certificate is fine for the signing.
Then you install the created connector_gcce_urel.sisx and connectorui_gcce_urel.sisx files.
After the installation you'll find a Connector application. Start that and then via [Options]->[Settings] configure it for your gateway. You need to set Identifier, Password and Gateway.
Use [Options]->[Go Online] to go online.
The Raccoon connector will deliver HTTP requests to any web-server listening on port 80 (or some other if you change the port). Thus, if MWS is running, the requests will be delivered to it.
Note that nothing prevents you from simultaneously being connected via MWS to the MWS gateway and via the Raccoon connector to the Raccoon gateway, in which case your mobile will have two domain names; one provided by MWS and one by Raccoon.
Br,
Johan