Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Here's a weird one. I've recently s

Status
Not open for further replies.

beades99

IS-IT--Management
Feb 26, 2003
2
CA
Here's a weird one. I've recently set up a Linux (Mandrake 9) web server with Apache 1.3.27, then copied all my files from a hosted server to this new one. Everything is working so far, except for one anomaly... I have a Java applet that displays panoramic photos, and Apache just doesn't want to find the Java class files needed for the applet.

My set-up is like this:

File with the applet code:

Applet code:
<APPLET
CODEBASE = &quot;java/&quot;
CODE = &quot;the_applet.class&quot;
...etc>

Location of the_applet.class:

However, whenever I load the page, I get an error 'the_applet.class not found' from MSIE, or 'Java executable not found' from Konqueror.

I know the class file is there and readable, because I can access it directly from either browser (e.g. by typing the URL
But no matter how I set the CODEBASE path, the page refuses to 'find' the class file.

I don't really know that this is an Apache problem as such, but I'm not sure what else it would be. This exact same combination of files and paths worked fine on the hosted server (also a Linux box), and it also works on a Windows XP box. Anyone have a suggestion here?
 
It has nothing to do with Apache, try asking in the Java or HTML forums here. //Daniel
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top