Deploying a MIDlet Suite Using WebDAV

See Also

You can set the properties of your project to automatically deploy your MIDlet suite. You can use the WebDAV protocol method to move MIDlet suite files using the Web-based Distributed Authoring and Versioning (WebDAV) protocols, a set of extensions to the HTTP protocol which allows you to work in collaboration with others to edit and manage files on remote web servers.

To deploy a MIDlet suite using the WebDAV protocol:

  1. Choose File > <active project name> Properties.
  2. In the Project Properties dialog, select the Deploying node from the Category tree.
  3. Choose WebDAV from the Select Deployment Method drop-down menu.
  4. Optionally, you can customize the URL for the JAR file by checking the Override JAR URL in JAD and entering a custom value.
  5. Enter the following information to specify the target location on the remote server:
  6. Optionally, enter your user name and password. If you do not enter a name and password here, you will be asked to enter the name and password when the application deploys.
  7. Right-click on the project and choose Deploy Project.
See Also
About Java ME Deployment

Legal Notices