jesse paquette wrote:
> Alas, it coughs up the same message with Tomcat 5.5.  I would think that 
> this problem would exist separate from Windows, because it's a .jsp 
> error.  Unless it has something to do with file permssions...
> 
>  > > org.apache.jasper.JasperException: /www/index.jsp(39,0) Unable to load

I think you have put everything one directory too deep... The url to 
BASE should be something like:

http://yourhost:8080/base/index.jsp

not

http://yourhost:8080/base/www/index.jsp

That Tomcat complains about /www/index.jsp indicates that you have a 
configuration similar to the last example.

/Nicklas

-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
_______________________________________________
The BASE general discussion mailing list
basedb-users@lists.sourceforge.net
unsubscribe: send a mail with subject "unsubscribe" to
[EMAIL PROTECTED]

Reply via email to