[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-developers] Raq4 applet codebase in jsp
- Subject: [cobalt-developers] Raq4 applet codebase in jsp
- From: "Rodney Bratcher" <rodney@xxxxxxxxxxxx>
- Date: Fri Nov 15 22:45:00 2002
- List-id: Discussion Forum for developers on Sun Cobalt Networks products <cobalt-developers.list.cobalt.com>
Greetings,
I am having some trouble coming up with a valid codebase for an applet
in a .jsp page.
The applet .class file is located in
'myAppContext/WEB-INF/classes/myPackage/myApplet.class'
and the .jsp is located in 'myAppContext/'
I have tried with both <jsp:plugin code = "myPackage.myApplet.class"
codebase = 'See Below'>
and with normal <applet> tags.
codebase's tried include
1.. "/servlet/" with and without leading and trailing slashes.
2.. /myAppContext/servlet/ with and without leading and trailing slashes.
3.. application.getResource("/WEB-INF/classes/") with and without
4.. using the full URL with and without '/servlet/'
"http://www.myDomainName.net/myAppContext/servlet/"
5.. basically anything I could think of in the last 6 hours, gives me a
ClassNotFoundException
Some of the combinations work locally, but none work on the RAQ.
Any guidance would be greatly appreciated.
Thanks,
-- Rodney