You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Eric Covener <co...@gmail.com> on 2009/02/12 21:10:40 UTC

Re: [users@httpd] Re: How to use self signed Jar file on Apache HTTP Server

On Thu, Feb 12, 2009 at 12:48 PM, Manupriya <ma...@gmail.com> wrote:
>
> Thanks Dan,
>
> But what we actually understand is, if there is any specific location that
> we should put the jar file on the Apace HTTP Server? We have tried many
> probable locations, but from no where are we able access the jar/js file
> inside the Jar.

I'm assuming this is an applet. You're requesting the jar somehow, and
you should be able to see the URL in your access log.

If the status code is 404 instead of 200, either the jar or the HTML
is in the wrong place.  See DocumentRoot and Alias in your config file
to understand how the filesystem relates to URLs.

If the jar is served successfully with a 200, you really have a java
applet question.
-- 
Eric Covener
covener@gmail.com

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org