 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
phimalaya Guest
|
Posted: Mon May 15, 2006 4:17 pm Post subject: new WAR file with Old source issue |
|
|
hello,
i am using jbuilder 2006 and CVS integration for my project dev.
now, here is an issue --
when i make modifications to my jsps and run proj from JB, it works fine.
however, i prepared a WAR file using the same project but it shows old jsps.
what could be the issue and any solution? |
|
| Back to top |
|
 |
Lori M Olson [TeamB] Guest
|
Posted: Tue May 16, 2006 5:15 am Post subject: Re: new WAR file with Old source issue |
|
|
phimalaya wrote:
| Quote: | hello,
i am using jbuilder 2006 and CVS integration for my project dev.
now, here is an issue --
when i make modifications to my jsps and run proj from JB, it works fine.
however, i prepared a WAR file using the same project but it shows old jsps.
what could be the issue and any solution?
|
What servlet container are you using? Tomcat?
--
Regards,
Lori Olson [TeamB]
------------
Save yourself, and everyone else, some time and search the
newsgroups and the FAQ-O-Matic before posting your next
question.
Google Advanced Newsgroup Search
http://www.google.ca/advanced_group_search
Other Newsgroup Searches:
http://www.borland.com/newsgroups/ngsearch.html
Joi Ellis's FAQ-O-Matic:
http://www.visi.com/~gyles19/fom-serve/cache/1.html |
|
| Back to top |
|
 |
phimalaya Guest
|
Posted: Tue May 16, 2006 1:15 pm Post subject: Re: new WAR file with Old source issue |
|
|
yes Lori.
"Lori M Olson [TeamB]" <javadragon (AT) techie (DOT) com> wrote in message
news:44695436$1 (AT) newsgroups (DOT) borland.com...
| Quote: | phimalaya wrote:
hello,
i am using jbuilder 2006 and CVS integration for my project dev.
now, here is an issue --
when i make modifications to my jsps and run proj from JB, it works fine.
however, i prepared a WAR file using the same project but it shows old
jsps. what could be the issue and any solution?
What servlet container are you using? Tomcat?
--
Regards,
Lori Olson [TeamB]
------------
Save yourself, and everyone else, some time and search the
newsgroups and the FAQ-O-Matic before posting your next
question.
Google Advanced Newsgroup Search
http://www.google.ca/advanced_group_search
Other Newsgroup Searches:
http://www.borland.com/newsgroups/ngsearch.html
Joi Ellis's FAQ-O-Matic:
http://www.visi.com/~gyles19/fom-serve/cache/1.html |
|
|
| Back to top |
|
 |
Paul Furbacher [TeamB] Guest
|
Posted: Wed May 17, 2006 12:14 pm Post subject: Re: new WAR file with Old source issue |
|
|
phimalaya wrote:
| Quote: | i am using jbuilder 2006 and CVS integration for my project dev.
now, here is an issue --
when i make modifications to my jsps and run proj from JB, it works fine.
however, i prepared a WAR file using the same project but it shows old jsps.
what could be the issue and any solution?
|
It appears that the archiver node's properties aren't pointing
to the right directory for making the archive. Do you have an
old Web app along side the new one in the project directory --
i.e., <project dir>/OldWebApp and <project dir>/NewWebApp?
Right-click on the archiver node and examine the settings.
--
Paul Furbacher (TeamB)
Save time, search the archives:
http://info.borland.com/newsgroups/ngsearch.html
Is it in Joi Ellis's Faq-O-Matic?
http://www.visi.com/~gyles19/fom-serve/cache/1.html
Finally, please send responses to the newsgroup only.
That means, do not send email directly to me.
Thank you. |
|
| Back to top |
|
 |
phimalaya Guest
|
Posted: Wed May 17, 2006 4:15 pm Post subject: Re: new WAR file with Old source issue |
|
|
paul,
i appreciate your response. but i do not see any old web app you have
mentioned. however, i did create this project on my machine from an existing
project received from another developer. does it have to do something with
it?
also would you plz elaborate on the archiver node and examining the
settings? what should i look for to root out my problem?
lastly, is this related to CVS integration?
thanks a lot for your time.
"Paul Furbacher [TeamB]" <pfurbacher (AT) mac (DOT) com> wrote in message
news:446b1311$1 (AT) newsgroups (DOT) borland.com...
| Quote: | phimalaya wrote:
i am using jbuilder 2006 and CVS integration for my project dev.
now, here is an issue --
when i make modifications to my jsps and run proj from JB, it works fine.
however, i prepared a WAR file using the same project but it shows old
jsps. what could be the issue and any solution?
It appears that the archiver node's properties aren't pointing
to the right directory for making the archive. Do you have an
old Web app along side the new one in the project directory --
i.e., <project dir>/OldWebApp and <project dir>/NewWebApp?
Right-click on the archiver node and examine the settings.
--
Paul Furbacher (TeamB)
Save time, search the archives:
http://info.borland.com/newsgroups/ngsearch.html
Is it in Joi Ellis's Faq-O-Matic?
http://www.visi.com/~gyles19/fom-serve/cache/1.html
Finally, please send responses to the newsgroup only.
That means, do not send email directly to me.
Thank you. |
|
|
| Back to top |
|
 |
Paul Furbacher [TeamB] Guest
|
Posted: Thu May 18, 2006 3:15 am Post subject: Re: new WAR file with Old source issue |
|
|
phimalaya wrote:
| Quote: | i appreciate your response. but i do not see any old web app you have
mentioned. however, i did create this project on my machine from an existing
project received from another developer. does it have to do something with
it?
|
That probably means that there is some confusion in whatever process
you use to make that WAR file -- it is apparently getting files from
that existing project which I'm guessing is somewhere on your hard
drive.
| Quote: | also would you plz elaborate on the archiver node and examining the
settings? what should i look for to root out my problem?
|
Earlier in this thread, you wrote:
| Quote: | ... i prepared a WAR file using the same project ....
|
I take that to mean that you right-clicked on the
Web Module node (you said that you were running JSPs
in your project, so I assume you have a Web Module
node!), and set the "Archive" value to something
and in the Build property page, you set the "Build
archive" setting to something which would build
your WAR archive. If you didn't do this, you will
have to describe in much more detail what exactly
you did.
But in general, whatever process you are using to
create that WAR, you have to make sure that it is
getting files from your project's Web Module directory
and not from some other (older) copy of the Web app.
| Quote: | lastly, is this related to CVS integration?
|
That's hard to tell because we don't know the structure
of your project.
--
Paul Furbacher (TeamB)
Save time, search the archives:
http://info.borland.com/newsgroups/ngsearch.html
Is it in Joi Ellis's Faq-O-Matic?
http://www.visi.com/~gyles19/fom-serve/cache/1.html
Finally, please send responses to the newsgroup only.
That means, do not send email directly to me.
Thank you. |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|