Hi,
I am getting an error saying "applet not initiated" in the status bar of my browser. I am using firefox to run a web-based application developed in PHP. There is a PHP page which displays html page in one frame. that HTML page has some java script and an applet tag which when browsed results into error message.
The location of HTML page and associated jar files is a sub-directory within htdocs and this can not be changed.
I have jdk1.3.1_01, Apache 2.0.55 (with mod_jk 1.2.15), php-5.0.5-Win32 and jakarta-tomcat-3.3.2 installed on my standalone PC. Tomcat is running for JSP pages (placed in both htdocs directory and ROOT directory). I need to make tomcat work for my
js and applets regardless of the location of the jar files and/or anyother related files.
I have searched the web for solution and found some threads discussing servlet-mappings for the invoker. I dont have any web.xml file for my tomcat version. No other xml file has the invoker keyword! I have no idea as to what and where changes are to be made!
I dun know what to do! Please help me in this regard. I have a deadline approaching and I really need to make the applet run!
regards