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

AW: Installation problem on Sun E450 - Need Help ?


Are you shure that you don't have a line break in your setup?
 
Another common mistake that has an error message that looks like that,
is that jdk's tool.jar is missing in the classpath.
-----Ursprüngliche Nachricht-----
Von: Frédéric PREVOST [mailto:prevostfr@district-parthenay.fr]
Gesendet: Freitag, 7. Juli 2000 19:33
An: Gnujsp@Career. Gjt. Org
Betreff: Installation problem on Sun E450 - Need Help ?

Hello,
 
I've installed GNUJSP 1.0.1 on a Sun E450, 2 processors, 512 Mo of RAM under Solaris 8 (2.8).
 
Before that I've Installed JServ 1.1.2 using DSO mode to link with the pre-installed Apache Server 1.3.12 (Sun) and using the Sun JDK 1.2.
I tried example servlets succesfully.
 
I also configured the GNUJSP init arguments.
 
But, whenever I try to run any jsp file I get the following type of error

Error compiling source file:

file:/usr/local/apache/htdocs/jsp/hello.jsp

sun.tools.javac.Main

If, I take a look in the log file, I can see that the compiler init arg shown is troncated an stop after the second ":". for exemple :

in the myzone.properties file, you can see something like :

compiler=builtin-javac -classpath %classpath%:/usr/acesame/JServ/acesame:/usr/acesame/acesame.jar:%scratchdir% -d %scratchdir% -deprecation %source%

in the log file, you can see :

compiler=builtin-javac -classpath %classpath%:/usr/acesame/JServ/acesame

Perhaps it's the source of my problem ?

Does anybody know ?

Thanks,

    Fred