Skip to main content
August 21, 2007
Question

Deploy WebHelp on application server?

  • August 21, 2007
  • 5 replies
  • 790 views
Our WebHelp needs to be 'deployed' to an application server (JBoss, WebSphere, etc) and I'm told I nee dto wrap it in a .war file. All new to me. Has anyone done this or can someone point me to some background and instructions?
This topic has been closed for replies.

5 replies

Inspiring
August 29, 2007
And launching, too.
h
Inspiring
August 29, 2007
A further detail:

The developer explodes the zip file into the package that becomes the war file. So in my case, when I update help files, the application developer prefers to get the whole new package zipped up (with a time/date line embedded in the launch topic).

Harvey
Captiv8r
Legend
August 29, 2007
Yikes! All this talk about wars and explosions!
Inspiring
August 28, 2007
Hello factormax -

Leon "MergeThis" is right.

We deploy our app via a WAR file and it includes all of the Help files. I designed the Help to reside in a separate subdirectory of the application and the app calls-to-help point to that relative location. Only a single XML file gets updated during deployment.

I ZIP the generated Help project and give it to the build manager. He extracts/inserts into his build environment, builds the app and deploys as a WAR file.

Gen your Webhelp to a local drive, ZIP it up and give it to the build team.

Regards,
GEWB
MergeThis
Inspiring
August 21, 2007
They have it all wrong: they need to "wrap it in a .war file" (that's a .zip file for UNIX). Our release engineering folks do that as part of the application build. When the users open the application the first time, the app "unwraps" the .war file for them.

"They" are the ones who should be doing the heavy lifting on this one!


Good luck,
Leon
Peter Grainge
Community Expert
Community Expert
August 21, 2007
Your developers should be able to tell you what software is available to you to do that in your company. Otherwise give them a zip file and let them do it.

Use the menu (bottom right) to mark the Best Answer or Highlight particularly useful replies. Found the answer elsewhere? Share it here.