[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index] [Home]

Re: Win32 Apache 1.3.3 and JRun 2.2


Hi George,

George Burns wrote:
> I'm having problems getting GNUJSP working with Win32 Apache 1.3.3 and
> JRun 2.2.  Whenever I try to access a .jsp page, I just get the source
> back, unformatted.  If I try a URL for a non-existing .jsp page, I get
> the folowing pair of messages in my Apache error.log file:
> 
> [<Date>] [warn] [client <IP Address>] handler "jsp-handler" not found
> for: /junk.jsp
> [<Date>] [error] [client <IP Address>] File does not exist: /junk.jsp
> 
> I don't get any message if the file actually exists, so it seems that it
> is partially working.  Can anyone who has this configuration working
> give me some hints?  I believe I have the .jar file added to the proper
> classpath setting (the java.args property in the file jsm.properties in
> <JRun>\2.2\jsm-default\properties, after the "-cp").

What happens when you request the URL
http://<host>/servlet/jsp
You should get an error message about the file not being specified.

Anyway, when using Apache with JRun, you should not add the Action and
AddHandler directives to your srm.conf file. Instead you should use
JRun's administration interface to map files with the .jsp extension to
the jsp servlet.

Regards, Vincent.