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

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 NullPointerE

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 - /JSPW

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 mag

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 > http://localhost:8080/JSPWiki

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

2008-05-09 Thread sakari . aaltonen
Quoting "Caldarale, Charles R" <[EMAIL PROTECTED]>: Are you by any chance using the 3rd-party repackaged version of Tomcat that came with your Linux distribution? If so, throw it away, and download and install a real one from tomcat.apache.org. The 3rd-party junk has caused numerous problems o

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 repack

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, un

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 y

[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 f