Tuesday, September 21, 2010

root path for server side code

Hi Folks,

I have some server side code which runs some perl scripts on the
server and passes their output to the client over the RPC service.

I run the scripts by calling the
Runtime.getRuntime().exec("myscript.pl"); command.

When I work with eclipse development mode, my scripts need to be in
the war dir of the project.

When I host the web application on jetty (or tomcat)....the scripts
need to be located in /usr/share/jetty and a similar place on tomcat.

Is there a way to specify the root path for the server side code?

Cheers

Andrew

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment