Good morning all
back to work. Please help, I've spent already too much time triyng to get up and
running Jetspeed. If required I can post all the necessary files, *.xml,
*.properties and the logs, both from jetspeed and tomcat.
But first, HOW CA I GET THE CLASS FILES compiled in the jetspeed/bin/classes?
When I "build.bat", looks like the class files will be compiled in
jetspeed/bin/classes, but I cannot find any.
Another problem. I've cleaned the system, re-instaled jdk1.3, Tomcat (looks like
is working fine again) and jetsped only! jetspeed has in the build.bat javac.jar
in the classpath, hovewer I couldn't find the file anywhere. Therefore I checked
all the zip files for xerces, xalan, ant, jetspeed, and so on, and I found
somewhere (could not remember now exactly where) one javac.jar, I just copied
the file from the archive and added in the .../lib. Is this correct? probably
not, but where exactly is coming this file from?
An observation ( I might be wrong again)
In Apache I have no Indexes declaration in the httpd.conf file, for all
directories:
<Directory "F:\Apachegr\tomcat\webapps\examples">
# Options Indexes FollowSymLinks
Options IncludesNOEXEC FollowSymLinks ExecCGI MultiViews </Directory>
This means (from the Apache point of view) the visitor cannot see the actual
structure of directories, and will get an error:
Forbidden
You don't have permission to access /grafica/ on this server.
--------------------------------------------------------------------------------
Apache/1.3.12 Server at www.firstdomain.com Port 80
I have the same "no index" declaration in the tomcat section of httpd, in the
tomcat.conf and in the tomcat-apache.conf. BUT I still can see all the
directories-files if I access
http://www.firstdomain.com:8080/directory/subdirectory/........
What do I need to do in order to protect the directory structure from being
viewed?
Thanks for now. BTW, here is the ultimate error I get when I access
http://www.firstdomain.com:8080/jetspeed/servlet/jetspeed
and
http://www.firstdomain.com:8080/servlet/jetspeed
Is this because I'm missing the class files? Then, how can I get them to be
build?
Thanks for now. Have a good day
Regards, Liviu
Exception: java.lang.AbstractMethodError
at org.apache.turbine.modules.Action.perform(Action.java:77)
at org.apache.turbine.modules.ActionLoader.exec(ActionLoader.java:111)
at Turbine.doGet(Turbine.java:299)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at
org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWrapper.java:503)
at
org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWrapper.java:597)
at
org.apache.tomcat.servlets.InvokerServlet.service(InvokerServlet.java:257)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at
org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWrapper.java:503)
at org.apache.tomcat.core.ContextManager.service(ContextManager.java:559)
at
org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpConnectionHandler.java:160)
at
org.apache.tomcat.service.TcpConnectionThread.run(SimpleTcpEndpoint.java:338)
at java.lang.Thread.run(Unknown Source)
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]