Aller au contenu
View in the app

A better way to browse. Learn more.

Next

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

[JWS]Appli sur un serveur sans faire du http

Featured Replies

Posté(e)

Bonjour,

j'ai déployer une appli avec jws sur ma machine. Maitenant, j'aimerai le mettre sur le serveur.

Pour accéder au serveur depuis n'importe quelle machine, il faut taper :

\\SOLARE\NextccReport$

Une page apparait et dedans il y a différents répertoires.

Le répetoire qui contient l'appli est Programme :

http://cjoint.com/data/hsntrQNYZm.htm

Le soucis que j'ai, c'est que je n'arrive pas à savoir comment modifier les lignes qui contiennent http pour mettre à la place le serveur.

Mon Fichier jnlp est le suivant :

<?xml version="1.0" encoding="utf-8"?>
<jnlp spec="1.0+" codebase="http://localhost/Local-Site-A/" href="test.jnlp">

<information>
	<title>Mon Logiciel par JNLP</title>
	<vendor>Pierre Sylvestre</vendor>
	<shortcut online="false">
			  <menu submenu="progjava"/>
	</shortcut>
</information>

<security>
	<all-permissions/>
</security>

<resources>		
	<j2se version="1.6+" href="http://java.sun.com/products/autodl/j2se"/>
	<jar href="http://localhost/Local-Site-A/lib/sLogiciel.jar"/>
	<jar href="http://localhost/Local-Site-A/lib/sFreechart.jar"/>
	<jar href="http://localhost/Local-Site-A/lib/sUnit.jar"/>
	<jar href="http://localhost/Local-Site-A/lib/sItext.jar"/>
	<jar href="http://localhost/Local-Site-A/lib/sFreeChartExperimental.jar"/>
	<jar href="http://localhost/Local-Site-A/lib/sServlet.jar"/>
	<jar href="http://localhost/Local-Site-A/lib/sCommon.jar"/>
	<jar href="http://localhost/Local-Site-A/lib/sFreeChartSWT.jar"/>
	<jar href="http://localhost/Local-Site-A/lib/sSWTGraphics2d.jar"/>
	<jar href="http://localhost/Local-Site-A/lib/sSqljdbc.jar"/>
</resources>

<resources os="Windows">
	<nativelib href="sAuth.jar"/>		
</resources>
<application-desc main-class="MonMenu" />

</jnlp>

J'aimerai savoir s'il est possible de déployer cette application sans que le serveur fasse du http.

Si oui, comment faire.

Merci

Modifié par austinpower

Archivé

Ce sujet est désormais archivé et ne peut plus recevoir de nouvelles réponses.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.