RE: [newbie] Unable to find a javac compiler;

2008-05-11 Thread sakari . aaltonen
Lainaus Caldarale, Charles R [EMAIL PROTECTED]: As Hassan suggested, look in your logs. I just installed JSPWiki 2.6.2 on a Windows box without problem. However, when I did the same on an OpenSUSE system, the JSPWiki webapp died with SEVERE: Error filterStart and a couple of

RE: [newbie] Unable to find a javac compiler;

2008-05-11 Thread Caldarale, Charles R
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Subject: RE: [newbie] Unable to find a javac compiler; What finally worked was restarting Tomcat (no, I don't know why.) Hmmm - that doesn't work for me on OpenSUSE. I'm still getting this error at startup: May 11, 2008 12:49:55 PM

[newbie] Unable to find a javac compiler;

2008-05-09 Thread sakari . aaltonen
I would like to set up a Wiki and JSPWiki seems a likely candidate. So I am trying to get Tomcat 5.5 running. (The environment is Linux OpenSUSE 10.3.) I have got as far as to have the Sample Hello, World Application servlet run. However, the JSP example always fails with Unable to

RE: [newbie] Unable to find a javac compiler;

2008-05-09 Thread Caldarale, Charles R
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Subject: [newbie] Unable to find a javac compiler; Why doesn't Tomcat find javac? Good question, since Tomcat 5.5 doesn't use the javac from tools.jar, unless you have specifically configured it to do so. Have you changed anything in conf

RE: [newbie] Unable to find a javac compiler;

2008-05-09 Thread sakari . aaltonen
Quoting Caldarale, Charles R [EMAIL PROTECTED]: From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Subject: [newbie] Unable to find a javac compiler; Why doesn't Tomcat find javac? Good question, since Tomcat 5.5 doesn't use the javac from tools.jar, unless you have specifically configured

RE: [newbie] Unable to find a javac compiler;

2008-05-09 Thread Caldarale, Charles R
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Subject: RE: [newbie] Unable to find a javac compiler; I just took a first look at it, and the relevant section seems to be this: The JSP servlet config looks normal. Are you by any chance using the 3rd-party repackaged version of Tomcat

Re: [newbie] Unable to find a javac compiler;

2008-05-09 Thread Hassan Schroeder
On Fri, May 9, 2008 at 11:24 AM, [EMAIL PROTECTED] wrote: Outstanding. However, I still don't understand what is going on with JSPWiki, the package I got into this Tomcat stuff for. this does not help much because when I, next, tell my browser to go to

RE: [newbie] Unable to find a javac compiler;

2008-05-09 Thread Caldarale, Charles R
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Subject: RE: [newbie] Unable to find a javac compiler; As if by magic, this seems to trigger a process by which the directory $CATALINA_HOME/webapps/JSPWiki is generated from JSPWiki.war. It's not magic, it's autodeployment. http

Re: [newbie] Unable to find a javac compiler;

2008-05-09 Thread sakari . aaltonen
Quoting Hassan Schroeder [EMAIL PROTECTED]: On Fri, May 9, 2008 at 11:24 AM, [EMAIL PROTECTED] wrote: . when I, next, tell my browser to go to http://localhost:8080/JSPWiki/Install.jsp as suggested by the JSPWiki installation instructions, all I get is HTTP Status 404 -