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.
If you are setting the properties for
a
other than the default configuration (DefaultConfiguration),
you must uncheck the Use Values from "DefaultConfiguration" checkbox
at the top of the page to customize these options.
To deploy a MIDlet suite using the WebDAV protocol:
Choose File > <active project name> Properties.
In the Project Properties dialog, select the Deploying node from the Category
tree.
Choose WebDAV from the Select Deployment Method drop-down menu.
Optionally, you can customize the URL for the JAR file by checking the Override
JAR URL in JAD and entering a custom value.
Enter the following information to specify the target location on the remote
server:
Server. Name or IP address of the target server.
Target Directory. Location on the server where the MIDlet
suite is to be sent.
Port. The server's connection port.
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.
Right-click on the project and choose Deploy Project.