You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Nihita <ni...@tifr.res.in> on 2003/09/09 14:54:08 UTC

Development Tools

Are there any free available development tools like Oracle Developer suite  for developing J2EE application which are also Tomcat complaint ? And will the forms and pages developed using Oracle Internet development Suite work with tomcat ?

Thanks
Nihita

Re: reload and ROOT problem

Posted by Rafael Angarita <ra...@telcel.net.ve>.
  Go to the download dir in tomcat website, thereis a patch...

----- Original Message ----- 
From: "Rishikesh Tembe" <r_...@yahoo.co.in>
To: "Tomcat Users List" <to...@jakarta.apache.org>
Sent: Friday, September 12, 2003 8:10 PM
Subject: reload and ROOT problem


> Hi all,
> 
> I am facing two problems with v4.1.27.
> 
> 1. After I reload the servlet by copying it into its directory in
> WEB-INF/classes, I get the foll. error when I try to access the reladed
> servlet.
> HTTP Status 503 - This application is not currently available
> 
> 2. Any apps placed in the ROOT context are not accessible. I am running
> all my apps in the examples context right now.
> 
> Any tips on what's missing?
> 
> thanks,
> Rishikesh.
> 
> =====
> 
> 
> ________________________________________________________________________
> Yahoo! India Matrimony: Find your partner online.
> Go to http://yahoo.shaadi.com
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
> 
> 

Re: reload and ROOT problem

Posted by Tim Funk <fu...@joedog.org>.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22096
-Tim

Rishikesh Tembe wrote:
> Hi all,
> 
> I am facing two problems with v4.1.27.
> 
> 1. After I reload the servlet by copying it into its directory in
> WEB-INF/classes, I get the foll. error when I try to access the reladed
> servlet.
> HTTP Status 503 - This application is not currently available
> 
> 2. Any apps placed in the ROOT context are not accessible. I am running
> all my apps in the examples context right now.
> 
> Any tips on what's missing?
> 
> thanks,
> Rishikesh.
> 
> =====
> 
> 
> ________________________________________________________________________
> Yahoo! India Matrimony: Find your partner online.
> Go to http://yahoo.shaadi.com
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
> 
> 


reload and ROOT problem

Posted by Rishikesh Tembe <r_...@yahoo.co.in>.
Hi all,

I am facing two problems with v4.1.27.

1. After I reload the servlet by copying it into its directory in
WEB-INF/classes, I get the foll. error when I try to access the reladed
servlet.
HTTP Status 503 - This application is not currently available

2. Any apps placed in the ROOT context are not accessible. I am running
all my apps in the examples context right now.

Any tips on what's missing?

thanks,
Rishikesh.

=====


________________________________________________________________________
Yahoo! India Matrimony: Find your partner online.
Go to http://yahoo.shaadi.com

Re: Development Tools

Posted by "G. Wade Johnson" <wa...@abbnm.com>.
LOL!

I think that goes in my quotes file.

G. Wade

Tim Funk wrote:
> 
> Textpad/cygwin/ANT.
> 
> I love cygwin! The ease of use of *nix, the stability of windows.
> 
> -Tim
> 
> Mike Curwen wrote:
> > I also use TextPad/ANT.  For simple/small projects, it's a breeze.  I
> > found this for code-completion, but haven't been brave enough to try it
> > yet.
> > http://www.textpad.com/add-ons/files/utilities/codecompleter1_0.zip
> >
> >
> >>-----Original Message-----
> >>From: Christopher Williams [mailto:ccwilliams3@ntlworld.com]
> >>Sent: Tuesday, September 09, 2003 11:01 AM
> >>To: Tomcat Users List
> >>Subject: Re: Development Tools
> >>
> >>
> >>Having suggested Netbeans and Eclipse as possible development
> >>environments, I've been using Textpad and Ant for about six
> >>months since I failed to migrate JBuilder 6 to a new system
> >>(the license info got screwed up somehow).  It works for me.
> >>The one thing I really miss is code completion, though...
> >>
> >>
> >>
> >>---------------------------------------------------------------------
> >>To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
> >>For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
> >>
> >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
> >
> >
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-user-help@jakarta.apache.org

