Java Forums

Main Menu
Home
Today's Posts
FAQ
Search
Contact Us

Java Network
Linux Archive
Java Tips
Java Tips Blog

Sponsored Links





Welcome to the Java Forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community, you will:

  • have access to post topics
  • communicate privately with other members (PM)
  • not see advertisements between posts
  • have the possibility to earn one of our surprises if you are an active member
  • access many other special features that will be introduced later.

Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 07-08-2008, 07:34 PM
Nicholas Jordan's Avatar
Senior Member
 
Join Date: Jun 2008
Location: Southwest
Posts: 781
Nicholas Jordan is on a distinguished road
deployment
assuming my test in a moment goes well, how do I deploy?
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
.
Cybercartography: A new theoretical construct proposed by D.R. Fraser Taylor
Bookmark Post in Technorati
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 07-09-2008, 02:12 AM
Norm's Avatar
Senior Member
 
Join Date: Jun 2008
Location: Heredia, Costa Rica
Posts: 2,223
Norm is on a distinguished road
having a client of 1 (or 2 counting my wife) I have no idea. I write and test the code, put it in a jar, copy the jar to the runtime folder, create a shortcut for it and sometimes add an entry to the Windows Registry so I can start my program by clicking on a file.
It's been a weak point in my experience. Will be interested in how it's done.
Norm
Bookmark Post in Technorati
Reply With Quote
  #3 (permalink)  
Old 07-09-2008, 10:18 AM
Niveditha's Avatar
Senior Member
 
Join Date: May 2008
Posts: 299
Niveditha is on a distinguished road
Send a message via Skype™ to Niveditha
Which is the Server in which you want to deploy?

As Norm said v need to jar the class files n place it in Server specific folder, some IDE's(like Eclipse) when linked does this task of deployment for us.
__________________
To finish sooner, take your own time....
Nivedithaaaa
Bookmark Post in Technorati
Reply With Quote
  #4 (permalink)  
Old 07-09-2008, 10:23 AM
Eranga's Avatar
Moderator
 
Join Date: Jul 2007
Location: Colombo, Sri Lanka
Posts: 4,545
Eranga has a spectacular aura aboutEranga has a spectacular aura about
Send a message via Yahoo to Eranga
All the time what I have done is create a jar file at the end. In NetBeans we can easily do it. Simply build the project. After that in the project folder we can find a folder name 'dist', that is the deployment package I used from a long way back.
__________________
Use an appropriate Subject. "Help, urgent!" isn't one.
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

Has someone helped you? Then you can
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
their helpful post.

Want to make your IDE the best?
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Bookmark Post in Technorati
Reply With Quote
  #5 (permalink)  
Old 07-09-2008, 07:10 PM
Nicholas Jordan's Avatar
Senior Member
 
Join Date: Jun 2008
Location: Southwest
Posts: 781
Nicholas Jordan is on a distinguished road
Eranga's got it
Quote:
Originally Posted by Norm View Post
(...snip...)It's been a weak point in my experience. Will be interested in how it's done.
Norm
Usually, distribution of the jar is the first approach. The tool I am using is rich with features the advanced worker can utilize for time-effectiveness and blunder reduction. Eranga answered the first part of my question.
Quote:
Niveditha: Which is the Server in which you want to deploy?
Originally, test on Tomcat - locally - using NetBeans idea of how that should go. Try to do everything using the fancy tools and reading as much as I can. Test moderately, then deploy to a Tier-1 commercial server I have hired. These guys know what they are doing. I have Tomcat already up, but do not know how to restart - I was told yesterday how to do it, but did not gain any footing on actually being able to do it. In lieu of doing what I was instructed, I put up a xml file in WEB-INF.
Quote:
Eranga: ( dot jar file )
What I am trying to do here is grasp how NetBeans wants to do it. I am able to compile a class file, I will look in dist this morning. I can put the jar file in libs on the commercial server. What my goal here seeks to achieve is grasp all the xml and so on that should wrap the application. I have several apps I want to have run individually, as well as a default that wil come up if nothing else is found.

edit: What I ended up doing is putting the ( I found the .war file !... horray ) in webapps.
I also put up a .jsp in public_html to call the servlets I had compiled today. Not much traffic so I can test in the intended directory for a few days.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
.
Cybercartography: A new theoretical construct proposed by D.R. Fraser Taylor

Last edited by Nicholas Jordan : 07-10-2008 at 05:52 AM. Reason: addditional work
Bookmark Post in Technorati
Reply With Quote
Sponsored Links
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Saving JSP causing redeployment (hot deployment issue?) kurt_cobain Eclipse 1 06-02-2008 11:13 PM
Deployment in jboss scott2srikanth Enterprise JavaBeans 0 12-10-2007 05:17 PM
Deployment of a Web Application JavaForums Java Blogs 2 10-29-2007 04:57 PM
WARN [org.jboss.deployment.JARDeployer] Failed to add deployable jar mary Advanced Java 3 08-01-2007 06:20 PM


All times are GMT +3. The time now is 02:34 AM.


VBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.
Copyright ©2006 - 2007, www.java-forums.org