Thanks for your reply.
> You need to put jslex inside of your web application
> c:\wamp\www\myApp\jsLex and change the script to
> <script type="text/javascript"
src="http://localhost/myApp/jsLex/javascript/jsLex.js"></script>
jsLex/ is inside myApp and the <script> inside my index.php is now OK.
> You will first want to create the profile.xml using profile.html
I can't create my 'profile.xml' with 'profile.html'. With 'profile.html' i can
load a xml profile file. I think it's with 'jslex.html'. But it doesn't work for
me :'(
I have errors in my php_error.log :
[27-Oct-2009 14:36:54] PHP Notice: Undefined index: encodeDirectory in
C:\wamp\www\myApp\jsLex\php\start_analyze.php on line 4
[27-Oct-2009 14:36:54] PHP Stack trace:
[27-Oct-2009 14:36:54] PHP 1. {main}()
C:\wamp\www\myApp\jsLex\php\start_analyze.php:0
and in my apache_error.log :
[Tue Oct 27 14:36:54 2009] [error] [client 127.0.0.1] File does not exist:
C:/wamp/www/myApp/jsLex/Nexaweb/client/lib/com/nexaweb/client
[Tue Oct 27 14:36:54 2009] [error] [client 127.0.0.1] File does not exist:
C:/wamp/www/myApp/jsLex/Nexaweb/client/lib/com/nexaweb/client
[Tue Oct 27 14:36:54 2009] [error] [client 127.0.0.1] File does not exist:
C:/wamp/www/myApp/jsLex/Nexaweb/client/lib/com/nexaweb/client
[Tue Oct 27 14:36:54 2009] [error] [client 127.0.0.1] File does not exist:
C:/wamp/www/myApp/jsLex/Nexaweb/client/lib/com/nexaweb/client
...
Thanks for your help,