Re: Development Tools

Posted by Christopher Williams <cc...@ntlworld.com>.
>
> I love cygwin! The ease of use of *nix, the stability of windows.
>

This combination makes me think of Canadians who could have had British
government, French culture and American know-how and instead got French
government, British know-how and American culture.  Apologies to all
Canadians, BTW - that was a joke I read once.

This thread could end up like that Monty Python sketch:
Geek 1 - Well I don't use anything more sophisticated than Textpad and Ant.
Geek 2 - Textpad and Ant?  Lightweight!  I use ed on a 1970s PDP-11.
Geek 3 - PDP-11?  Loser!  I hand assemble bytecodes by flicking toggle
switches on a MITS Altair.
etc. etc.



Re: Development Tools

Posted by Mark Eggers <it...@yahoo.com>.
Hopefully Tim that was tongue firmly planted in cheek!

Anyway, I use emacs/ant/jde for emacs
(http://jdee.sunsite.dk/)

I have cygwin on the Windows platform so when I drop
into a shell in emacs I have something that works
well.

I also use xae (http://xae.sunsite.dk/) which is an
xml authoring environment for emacs.  If you add your
DTD catalogues to the system catalogues location, you
can do all sorts of interesting things like have
pop-up menus for allowed xml nodes, syntax
highlighting, etc.

The really nice thing about all of this is that it
works the same way regardless of the platform I'm on.

I guess one of these days I'll finish learning
Netbeans or Eclipse, both of which are nice.

/mde/
just my two cents . . . .

--- Tim Funk <fu...@joedog.org> wrote:
> Textpad/cygwin/ANT.
> 
> I love cygwin! The ease of use of *nix, the
> stability of windows.
> 
> -Tim
> 
> Mike Curwen wrote:
> > I also use TextPad/ANT.  For simple/small
> projects, it's a breeze.  I
> > found this for code-completion, but haven't been
> brave enough to try it
> > yet.
> >
>
http://www.textpad.com/add-ons/files/utilities/codecompleter1_0.zip
> > 
> > 
> >>-----Original Message-----
> >>From: Christopher Williams
> [mailto:ccwilliams3@ntlworld.com] 
> >>Sent: Tuesday, September 09, 2003 11:01 AM
> >>To: Tomcat Users List
> >>Subject: Re: Development Tools
> >>
> >>
> >>Having suggested Netbeans and Eclipse as possible
> development 
> >>environments, I've been using Textpad and Ant for
> about six 
> >>months since I failed to migrate JBuilder 6 to a
> new system 
> >>(the license info got screwed up somehow).  It
> works for me.  
> >>The one thing I really miss is code completion,
> though...

__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com

Re: Development Tools

Posted by Tim Funk <fu...@joedog.org>.
Textpad/cygwin/ANT.

I love cygwin! The ease of use of *nix, the stability of windows.

-Tim

Mike Curwen wrote:
> I also use TextPad/ANT.  For simple/small projects, it's a breeze.  I
> found this for code-completion, but haven't been brave enough to try it
> yet.
> http://www.textpad.com/add-ons/files/utilities/codecompleter1_0.zip
> 
> 
>>-----Original Message-----
>>From: Christopher Williams [mailto:ccwilliams3@ntlworld.com] 
>>Sent: Tuesday, September 09, 2003 11:01 AM
>>To: Tomcat Users List
>>Subject: Re: Development Tools
>>
>>
>>Having suggested Netbeans and Eclipse as possible development 
>>environments, I've been using Textpad and Ant for about six 
>>months since I failed to migrate JBuilder 6 to a new system 
>>(the license info got screwed up somehow).  It works for me.  
>>The one thing I really miss is code completion, though...
>>
>>
>>
>>---------------------------------------------------------------------
>>To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
>>For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
>>
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
> 
> 


RE: Development Tools

Posted by Jeremy Whitlock <jw...@starprecision.com>.
Code completion is available in NetBeans.  It's very good too.  It even
has the Java Development Documentation update as you type so you can see
the API information for the current item you are typing.  It's very
solid.

-----Original Message-----
From: Mike Curwen [mailto:gb_dev@gb-im.com] 
Sent: Tuesday, September 09, 2003 10:17 AM
To: 'Tomcat Users List'
Subject: RE: Development Tools

I also use TextPad/ANT.  For simple/small projects, it's a breeze.  I
found this for code-completion, but haven't been brave enough to try it
yet.
http://www.textpad.com/add-ons/files/utilities/codecompleter1_0.zip

> -----Original Message-----
> From: Christopher Williams [mailto:ccwilliams3@ntlworld.com] 
> Sent: Tuesday, September 09, 2003 11:01 AM
> To: Tomcat Users List
> Subject: Re: Development Tools
> 
> 
> Having suggested Netbeans and Eclipse as possible development 
> environments, I've been using Textpad and Ant for about six 
> months since I failed to migrate JBuilder 6 to a new system 
> (the license info got screwed up somehow).  It works for me.  
> The one thing I really miss is code completion, though...
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org



RE: Development Tools

Posted by Mike Curwen <gb...@gb-im.com>.
I also use TextPad/ANT.  For simple/small projects, it's a breeze.  I
found this for code-completion, but haven't been brave enough to try it
yet.
http://www.textpad.com/add-ons/files/utilities/codecompleter1_0.zip

> -----Original Message-----
> From: Christopher Williams [mailto:ccwilliams3@ntlworld.com] 
> Sent: Tuesday, September 09, 2003 11:01 AM
> To: Tomcat Users List
> Subject: Re: Development Tools
> 
> 
> Having suggested Netbeans and Eclipse as possible development 
> environments, I've been using Textpad and Ant for about six 
> months since I failed to migrate JBuilder 6 to a new system 
> (the license info got screwed up somehow).  It works for me.  
> The one thing I really miss is code completion, though...
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
> 


Re: Development Tools

Posted by Christopher Williams <cc...@ntlworld.com>.
Having suggested Netbeans and Eclipse as possible development environments,
I've been using Textpad and Ant for about six months since I failed to
migrate JBuilder 6 to a new system (the license info got screwed up
somehow).  It works for me.  The one thing I really miss is code completion,
though...



Re: Reporting/Development Tools

Posted by Nihita <ni...@tifr.res.in>.
Hi,
Thanks to all for the info on this subject.. Would be grateful for some more
:
1. Does netbeans ide have any reporting tool also ? like oracle reports or
crystal reports
2. Consider a traditional client server application having complex user
interface requirements plus intensive database interactions in the form of
forms and reports like typical inventory or payroll applications. Does the
jsp/servlet/beans technologies support development of such gui's/reports?

I have to build applications which are  rich in such functionalities and
should also be platform database/independent  - at the same time the
maintanence should be simple( in terms of deployment). As far as maintanance
etc is concerned having web solutions  with Servlet/JSP's etc seems to be a
good solution but I am not sure whether complex gui's can be build. Also I
would like to go for a open source technology.
Looking forward for more suggestions for the same
Thanks
Nihita
----- Original Message -----
From: "Jeremy Whitlock" <jw...@starprecision.com>
To: "'Tomcat Users List'" <to...@jakarta.apache.org>
Sent: Tuesday, September 09, 2003 7:20 AM
Subject: RE: Development Tools


> I agree with Mike.  I have been using NetBeans for a long time now and
> there is nothing it can't do.  There are alternatives but NetBeans is my
> suggestion.  Laters, Jeremy
>
> -----Original Message-----
> From: Mike Hulse [mailto:mhulse@rmcisdc3.rmc.com]
> Sent: Tuesday, September 09, 2003 8:19 AM
> To: Tomcat Users List
> Subject: Re: Development Tools
>
> You can try http://www.netbeans.org I have been using netbeans for
> several
> years.  Very good and very reliable.
>
> Mike
>
> ----- Original Message -----
> From: "Nihita" <ni...@tifr.res.in>
> To: "Tomcat" <to...@jakarta.apache.org>
> Sent: Tuesday, September 09, 2003 8:54 AM
> Subject: Development Tools
>
>
> Are there any free available development tools like Oracle Developer
> suite
> for developing J2EE application which are also Tomcat complaint ? And
> will
> the forms and pages developed using Oracle Internet development Suite
> work
> with tomcat ?
>
> Thanks
> Nihita
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
>



RE: Development Tools

Posted by Jeremy Whitlock <jw...@starprecision.com>.
I agree with Mike.  I have been using NetBeans for a long time now and
there is nothing it can't do.  There are alternatives but NetBeans is my
suggestion.  Laters, Jeremy

-----Original Message-----
From: Mike Hulse [mailto:mhulse@rmcisdc3.rmc.com] 
Sent: Tuesday, September 09, 2003 8:19 AM
To: Tomcat Users List
Subject: Re: Development Tools

You can try http://www.netbeans.org I have been using netbeans for
several
years.  Very good and very reliable.

Mike

----- Original Message -----
From: "Nihita" <ni...@tifr.res.in>
To: "Tomcat" <to...@jakarta.apache.org>
Sent: Tuesday, September 09, 2003 8:54 AM
Subject: Development Tools


Are there any free available development tools like Oracle Developer
suite
for developing J2EE application which are also Tomcat complaint ? And
will
the forms and pages developed using Oracle Internet development Suite
work
with tomcat ?

Thanks
Nihita




---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org



Re: Development Tools

Posted by Mike Hulse <mh...@rmcisdc3.rmc.com>.
You can try http://www.netbeans.org I have been using netbeans for several
years.  Very good and very reliable.

Mike

----- Original Message -----
From: "Nihita" <ni...@tifr.res.in>
To: "Tomcat" <to...@jakarta.apache.org>
Sent: Tuesday, September 09, 2003 8:54 AM
Subject: Development Tools


Are there any free available development tools like Oracle Developer suite
for developing J2EE application which are also Tomcat complaint ? And will
the forms and pages developed using Oracle Internet development Suite work
with tomcat ?

Thanks
Nihita




Re: Development Tools

Posted by Christopher Williams <cc...@ntlworld.com>.
Try Eclipse or Netbeans.


Re: Development Tools

Posted by epyonne <ep...@hotmail.com>.
I use two different setups:
1. Eclipse 2.1.1 with Lomboz plugin (both are free)
2. Eclipse 2.1.1 with MyEclipse plugin (MyEclipse costs $30/year)

Both are good, but MyEclipse has better technical support than Lomboz which
is practically non-exist.  Hope this helps.


----- Original Message -----
From: "Nihita" <ni...@tifr.res.in>
To: "Tomcat" <to...@jakarta.apache.org>
Sent: Tuesday, September 09, 2003 07:54 AM
Subject: Development Tools


Are there any free available development tools like Oracle Developer suite
for developing J2EE application which are also Tomcat complaint ? And will
the forms and pages developed using Oracle Internet development Suite work
with tomcat ?

Thanks
Nihita

Re: Development Tools

Posted by Marco Tedone <mt...@jemos.org>.
As regards the first question you may want to look at the following product:

www.eclipse.org

to integrate with the following plugin:

http://www.objectlearn.com/index.jsp

I can't reply to the second one.

Marco
----- Original Message ----- 
From: "Nihita" <ni...@tifr.res.in>
To: "Tomcat" <to...@jakarta.apache.org>
Sent: Tuesday, September 09, 2003 1:54 PM
Subject: Development Tools


Are there any free available development tools like Oracle Developer suite
for developing J2EE application which are also Tomcat complaint ? And will
the forms and pages developed using Oracle Internet development Suite work
with tomcat ?

Thanks
Nihita