Jon Stevens wrote:
> Have you not been reading all the postings on this list? :-)

Yes, but I'm 37 and my memory isn't what it used to be.  :-)

> <http://localhost:8080/myapp/servlet/myapp>

Now, THAT'S what I needed.  Thanks!

> There is also documentation in the TDK.
> 
> <http://localhost:8080/site/>

Thanks again!  Beautiful.  Compliments to the chefs.

I do have the following suggestions:

1. Remove the ^M's from the .sh files. 
  (Do you really want a patch for that?  I'll do it if you like.)

2. Add a README.txt file, as follows:
======================================================================
Creating your first Turbine application

   Execute newapp.sh  [appname]    <-- Unix
   Execute newapp.bat [appname]    <-- Windows 

For example, if the name of your application is "test", you would execute: 

  ./newapp.sh test 

Now, you will need to start the Tomcat Servlet Engine: 

  ./bin/startup.sh      <-- Unix
  ./bin/startup.bat     <-- Windows 

Verify your installation by browsing http://localhost/[appname]/servlet/[appname] .
You should see a page that looks something like this: 

 ---------------------------------------------------------------------------------
|                                                                                 |
| This is a simple WebMacro top navigation template that is just straight html    |
|                                                                                 |
|  Welcome to the Turbine TDK!                                                    |
|                                                                                 |
| This is a simple WebMacro bottom navigation template that is just straight html |
|                                                                                 |
 ---------------------------------------------------------------------------------

Now browse to http://localhost:8080/site/ and follow the rest of the instructions.
======================================================================

3. Put the page

   http://localhost:8080/site/ 

   at

   http://java.apache.org/turbine/tdk 

   and add a link to the tarballs.  (I can modify the index.html file,
   but isn't it generated from something else?)

Again, thanks for your help and hard work.  After endless productivity-enhancing
meetings with a succession of Very Important VPs, I've convinced them to migrate
from the Dynamo Application Server to Turbine, and the TDK will make it much easier.
And -- wahoo! -- I finally get to write some code instead of Word documents.
Life is good.  :-)

-- Travis Low  
   <mailto:[EMAIL PROTECTED]>
   <http://dawnstar.org/travis>


------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to