Hello!
I'm facing a problem here that I havent been able to solve for six days.
A month ago I had Windows 2000 running on my machine.
I installed and configured (context.xml, server.xml, web.xml)
Tomcat 5.5.9, inserted an
applet into a page that I put into the ROOT directory of
the Tomcat installation.
When I typed
http://localhost in my browser the page loaded and so did the
the applet. And so it worked when I typed
http://my_host_name from a remote
machine.
Then I installed XP Pro.
Did just the same. Everything worked locally.
But when I wanted to load the page from a remote machine the page loaded
but the applet didnt with the commonly known message "class not found".
I'm aware that there is a service running on XP that might conflict with
Tomcat. I stopped it but it didnt help.
I even tried codebase = "http://my_host_name" code = "myapplet.class".
What do you think it might be? I need a solution badly.
[fixed header]
[ January 24, 2006: Message edited by: Ben Souther ]