aspose file tools
The moose likes EJB and other Java EE Technologies and the fly likes Yes UTC.WAR is missing........ Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » EJB and other Java EE Technologies
Reply Bookmark "Yes UTC.WAR is missing........" Watch "Yes UTC.WAR is missing........" New topic
Author

Yes UTC.WAR is missing........

kanth ns
Greenhorn

Joined: Aug 24, 2003
Posts: 6
Hello vikas,
As diagnosed by u UTC.war is missing. What am I to do next. ie where do i put the UTC.war in ProjectEAR or ProjectEJB or ProjectWAR, or somewhere in the server configuration?
Regards,
Kanth NS
Pradeep bhatt
Ranch Hand

Joined: Feb 27, 2002
Posts: 8876



Groovy
Lasse Koskela
author
Sheriff

Joined: Jan 23, 2002
Posts: 11962
    
    5
Hello "kanth NS",
First of all, I have to ask you to change your display name to comply with our naming policy.
Second, if this question is related to a prior private discussion with "vikas", it would be best to either
A) continue the discussion in private, or
B) give the rest of us some background info


Author of Test Driven (2007) and Effective Unit Testing (2013) [Blog] [HowToAskQuestionsOnJavaRanch]
vikasids sharma
Ranch Hand

Joined: Aug 01, 2003
Posts: 157
look kainth
first of all u have to edit your server-cfg.xml file under config directory.
Simply place the code by replacing project name ,URL and uri
make your web module entry in webcontainer tag like WebModuleRef_8 in present case
<webContainer xmi:id="WebContainer_1" installedWebModules="WebModuleRef_1 WebModuleRef_2 WebModuleRef_3 WebModuleRef_4 WebModuleRef_5 WebModuleRef_6 WebModuleRef_7 WebModuleRef_8">

<installedApps xmi:id="ApplicationRef_5" desiredExecutionState="START" name="NameofProject" archiveURL="fullpath\NameofProject.ear">
<modules xmi:type="applicationserver:WebModuleRef" xmi:id="WebModuleRef_8" uri="UTC.war"/>
</installedApps>


1. Now create a directory with NameofProject.ear under installed application directory.
2. create another directory with name UTC.war under NameofProject.ear
3. place all your JSPs and static content here........
4. create web-inf/classes directories under UTC.war and place all your classes and servlets here.........
5.Dont forget to make web.xml file placed parallel to your classes directory
for registering and maping of your servlets

Originally posted by kanth ns:
Hello vikas,
As diagnosed by u UTC.war is missing. What am I to do next. ie where do i put the UTC.war in ProjectEAR or ProjectEJB or ProjectWAR, or somewhere in the server configuration?
Regards,
Kanth NS


Thanks
Vikas Sharma
SCJP(1.4)
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Yes UTC.WAR is missing........
 
Similar Threads
adding a new web module
Unable to get Date instance in a particular format
DB2 Hibernate Sequence generator mapping
Exception while starting Websphere V 5.0
Couldn't perform JNdI Lookup for home interface