Ok, I did something good ! I copied the entire "turbinex1" structure created by
newapp.bat
into:
$JAKARTA_HOME/jakarta-tomcat/webbapps
Now something is happening !
The Tomcat servlet.log file reports:
2000-09-06 04:25:40 - path="/turbinex1" :turbinex1: init
2000-09-06 04:25:43 - path="/turbinex1" :turbinex1: Turbine init()!
I presume this is good, indicating Turbine initialized.
Tomcat log screen reports problems finding the turbine.log file:
>java.io.FileNotFoundException: ./webapps/turbinex1/logs/turbine.log (The system
>cannot find the path specified)
Tomcat log screen reports problems finding the webmacro.log file:
java.io.FileNotFoundException: ./webapps/turbinex1/logs/webmacro.log (The system
cannot find the path specified)
At the end of the Tomcat report, we have:
9/6/00 4:25 PM config ERROR Config: could not correctly initialize logging!
9/6/00 4:25 PM broker INFO Loaded provider:
org.webmacro.resource.TemplateProvider
9/6/00 4:25 PM broker INFO Loaded provider:
org.webmacro.resource.HandlerProvider
9/6/00 4:25 PM broker INFO Loaded provider:
org.webmacro.resource.UrlProvider
9/6/00 4:25 PM dir INFO Registered directive: include
9/6/00 4:25 PM dir INFO Registered directive: parse
9/6/00 4:25 PM dir INFO Registered directive: set
9/6/00 4:25 PM dir INFO Registered directive: if
9/6/00 4:25 PM dir INFO Registered directive: else
9/6/00 4:25 PM dir INFO Registered directive: use
9/6/00 4:25 PM dir INFO Registered directive: param
9/6/00 4:25 PM dir INFO Registered directive: filter
9/6/00 4:25 PM dir INFO Registered directive: foreach
9/6/00 4:25 PM dir INFO Registered directive: local
9/6/00 4:25 PM dir INFO Registered directive: property
9/6/00 4:25 PM dir INFO Registered directive: tool
9/6/00 4:25 PM broker INFO Loaded provider:
org.webmacro.engine.DirectiveProvider
9/6/00 4:25 PM broker INFO Loaded provider:
org.webmacro.engine.ParserProvider
Finally, url: http://localhost:8080/turbinex1/servlet/turbinex1
generates this HML response from Tomcat:
This is a simple WebMacro top navigation template that is just straight html
---------------------------------------------------------------------------
Error
----------------------------------------------------------------------------
This is a simple WebMacro bottom navigation template that is just straight
html"
What do you guys think ?
I must be close.
Thanks in advance,
Randy
"Randall G. Alley" wrote:
> Here's where I stand. I guess I need a little hand holding.
>
> 1) completed instructions in $JAKARTA_HOME/tdk/xdocs/build.xml
> 2) completed instructions in $JAKARTA_HOME/tdk/xdocs/index.xml
> 3) I ran newapp.bat and made an app: turbinex1
> It is in the $JAKARTA_HOME/tdk/dist/tdkwebapps/turbinex1
>
> Should I copy turbinex1 to the Tomcat webapps directory ? I tried doing that
> but it didn't matter.
> Do I need to enter turbinex1 in the Tomcat setup anywhere ?
>
> I made the MySQL database, but where do I put it ?
> And how do I tell turbine where it lives ?
>
> I named it: turbinex1
> Now it's in:
> c:\mysql\data
> User and Password are empty.
>
> When I type:
> http://localhost:8080/turbinex1/servlet/turbinex1
>
> I get:
>
> Not Found (404)
> Original request/tomcat.notFoundHandler
>
> I really appreciate everyone's help.
> I know I must be close, since everything to this point was error free (lots
> of warnings, though).
>
> Randy
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?: [EMAIL PROTECTED]