Operating System - HP-UX
1820390 Members
3602 Online
109623 Solutions
New Discussion юеВ

Re: prm java.io.FileNotFoundException

 
William Watson_1
Occasional Contributor

prm java.io.FileNotFoundException

Hello Everybody,
I am trying to enable web management for the process resource manager under HP-UX 11.23. I did everything that was requested in the xprm man page under "MANAGING SYSTEMS WITH A WEB BROWSER". I keep getting "java.io.FileNotFoundException: http://viora1/jprm.jar". And, when I try to go to "http://viora1/jprm.jar" I get "You don't have permission to access /jprm.jar on this server". I am not an expert on Apache but I suspect this has somthing to do with directory permissions?

Many thanks for any hints.

Regards,
Bill

2 REPLIES 2
Alex Lavrov.
Honored Contributor

Re: prm java.io.FileNotFoundException

In the configuration file in apache, usually httpd.conf, check what is the document root of the server. In the document root, check if the file is there and what permissions are set on the file and on the directory.
I don't give a damn for a man that can only spell a word one way. (M. Twain)
William Watson_1
Occasional Contributor

Re: prm java.io.FileNotFoundException

Hi Alex,

from httpd.conf;

DocumentRoot /opt/hpws/apache/htdocs


Options FollowSymLinks
AllowOverride None




Options Indexes FollowSymLinks ExecCGI

AllowOverride None

Order allow,deny
Allow from all



from ll j*

root@viora1:/opt/hpws/apache/htdocs # ll j*
-rwxrwxr-x 1 bin bin 500623 Oct 13 2003 jh.jar
-rw-rw-r-- 1 bin bin 325 May 10 10:54 jprm.html
-rwxrwx--x 1 bin bin 315479 Aug 27 2004 jprm.jar
root@viora1:/opt/hpws/apache/htdocs #

Thanks,
Bill