Re: How to run struts examples in Tomcat

2002-09-01 Thread Vivian
Thank you all, http://localhost:8080/struts-example works. - Original Message - From: "congzhebin" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Sunday, September 01, 2002 5:37 AM Subject: Re: How to run struts examples in

Re: How to run struts examples in Tomcat

2002-09-01 Thread congzhebin
http://localhost:8080/struts-example - Original Message - From: "micael" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Sunday, September 01, 2002 12:37 PM Subject: Re: How to run struts examples in Tomcat

Re: How to run struts examples in Tomcat

2002-08-31 Thread micael
Sorry, misunderstood your question. mea culpa, mea maxima culpa. At 09:34 PM 8/31/2002 -0700, you wrote: >You just need http://localhost:8080. Didn't it work? > >At 10:02 PM 8/29/2002 -0400, you wrote: >>Dear all: >> >>I have deployed struts-example.war on tomcat successfully. I want to run the

Re: How to run struts examples in Tomcat

2002-08-31 Thread micael
You just need http://localhost:8080. Didn't it work? At 10:02 PM 8/29/2002 -0400, you wrote: >Dear all: > >I have deployed struts-example.war on tomcat successfully. I want to run the >example. But what URL should I use? I know the URL should be something like >http://localhost:8080/???What shou

Re: How to run struts examples in Tomcat

2002-08-31 Thread Vivian
It works! Thank you very much, Joel. Vivian - Original Message - From: "Joel Schneider" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Saturday, August 31, 2002 10:25 PM Subject: Re: How to run struts examples in Tom

Re: How to run struts examples in Tomcat

2002-08-31 Thread Joel Schneider
Vivian wrote: > I have deployed struts-example.war on tomcat successfully. I want to run the > example. But what URL should I use? I know the URL should be something like > http://localhost:8080/???What should put after http://localhost:8080/? Try http://localhost:8080/struts-example/ -- Joel Sc

How to run struts examples in Tomcat

2002-08-31 Thread Vivian
Dear all: I have deployed struts-example.war on tomcat successfully. I want to run the example. But what URL should I use? I know the URL should be something like http://localhost:8080/???What should put after http://localhost:8080/? Thank you for your help ___