The last two responses fixed the probem. I had to set the webapp root
dir: to context/ and point my browser to http://localhost:8080/app and
it worked.
Thanks to everyone for all their help.
Calvin
Mind Bridge wrote the following on 2/25/2006 6:17 PM:
> Hi,
>
> Please try
>
> http://localhost:8
Hi,
Please try
http://localhost:8080/app
'app' is the name of the servlet defined in WEB-INF/web.xml.
Calvin Deiterich wrote:
After I start up Jetty Launcher within Eclipse I go to
http://localhost:8080/
That brings me to a directory list in my web browser that contains:
Directory: /
.checks
" into the WEB-INF
>>
>>directory. Are
>>
>>>you sure you're running things right?
>>>
>>>-----Original Message-----
>>>From: Calvin Deiterich [mailto:[EMAIL PROTECTED]
>>>Sent: Saturday, February 25, 2006 5:22 PM
>
> > From: Calvin Deiterich [mailto:[EMAIL PROTECTED]
> > Sent: Saturday, February 25, 2006 5:22 PM
> > To: Tapestry users
> > Subject: Re: New user/HelloWorld Application - Cannot get
> > jwcid="insertSomeText to work
> >
> > After I start up Je
PM
> To: Tapestry users
> Subject: Re: New user/HelloWorld Application - Cannot get
> jwcid="insertSomeText to work
>
> After I start up Jetty Launcher within Eclipse I go to
> http://localhost:8080/
> That brings me to a directory list in my web browser that contains:
>
user/HelloWorld Application - Cannot get
jwcid="insertSomeText to work
After I start up Jetty Launcher within Eclipse I go to
http://localhost:8080/
That brings me to a directory list in my web browser that contains:
Directory: /
.checkstyle 300 bytes Feb 23, 2006 9:09:30 PM
.classpath 33
After I start up Jetty Launcher within Eclipse I go to
http://localhost:8080/
That brings me to a directory list in my web browser that contains:
Directory: /
.checkstyle 300 bytes Feb 23, 2006 9:09:30 PM
.classpath 337 bytes Feb 23, 2006 8:32:04 PM
.project580 bytes
Disregard my last, Calvin sent me his project yesterday and Home.html is
under /WEB-INF so I don't think a badly crafted url is the cause of his
woes.
(Calvin's project work for me BTW).
Geoff
On 2/25/06, Geoff Longman <[EMAIL PROTECTED]> wrote:
>
> hmm, yes
>
> http://localhost/Home.html might
hmm, yes
http://localhost/Home.html might load the template
while
http://localhost/app would load the, dynamic, Tapestry home page.
I'm not near my setup to try it out Calvin but do check the url you were
using.
Geoff
On 2/25/06, Sebastiaan van Erk <[EMAIL PROTECTED]> wrote:
>
> What URL are
What URL are you using to access your page?
Are you sure you're not just viewing the static .html page?
Greetings,
Sebastiaan
Calvin Deiterich wrote:
Barry,
Sorry about that, the code is below:
The code:
Home.html
Hello World
Welcome to your first Tapestry Application
Th
Barry,
Sorry about that, the code is below:
The code:
Home.html
Hello World
Welcome to your first Tapestry Application
This text will be replaced by
Tapestry
Home.java
package tutorial.hello;
import org.apache.tapestry.html.BasePage;
public class Home extends BasePage
{
You didn't post the code but I suspect you need Also what out for misspelling jwcid.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Being new to tapestry I am trying to work through the HelloWorld
tutorial. The code compiles, runs using Jetty Launcher and I can go to
localhost:8080 and the page comes up but the text is not being replaced.
I am running:
Eclipse 3.1.1
Spindle 3 for Tapestry 3.2.13
Jetty Launcher Plugin 1.3.0
I
13 matches
Mail list logo