You need to start with the TDK, which is all that is needed to run
Turbine and get a simple application up and running.
http://java.apache.org/turbine/tdk .
Extract the tarball, and from the root directory from where you unzipped
it, run
newapp [appname]
Where appname is the name you want for the application. It will
automatically create everything you need to get started on the application.
Then run
bin\startup
to start Tomcat (the servlet container). Point your browser to
http://localhost:8080/[appname]/servlet/[appname] where [appname] is the
name of the application you specified for newapp. It will take awhile
(up to 60 seconds or so) before your browser gets a response, but you
should eventually get a working welcome page.
Will Stranathan
S.V.Suresh wrote:
> -Hi
> -In configuring turbine i installed ecs,illage,jndi,mail,active,jserv,..etc
> as specified in the documents.but iam getting the -following error while
> installling with turbine snap shots.
> -Then i tried with tdk but same error iam getting.It became a nightmare to
> me.Pls help me in this problem.
>
> -[01/12/2000 15:30:31:570] (ERROR) ajp12: Servlet Error:
> java.lang.VerifyError: (class:
> -org/apache/turbine/services/security/DBSecuri--tyService, method: revoke
> signature:
> -
> (Lorg/apache/turbine/om/security/User;Lorg/apache/turbine/om/security/Group;
> Lorg/apache/turbine
> -/om/security/Role;)V) Incompatible object argument for function call: (class:
> -- org/apache/turbine/services/security/DBSecurityService , method: revoke
> signature:
> -(-Lorg/apache/turbine/om/security/User;Lorg/apache/turbine/om/security/Grou
> p;Lorg/apache/turbine/om/secur
> -ity/Role;)V) Incompatible object argument for function call
>
> -[01/12/2000 15:30:31:570] (ERROR) an error returned handling request via
> protocol "ajpv12"
>
>
> -Regds
> -Suresh
>
>
>
>
> ------------------------------------------------------------
> To subscribe: [EMAIL PROTECTED]
> To unsubscribe: [EMAIL PROTECTED]
> Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
> Problems?: [EMAIL PROTECTED]
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?: [EMAIL PROTECTED]