• 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
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

How to pass data between two spring application

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

I am using spring annotation and trying to pass data from jsp in springapp1 to springapp2. I have tried to pass the data using modelandview. But when i try to redirect to a jsp in another springapp, i am getting the following error


HTTP Status 404 - /springapp1/JSP/springapp2/jsp/indexdesign

type Status report

message /springapp1/JSP/springapp2/jsp/indexdesign

description The requested resource (/springapp1/JSP/springapp2/jsp/indexdesign) is not available.
Apache Tomcat/5.5.31


Please find the code below i have tried to pass data



Kindly assist to solve this issue.

Thanks
 
clojure forum advocate
Posts: 3479
Mac Objective C Clojure
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The error message you got is pretty clear, reread it again.

HTTP Status 404 - /springapp1/JSP/springapp2/jsp/indexdesign

 
What I don't understand is how they changed the earth's orbit to fit the metric calendar. Tiny ad:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic