Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6957295
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T14:58:56+00:00 2026-05-27T14:58:56+00:00

Is there an option/parameter to deploy an application client with java-web-start enabled with the

  • 0

Is there an option/parameter to deploy an application client with java-web-start enabled with the asadmin command? I work with GlassFish 3.1.1.

I have a jar-file which works well, when I deploy it in the webgui

Type: “Application Client”
Java-Web-Start [x]

I look for something like this:

asadmin deploy --type application --property java-web-start-enabled=true /path/to/jar/file/myApp.jar
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T14:58:57+00:00Added an answer on May 27, 2026 at 2:58 pm

    An “Application Client” deployed in the glassfish can only started by java-web-start, when the jar-file is signed. So when I deploy it with the “glassfish web administration console”, the jar-file is signed and everything works as expected. When I deploy it throught a script (for example jenkins), the web start parameter doesn’t work and the files aren’t signed. The result: java web start doesn’t work.

    Solution: I sign the jar file with a maven plugin. For that, I first had to import the Glassfish certificate into the keystore

    keytool -importkeystore -srckeystore "../../glassfish/domains/domain1/config/keystore.jks"  
    

    The pom-file with the “maven-jarsigner-plugin” plugin looks like:

      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-jarsigner-plugin</artifactId>
        <version>1.2</version>
        <configuration>
          <alias>s1as</alias>
          <storepass>changeit</storepass>
          <keypass>changeit</keypass>
        </configuration>
        <executions>
          <execution>
            <id>sign</id>
            <goals>
              <goal>sign</goal>
            </goals>
          </execution>
          <execution>
            <id>verify</id>
            <goals>
              <goal>verify</goal>
            </goals>
          </execution>
        </executions>
      </plugin>
    

    Now I can deploy the application with a asadmin deployment script, and java-web-start is enabled!

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is there an option for the curl command to show only a percentage output
Is there any option to clear the console screen in Java as clrscr() in
i have list of images and on mouse over there is option box shows
I have a bash script where you can specify options with --option parameter: if
I have birt-viewer running on apache tomcat. I thought there might be an option
I'm curious if there is an option to disable gcc warnings about a parameter
I'm using git post-receive hook to deploy versions of the web application from three
Using django comments framework http://docs.djangoproject.com/en/dev/ref/contrib/comments/ Not sure is there option, to make all comments
is there an option how to disable that #if, #endif and other directives are
Is there an option to enable the drop down menu that appears when coding

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.