LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (June 2003, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Sat, 14 Jun 2003 16:48:06 -0400
Reply-To:     Tony <hztangli@YAHOO.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Tony <hztangli@YAHOO.COM>
Subject:      Re: sas connection and mdtable

On Wed, 11 Jun 2003 14:46:57 -0400, Vlad <vshioshvili@QRC.COM> wrote:

>Harry, > >Thanks for the response. I did check out middleware, did not have chance to >play with it, but my problem is that I (we) do not use AppdevStudio and >write JSP pages and Servlets from scratch. The server that has Tomcat >installed on does not have AppDev Studio installed either. Is it still >possible to user middleware? > >thanks, >Vlad

Hello Vlad, Not sure what IDE tool you are using.If you don't have those jar files and tld file bundle with webAF,how can you use MDTable tag?You need to copy those files to your JSP container(Tomcat) or application server.For sas server,depend on the version,you might need to update your sas server using the transport file bundled with Appdev Studio too. For deployment, see: http://support.sas.com/rnd/appdev/webAF/server/deployingapps.htm

You could use a servlet as a controller to put connection object reference into session,then you can use that connection for any jsp in the same session scope.

Personally,I never use MVS before.I heard there is some issue with MVS (such as sas session cannot cleanup some times).There are some documents at AppDev Developer site: http://support.sas.com/rnd/appdev/doc/MWSuse.htm

Regards, Tony


Back to: Top of message | Previous page | Main SAS-L page