Gridversum :: All Things SoftGrid


Edit

When importing application via SPRJ, why nothing happens or error is displayed

Usually this is caused either of the two things being incorrect inside SPRJ file itself:

  • your path in PACKAGEFILE -element is incorrect:

<PACKAGEFILE Path="softapp.sft"/>

This element and it's Path -attribute will tell to Management Console which SFT to associate to package and must match to filename of SFT.

  • your path in SHORTCUT -element is incorrect:

<SHORTCUT Path="softapp.osd"/>

These elements represent all the individual applications in your package and Path -attribute must match to actual filename(s) of OSD files. If you rename your files via filesystem, then you need to remember to update these "links" from SPRJ as well.

Edit

Can I use non-standard (i.e. non 80) HTTP port for http publishing?

Unfortunately that's not possible, at least in current version.

If you try to publish your OSD and ICO files by using non-standard HTTP port in URL, SoftGrid Client will not be able to understand that but rather tries to access port 80 with same URL.

For example, URL of "http://myserver:81/app/app.osd" will become "http://myserver:80/app/app.osd" when SoftGrid Client processes it.



Back to the FAQ main page

ScrewTurn Wiki version 2.0.14. Some of the icons created by FamFamFam.


Site operated and maintained by Kalle Saunamäki (kalle@saunamaki.fi)