Now I'm trying to use PowerJ to automate this task. I created the same
class (but renamed it), compiled and saved it in PowerJ. I'm sure it is a
simple task, but I can't figure out how to deploy my class to Jaguar. The
"Run and Deploy Options" force me to enter a package and component name???
Then when I deploy I get a java.lang.ClassNotFoundException on the
package/component. Of course it is not found - the package/component has
nothing to do with deploying a servlet.
Can PowerJ be used to deploy a servlet? If so, how?
Like always, any reference to specific examples in the manuals would be
welcome...
I'm never smart enough to figure out how to find what I need in the 10 paper
manuals or the many dynatext manuals or the html based manuals (with no
index/search ability) or the sybase site (which always returns 0 useful
links on given search criteria). :(
--
current email: pete_byer @fujisawa.com
permanent email: pete_byer @byerconsulting.com
http://www.nowalking.com/
--
current email: pete_byer @fujisawa.com
permanent email: pete_byer @byerconsulting.com
http://www.nowalking.com/
"Pete Byer" <pete_byer @fujisawa.com> wrote in message
news:w9GHL67...@forums.sybase.com...
%JAGUAR%\html\classes
to PowerJ's Global Classpath tab on the Properties page (from Deploy
Options -> Configure).
It's been quite a while since I've used PowerJ, but I remember having to do
that for something.
D
"Pete Byer" <pete_byer @fujisawa.com> wrote in message
news:w9GHL67...@forums.sybase.com...
Pete
--
current email: pete_byer @fujisawa.com
permanent email: pete_byer @byerconsulting.com
http://www.nowalking.com/
"Daniel Coppersmith" <dan...@N.0.S.P.A.M_infrontsoftware.com> wrote in
message news:0$NT8G8u...@forums.sybase.com...
Want to post the exact error message you are receiving?
D
"Pete Byer" <pete_byer @fujisawa.com> wrote in message
news:nl1lLY8...@forums.sybase.com...
Building to the directory I specify will give me half of what I want.
The other half would be deploying servlet properties and refreshing the
servlet in jaguar.
I guess I was looking for a "servlet deployment" that works similar to a
"component deployment".
Thanks for the help.
--
current email: pete_byer @fujisawa.com
permanent email: pete_byer @byerconsulting.com
http://www.nowalking.com/
<Mark_Maslow> wrote in message
news:12FEC8327414AE99006E77A285256B68.0064DA9885256B68@webforums...
ps. My servlet runs fine as long as I use jagman to do everything manually.
--
current email: pete_byer @fujisawa.com
permanent email: pete_byer @byerconsulting.com
http://www.nowalking.com/
"Daniel Coppersmith" <dan...@N.0.S.P.A.M_infrontsoftware.com> wrote in
message news:0#Q1jH#uBHA...@forums.sybase.com...
Isn't it great that we have these wonderful labor-saving IDEs?
Personally, I use PJ as basically a convenient compiler. As with most Java
IDEs, other than that, it provides little more than training wheels or a
crutch. And then you spend more time fighting quirks and bugs than you
would if you just figured out what you were doing and did it all by hand in
a good editor.
Perhaps someone else would like to tell us all why PJ is a great thing, but
I don't see it as adding a whole lot of value. We've heard some hype about
PJ4 for a while now, but I still haven't actually seen it, and am not
holding my breath.
--
current email: pete_byer @fujisawa.com
permanent email: pete_byer @byerconsulting.com
http://www.nowalking.com/
<Mark_Maslow> wrote in message
news:E38F7D469BFE5A6E00790D0A85256B68.0078B8A785256B68@webforums...
Here is a great J2EE trick. Use the "copy to folder" option in PowerJ to
copy the servlet in to place, and then refresh using the Jaguar Manager (or
an ANT script, even easier). Takes about 3 seconds.
Jonathan
--
Jonathan Baker
eBusiness Division
Sybase, Inc.
"Pete Byer" <pete_byer @fujisawa.com> wrote in message
news:nDtmnc#uBHA...@forums.sybase.com...