• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

struts with WAS 6.0

 
Ranch Hand
Posts: 54
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I'm trying to deploy struts-blank.war on WAS 6.0 using wsadmin. Using the server console UI, it gets deployed without any errors but when i run the foll command from DOS prompt

wsadmin -c "$AdminApp install D:/struts-blank.war {-contextroot /strutsBx}"

I get

WASX7015E: Exception running command: "$AdminApp install D:/struts-blank.war {-contextroot /strutsBx}"; exception information:
com.ibm.ws.scripting.ScriptingException: WASX7109E: Insufficient data for install task "MapWebModToVH

ADMA0010E: A Validation error occurred in task Selecting virtual hosts for Web modules. A virtual host is not specified for Web module Struts Blank Application with URI struts-blank.war,WEB-INF/web.xml."


Please tell how / where do i specify virtual host entry? Does it not by default take virtualhost=default_host?
Thanks in advance.

[ February 21, 2006: Message edited by: robbie keane ]
[ February 21, 2006: Message edited by: robbie keane ]
 
I want my playground back. Here, I'll give you this tiny ad for it:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic