NetTalk Central

Author Topic: Nettalk app And Linux Server  (Read 4330 times)

edycartagena

  • Newbie
  • *
  • Posts: 4
    • View Profile
    • Email
Nettalk app And Linux Server
« on: October 23, 2007, 11:34:13 AM »
Hi People i would like to run a nettalk app in my linux hosting i did some test using Wine (An implementation of the Windows API)
The app run great I can access the app in the browser of the Linux Server, but when i try to access from a windows client machine
the browser get crash. i analize the app using a http tool and the problem happend when the browser try to execute the filee all.js

can anybody help me with this ?

Thanks.

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11244
    • View Profile
Re: Nettalk app And Linux Server
« Reply #1 on: October 23, 2007, 10:54:44 PM »
Hi Edy,

I've not tried this myself - but it's interesting that it was the _browser_ that crashed. Try using Firefox, it has better error reporting. All.js is javascript that the "client side" uses, and if anything is "safe" from the server then this should be.

you could also try turning off "use pre-compressed files" (see web server extension, advanced tab) and see if that makes any difference.

Cheers
Bruce

edycartagena

  • Newbie
  • *
  • Posts: 4
    • View Profile
    • Email
Re: Nettalk app And Linux Server
« Reply #2 on: October 24, 2007, 09:20:40 AM »
Hi Bruce thanks for your help i did what you said but there is the same problem :S i don't think that there is a problem with the all.js source code, but i don't know what could be the problem :S

Any Ideas?


Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11244
    • View Profile
Re: Nettalk app And Linux Server
« Reply #3 on: October 24, 2007, 10:23:44 PM »
hmm - no real ideas.
the best place to start I guess is use Firefox for a browser and try and determine (via the errors if any) why the browser crashes.

Cheers
Bruce

ccordes

  • Sr. Member
  • ****
  • Posts: 384
    • View Profile
    • Email
Re: Nettalk app And Linux Server
« Reply #4 on: October 25, 2007, 05:57:03 AM »
In firefox, use the web developer plug-in. It is a bunch of tools for examining just whjat exactly is going on in the browser.
My guess is that the javascript is not being found/loaded. Since it is not run on the server. Maybe you have javascript turned off by some overzealous security app?

JAT,
chris
Real programmers use copy con newapp.exe