• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Liutauras Vilda
  • Paul Clapham
  • paul wheaton
Sheriffs:
  • Tim Cooke
  • Devaka Cooray
  • Rob Spoor
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:

Struts in Weblogic 8.1

 
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello guys,
I am trying to run Struts example in WebLogic 8.1 Server. I followed the instructions given in the Install.txt from struts.apache.org.
The istructions are given below:
----------------------------------------------------------------
Copy the WAR files in your Struts < /webapp > directory to your containers
< webapps > directory.
WebLogic 6.0+ - No additional steps required.
----------------------------------------------------------------
I did not find Webapps in WebLogic 8.1. So i copied them into
C:\bea\user_projects\domains\mydomain\applications and tried to run the example struts application using the URL http://localhost:7001/strutsexample
Its throwing the following error
----------------------------------------------------------
Error 404--Not Found
From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
10.4.5 404 Not Found
The server has not found anything matching the Request-URI. No indication is given of whether the condition is temporary or permanent.
If the server does not wish to make this information available to the client, the status code 403 (Forbidden) can be used instead. The 410 (Gone) status code SHOULD be used if the server knows, through some internally configurable mechanism, that an old resource is permanently unavailable and has no forwarding address.
----------------------------------------------------------------
Please help me how to solve this. Thanks.
VP
 
drifter
Posts: 1364
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Did you try struts-example (hyphen missing from your URL)? Other than that it looks correct, drop the war into applications directory like you said.
> the URL http://localhost:7001/strutsexample
 
Ranch Hand
Posts: 977
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
have you targeted the application??If not try to do it using the weblogic admin console and deploy the application.
 
Today's lesson is that you can't wear a jetpack AND a cape. I should have read this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic