• 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

Jboss server 5.0.1.GA is not publishing

 
Ranch Hand
Posts: 66
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
Iam working on jboss server 5.0.1GA in a project and the server sometimes is not publishing when i delete the server and again create the server in targeted runtimes it is added as jboss 5.0,jboss 5.1 and going on incresing

When i shutdown the system and restart sometimes its working fine and sometimes same problem occurs

Can anyone give the solution for this. Iam waiting for your valuable reply

Thanks and regards,
K.Saravana kumar
 
author
Posts: 5856
7
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What do you mean by "not publishing"? Are you by any chance using Eclipse to do this "publishing"?
 
sarvan kumar
Ranch Hand
Posts: 66
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
If i have change any thing in coding and if i publish it is not reflecting in output the old output is only coming

for example

If i change october-27 to 27-oct the change is not reflecting in output

it is not published properly Iam waitng for your valuable reply

Thanks and Regards,
K.Saravana Kumar
 
Sheriff
Posts: 10445
227
IntelliJ IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
How exactly do you "publish" the application?
 
sarvan kumar
Ranch Hand
Posts: 66
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
After made changes in coding i will clean and build the project

and then enable build automatically and publish it on server this way i will publish

Iam waiting for your valuable reply

Thanks and regards,
K.Saravana Kumar
 
Peter Johnson
author
Posts: 5856
7
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You still have not told us what you mean by "publish". There is no such thing as "publish" within JBoss AS (there is "deploy", but it has a very specific meaning). And you have not yet answered my questions. How do you expect us to help you is you ignore our comments and just restated your original question?
 
sarvan kumar
Ranch Hand
Posts: 66
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
Publishing means started (Starting the server) that is after i have made changes in coding and start the server
and run the jsp page the changes is not coming on that page.

Thanks
K.Saravanan
 
Jaikiran Pai
Sheriff
Posts: 10445
227
IntelliJ IDE Ubuntu
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Let's just not use the term "publishing" for now, till we know what exactly you mean. Please answer the following questions:

1) Do you use an IDE to start JBoss AS?. If the answer is no, then what exact command do you use to start the server? Do you use the command prompt?
2) Do you use an IDE to deploy to JBoss AS? If the answer is no, then how exactly do you deploy the application? Do you place it in the "deploy" folder of JBoss AS?

What changes do you do to your jsp? And where do you do those changes? Directly in the file that is deployed in the deploy folder or within the IDE? And how do you redeploy the changed application/file?

Finally, don't use 5.0.1. Use the latest stable 5.1.0 version of JBoss AS.


 
sarvan kumar
Ranch Hand
Posts: 66
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
Iam using eclipse IDE to start jboss server and iam using the same IDE to deploy the application

I have placed the deploy folder in jboss server

For ex If i change the date as September-19 to 19-Sep ,the change is not reflecting in output

Thanks,
K.Saravana Kumar
 
Jaikiran Pai
Sheriff
Posts: 10445
227
IntelliJ IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

sarvan kumar wrote:Hi,
Iam using eclipse IDE to start jboss server and iam using the same IDE to deploy the application



So this is an IDE question. I'll move it to our IDE forum where someone more familiar with IDEs might be able to help.

Have you tried starting the server and deploying/redeploying the application without using the IDE?
 
sarvan kumar
Ranch Hand
Posts: 66
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
No i have not tried to deploy the application without using the IDE

Thanks
K.Saravanan
 
reply
    Bookmark Topic Watch Topic
  • New Topic