Hi This is as far as I can see configuring the source code where so it pick up spring, my question was is there a way to give and load spring through SimpleHTTPServer so I don't need to change the implementation of the service. Ideally for me the service should be a aar loaded through the ConfigurationContext that I supply to the SimpleHTTPServer. Is this possible?
cheers, Håkon 2009/7/20 robert lazarski <[email protected]> > 2009/7/20 Håkon Sagehaug <[email protected]>: > > > > I use tomcat as my container. So I need help in how I can supplay the > > SimpleHTTPServer with my spring context. > > > > Any tips > > > > cheers, Håkon > > I'd create my own ApplicationContext in this case. Here's a previous > email on this list that explained how: > > > http://mail-archives.apache.org/mod_mbox/ws-axis-user/200904.mbox/%[email protected]%3e > > - R > > > > > -- > > Håkon Sagehaug, Scientific Programmer > > Parallab, Bergen Center for Computational Science (BCCS) > > UNIFOB AS (University of Bergen Research Company) > > > -- Håkon Sagehaug, Scientific Programmer Parallab, Bergen Center for Computational Science (BCCS) UNIFOB AS (University of Bergen Research Company)
