Hello,
What are you using to start your webapp, the Eclipse plugin, ant, the java
command?
For example in an ant build file, you could do something like this:
<target name="x" depends="y">
<java
fork="true"
classpath="${sdk.dir}/lib/appengine-tools-api.jar"
classname="com.google.appengine.tools.development.DevAppServerMain">
<arg value="-Dparam=value" />
<arg value="${project.dir}/war" />
</java>
</target>
Also, I think this question would be better suited for the App Engine for
Java discussion group:
http://groups.google.com/group/google-appengine-java
Thank you,
Jeff
On Wed, Apr 8, 2009 at 12:04 AM, mawei1981 <[email protected]> wrote:
>
> Hi,All
>
> I want to add some parameters when I start my webapp
>
> -Djava.security.policy=server.policy
>
> where can I set it.
>
> Best Regard
> .
> >
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---