File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Spring and the fly likes How to pass data between two spring application Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Frameworks » Spring
Reply Bookmark "How to pass data between two spring application" Watch "How to pass data between two spring application" New topic
Author

How to pass data between two spring application

preethi Ayyappan
Ranch Hand

Joined: Oct 04, 2007
Posts: 518
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
Hussein Baghdadi
clojure forum advocate
Bartender

Joined: Nov 08, 2003
Posts: 3359

The error message you got is pretty clear, reread it again.
HTTP Status 404 - /springapp1/JSP/springapp2/jsp/indexdesign
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: How to pass data between two spring application
 
Similar Threads
Help submitting forms via SpringMVC and RESTful Web Service
TOMCAT 7 - Jboss 5.1.0.GA - Spring - JSP - I need some guidance.
Send/receive request from jsp to a Spring portlet.
Hibernate giving NonUniqueObjectException
how to tell MultiActionController Command Object is Of type com.dss.ems.model.User