The error message you're quoting implies that there was an error during startup of the web application. Did you check your logs?

It sounds like maybe you're adding the J4 jars, but not removing the Java 5 versions of those jars. What's the complete listing of your WEB-INF/lib when you try to run the applications?

L.

David Bloom wrote:
I tried the same stuff with the blank app and i get same results.
However, this time I made sure of the four jars were present I which
replace the regular jars:

java -jar retrotranslator-transformer-1.0.8.jar -srcjar
struts2-core-2.0.1.jar -destjar struts2-core-j4-2.0.0.jar
java -jar retrotranslator-transformer-1.0.8.jar -srcjar
..struts2-api-2.0.1.jar -destjar struts2-api-j4-2.0.0.jar
xwork-j4-2.0-SNAPSHOT-20061126.jar

struts2-extras-j4-2.0.0-SNAPSHOT

the jars which were present initially when i exploded the jar:

--lib
--- commons-collections-3.1
--- freemarker-2.3.4
--- spring-aop-1.2.8
--- spring-context-1.2.8
--- spring-web-1.2.8
--- struts2-core-2.0.1
--- commons-logging-1.0.4
--- ognl-2.6.7
--- spring-beans-1.2.8
--- spring-core-1.2.8
--- struts2-api-2.0.1
--- xwork-2.0-beta-1

Not sure where to go from here

http://localhost:8080/struts2-blank-2.0.1/

type Status report

message /struts2-blank-2.0.1/

description The requested resource (/struts2-blank-2.0.1/) is not available.


On 11/25/06, David Bloom <[EMAIL PROTECTED]> wrote:
Since I was using Java 1.4.2 I downloaded The J4 to
C:\java\struts2\struts-2.0.1\j4\

Took all the files in that folder and placed in mailreader lib folder. I see
files like you mentioned
-retrotranslator-runtime-1.0.8
-retrotranslator-transformer-1.0.8
-translate.bat

I get

message /struts2-mailreader-2.0.1/

description The requested resource (/struts2-mailreader-2.0.1/) is not
available.

I am slightly disappointed about the difficulty with the example
application thus far.
I expected ease of use like I did with the webworks shopping-cart

copy C:\java\webworks\webwork-2.2.2\webapps\dis
t\shopping-cart.war c:\java\apache-tomcat-5.5.17\webapps\






>>I can't remember if these jars are included in the war, but they are
>>required at runtime:
 >> retrotranslator-runtime-n.n.n.jar
  >>backport-util-concurrent.jar


On Nov 24, 2006, at 9:31 PM, David Bloom wrote:

> I tried all the sample struts 2.0.1 wars individually in tomcat by
> placing each war in the webapps folder in tomcat.
>
> i.e
>
>
>
> The requested resource (/struts2-mailreader-2.0.1/) is not available.
>
> I placed libs from struts j4 zipin lib folder after wars get expanded
> after starting tomcat still no help.
>
> this link
>
> http://struts.apache.org/WW/why-is-my-action-unavailable.html
>
> did not help me out either
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe <at> struts.apache.org
> For additional commands, e-mail: user-help <at> struts.apache.org
>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to