Hi Friends
I want to test my sample curl applets by hosting to my local pc using Apache WS and also want to test my applets by my friends in my LAN.
I'm able to test myself the applets (in my browser address: http://localhost/mysite ) by keeping curl-access.txt and curl-license-5.dat files @ root of my WS.
But my friends who are in my same n/w (in LAN) are not able to test the applets (http://myPCName/) like the error similar to "Invalid license file".
And it happens even in my PC when I type http://myPCName/ in my own browser instead of http://localhost/
And this happens to applets which contains {import * from .....} statements.
I learn that; its all about Curl license, which EMBEDS the host name into the curl-license-5.dat binary file.
But, I'm actually working in a local development PC and I should be allowed to test the applets in my PC using my local PC name (with a private IP like 10.x.x.x series)
//Thanx
I want to test my sample curl applets by hosting to my local pc using Apache WS and also want to test my applets by my friends in my LAN.
I'm able to test myself the applets (in my browser address: http://localhost/mysite ) by keeping curl-access.txt and curl-license-5.dat files @ root of my WS.
But my friends who are in my same n/w (in LAN) are not able to test the applets (http://myPCName/) like the error similar to "Invalid license file".
And it happens even in my PC when I type http://myPCName/ in my own browser instead of http://localhost/
And this happens to applets which contains {import * from .....} statements.
I learn that; its all about Curl license, which EMBEDS the host name into the curl-license-5.dat binary file.
But, I'm actually working in a local development PC and I should be allowed to test the applets in my PC using my local PC name (with a private IP like 10.x.x.x series)
//Thanx