-
Java Applet in Tomcat
Hi
I have the following JSP with an applet:
<html>
<head>
</head>
<body>
<jsp:plugin type="applet"
code="com.signaturecapture.SignatureCaptureApplet.class"
width="300" height="200">
</jsp:plugin>
</body>
</html>
The problem is that I must put all necesary libraries/jar files in the same directory as the JSP file and use the archive tag in order to access them. as per my client requirements they must reside in another directory that is defined in the TOMCAT classpath. Any suggestions or site that could help me? Thanks in advance.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks