Re: SimpleHTTPServer and spring

2009-07-20 Thread robert lazarski
2009/7/20 Håkon Sagehaug : > 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 shou

Re: SimpleHTTPServer and spring

2009-07-20 Thread Håkon Sagehaug
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 Configur

Re: SimpleHTTPServer and spring

2009-07-20 Thread robert lazarski
2009/7/20 Håkon Sagehaug : > > 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-a

SimpleHTTPServer and spring

2009-07-20 Thread Håkon Sagehaug
Hi all I've got a web service deployed and running in axis2, so now I wanted to make a test environment for this service using the SimpleHTTPServer. I deploy my service using SimpleHTTPServer call the service, and validate the response. I managed to do this with a simple echo service, but my more