• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Struts Error

 
Ranch Hand
Posts: 62
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all...

I don't know the particular section to put this problem. However, since it involves servlets, hence, I am putting this problem here.

I am developing a project in struts 1.1. i am using Java1.4.2_03, tomcat 5.0.16. I have followed the right syntax to store the ActionForm beans ans Action classes. I want to use database and I have used the GenericDataSource to configure my MySQL datasource in struts-config.xml file. Now the application is working all fine except the part where I have handled the database. My vrowser is showing error...


type : status report
message: servlet action is not available
description: the requested resource (servlet action is not available) is not available


Kindly help me to resolve this problem. Its an urgency.

Thanks in advance.
 
ranger
Posts: 17347
11
Mac IntelliJ IDE Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am going to move this to the Web Application Framework forum. That is where all the Struts questions can be best answered.

Good Luck, I think they will ask to see more information. like what is in your struts-config.xml file and some code from your ActionForm and Action classes.

Mark
 
reply
    Bookmark Topic Watch Topic
  • New Topic