RE: Running tomcat 4.x using JBuilder

2002-09-10 Thread Michael Petres

For the record... the following worked for me in order to get Jbuilder6
integration:

Run as application
Main class:
org.apache.catalina.startup.Bootstrap
VM parameters:
-Dcatalina.base="\jakarta-tomcat-4.0.1"
-Dcatalina.home="\jakarta-tomcat-4.0.1"

Application parameters:
Start -config "\jakarta-tomcat-4.0.1\conf\server.xml"

Thanks for all who helped.


Michael Petres
~
InnovObjX Corp.
Web: www.innovobjx.com
Tel: 905-729-2235 x3
Fax: 905-729-2235
~

-Original Message-
From: Jim Tomlinson [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, September 10, 2002 3:12 PM
To: 'Michael Petres'; 'Tomcat Users List'
Subject: RE: Running tomcat 4.x using JBuilder

You need bootstrap.jar in one of your "Required Libraries" (Project
menu->Project Properties->Paths tab->Required Libraries tab). I have a
'Tomcat' library that includes just about every jar file in my tomcat
installation (I just kept adding them until I stopped getting
NoClassDefFoundError's  ;^)
--
Jim Tomlinson [EMAIL PROTECTED]
We specialize in integration software and services
that let you quickly adapt your host-intensive environment
to meet new business needs.

> -Original Message-
> From: Michael Petres [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, September 10, 2002 11:32 AM
> To: Tomcat Users List
> Subject: RE: Running tomcat 4.x using JBuilder
>
>
> I have configured "Run" as you specified. I am getting the
> following error:
>
> java.lang.NoClassDefFoundError: org/apache/catalina/startup/Bootstrap
> Exception in thread "main"
>
> It's strange since I can navigate to
> org.apache.cataline.startup.Bootstrap
> when setting the main class for the run. Any ideas?
>
> Michael Petres
> ~
> InnovObjX Corp.
> Web: www.innovobjx.com
> Tel: 905-729-2235 x3
> Fax: 905-729-2235
> ~
>
> -Original Message-
> From: Jim Tomlinson [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, September 10, 2002 1:40 PM
> To: '[EMAIL PROTECTED]'; 'Tomcat Users List'
> Cc: Rob Smith
> Subject: RE: Running tomcat 4.x using JBuilder
>
> Here's what I do with JBuilder6 (Enterprise, but I don't
> think that matters,
> as I'm not using the built-in Tomcat instance):
>
> Run as application
> Main class:
> org.apache.catalina.startup.Bootstrap
> VM parameters:
> -Dcatalina.base="\jakarta-tomcat-4.0.1" \
> -Dcatalina.home="\jakarta-tomcat-4.0.1" \
> -Dconf=" to>\jakarta-tomcat-4.0.1\conf\server.xml"
> Application parameters:
> start
>
> You can also define another runtime configuration with 'stop'
> as the App.
> parameter, and then you can easily start and stop Tomcat
> without terminally
> confusing JBuilder.
> --
> Jim Tomlinson [EMAIL PROTECTED]
> We specialize in integration software and services
> that let you quickly adapt your host-intensive environment
> to meet new business needs.
>
> > -Original Message-
> > From: Anthony Milbourne [mailto:[EMAIL PROTECTED]]
> > Sent: Tuesday, September 10, 2002 7:31 AM
> > To: 'Tomcat Users List'
> > Subject: RE: Running tomcat 4.x using JBuilder
> >
> >
> > Hi
> >
> > Jbuilder 6 Pro & Ent come with Tomcat 4 as part of the
> product (well a
> > closely integrated add-on).  Juilder 7 doesn't have a Pro
> > version (because
> > Borland wanted to force everyone to upgrade to the rather expensive
> > Enterprise edition), but the Ent version has Tomcat too.
> >
> > If you don't have one of these versions (I presume not) then
> > I'm affraid I
> > have not got any experience of manual integration.
> >
> > I hope that helps.
> >
> >   Anthony.
> >
> > > -Original Message-
> > > From:   Michael Petres [SMTP:[EMAIL PROTECTED]]
> > > Sent:   09 September 2002 02:16
> > > To: [EMAIL PROTECTED]
> > > Subject:Running tomcat 4.x using JBuilder
> > >
> > > Is it at all possible???
> > >
> > > I have been using the following command successfully from
> > within JBuilder
> > > for tomcat 3.2.2:
> > >
> > > java -classpath "%CLASS_PATH%" -Dtomcat

RE: Running tomcat 4.x using JBuilder

2002-09-10 Thread Jim Tomlinson

You need bootstrap.jar in one of your "Required Libraries" (Project
menu->Project Properties->Paths tab->Required Libraries tab). I have a
'Tomcat' library that includes just about every jar file in my tomcat
installation (I just kept adding them until I stopped getting
NoClassDefFoundError's  ;^)
-- 
Jim Tomlinson [EMAIL PROTECTED]
We specialize in integration software and services
that let you quickly adapt your host-intensive environment
to meet new business needs.

> -Original Message-
> From: Michael Petres [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, September 10, 2002 11:32 AM
> To: Tomcat Users List
> Subject: RE: Running tomcat 4.x using JBuilder
> 
> 
> I have configured "Run" as you specified. I am getting the 
> following error:
> 
> java.lang.NoClassDefFoundError: org/apache/catalina/startup/Bootstrap
> Exception in thread "main"
> 
> It's strange since I can navigate to 
> org.apache.cataline.startup.Bootstrap
> when setting the main class for the run. Any ideas?
> 
> Michael Petres
> ~
> InnovObjX Corp.
> Web: www.innovobjx.com
> Tel: 905-729-2235 x3
> Fax: 905-729-2235
> ~
> 
> -Original Message-
> From: Jim Tomlinson [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, September 10, 2002 1:40 PM
> To: '[EMAIL PROTECTED]'; 'Tomcat Users List'
> Cc: Rob Smith
> Subject: RE: Running tomcat 4.x using JBuilder
> 
> Here's what I do with JBuilder6 (Enterprise, but I don't 
> think that matters,
> as I'm not using the built-in Tomcat instance):
> 
> Run as application
> Main class:
> org.apache.catalina.startup.Bootstrap
> VM parameters:
> -Dcatalina.base="\jakarta-tomcat-4.0.1" \
> -Dcatalina.home="\jakarta-tomcat-4.0.1" \
> -Dconf=" to>\jakarta-tomcat-4.0.1\conf\server.xml"
> Application parameters:
> start
> 
> You can also define another runtime configuration with 'stop' 
> as the App.
> parameter, and then you can easily start and stop Tomcat 
> without terminally
> confusing JBuilder.
> --
> Jim Tomlinson [EMAIL PROTECTED]
> We specialize in integration software and services
> that let you quickly adapt your host-intensive environment
> to meet new business needs.
> 
> > -Original Message-
> > From: Anthony Milbourne [mailto:[EMAIL PROTECTED]]
> > Sent: Tuesday, September 10, 2002 7:31 AM
> > To: 'Tomcat Users List'
> > Subject: RE: Running tomcat 4.x using JBuilder
> >
> >
> > Hi
> >
> > Jbuilder 6 Pro & Ent come with Tomcat 4 as part of the 
> product (well a
> > closely integrated add-on).  Juilder 7 doesn't have a Pro
> > version (because
> > Borland wanted to force everyone to upgrade to the rather expensive
> > Enterprise edition), but the Ent version has Tomcat too.
> >
> > If you don't have one of these versions (I presume not) then
> > I'm affraid I
> > have not got any experience of manual integration.
> >
> > I hope that helps.
> >
> >   Anthony.
> >
> > > -Original Message-
> > > From:   Michael Petres [SMTP:[EMAIL PROTECTED]]
> > > Sent:   09 September 2002 02:16
> > > To: [EMAIL PROTECTED]
> > > Subject:Running tomcat 4.x using JBuilder
> > >
> > > Is it at all possible???
> > >
> > > I have been using the following command successfully from
> > within JBuilder
> > > for tomcat 3.2.2:
> > >
> > > java -classpath "%CLASS_PATH%" -Dtomcat.home=%TOMCAT_HOME%
> > > org.apache.tomcat.startup.Tomcat
> > >
> > > I cannot figure out what to use for 4.x ... Any ideas?
> > >
> > > Michael Petres
> > > ~
> > > InnovObjX Corp.
> > > Web: www.innovobjx.com
> > > Tel: 905-729-2235 x3
> > > Fax: 905-729-2235
> > > ~
> > >
> >
> >
> > 
> **
> > This email and any files transmitted with it are confidential and
> > intended solely for the use of the individual or entity to whom they
> > are addressed. If you have received this email in error 
> please notify
> > the system manager.
> > This footnote also confirms that this email message has 
> been swept by
> > MIMEsweeper for the presence of computer viruses.
> > www.mimesweeper.com
> > 
> **
> >
> >
> > --
> > To unsubscribe, e-mail:
> > <mailto:[EMAIL PROTECTED]>
> > For additional commands, e-mail:
> > <mailto:[EMAIL PROTECTED]>
> >
> 
> --
> To unsubscribe, e-mail:
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
> <mailto:[EMAIL PROTECTED]>
> 
> 
> --
> To unsubscribe, e-mail:   
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: 
> <mailto:[EMAIL PROTECTED]>
> 

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




RE: Running tomcat 4.x using JBuilder

2002-09-10 Thread Michael Petres

I have configured "Run" as you specified. I am getting the following error:

java.lang.NoClassDefFoundError: org/apache/catalina/startup/Bootstrap
Exception in thread "main"

It's strange since I can navigate to org.apache.cataline.startup.Bootstrap
when setting the main class for the run. Any ideas?

Michael Petres
~
InnovObjX Corp.
Web: www.innovobjx.com
Tel: 905-729-2235 x3
Fax: 905-729-2235
~

-Original Message-
From: Jim Tomlinson [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, September 10, 2002 1:40 PM
To: '[EMAIL PROTECTED]'; 'Tomcat Users List'
Cc: Rob Smith
Subject: RE: Running tomcat 4.x using JBuilder

Here's what I do with JBuilder6 (Enterprise, but I don't think that matters,
as I'm not using the built-in Tomcat instance):

Run as application
Main class:
org.apache.catalina.startup.Bootstrap
VM parameters:
-Dcatalina.base="\jakarta-tomcat-4.0.1" \
-Dcatalina.home="\jakarta-tomcat-4.0.1" \
-Dconf="\jakarta-tomcat-4.0.1\conf\server.xml"
Application parameters:
start

You can also define another runtime configuration with 'stop' as the App.
parameter, and then you can easily start and stop Tomcat without terminally
confusing JBuilder.
--
Jim Tomlinson [EMAIL PROTECTED]
We specialize in integration software and services
that let you quickly adapt your host-intensive environment
to meet new business needs.

> -Original Message-
> From: Anthony Milbourne [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, September 10, 2002 7:31 AM
> To: 'Tomcat Users List'
> Subject: RE: Running tomcat 4.x using JBuilder
>
>
> Hi
>
> Jbuilder 6 Pro & Ent come with Tomcat 4 as part of the product (well a
> closely integrated add-on).  Juilder 7 doesn't have a Pro
> version (because
> Borland wanted to force everyone to upgrade to the rather expensive
> Enterprise edition), but the Ent version has Tomcat too.
>
> If you don't have one of these versions (I presume not) then
> I'm affraid I
> have not got any experience of manual integration.
>
> I hope that helps.
>
>   Anthony.
>
> > -Original Message-
> > From:   Michael Petres [SMTP:[EMAIL PROTECTED]]
> > Sent:   09 September 2002 02:16
> > To: [EMAIL PROTECTED]
> > Subject:Running tomcat 4.x using JBuilder
> >
> > Is it at all possible???
> >
> > I have been using the following command successfully from
> within JBuilder
> > for tomcat 3.2.2:
> >
> > java -classpath "%CLASS_PATH%" -Dtomcat.home=%TOMCAT_HOME%
> > org.apache.tomcat.startup.Tomcat
> >
> > I cannot figure out what to use for 4.x ... Any ideas?
> >
> > Michael Petres
> > ~
> > InnovObjX Corp.
> > Web: www.innovobjx.com
> > Tel: 905-729-2235 x3
> > Fax: 905-729-2235
> > ~
> >
>
>
> **
> This email and any files transmitted with it are confidential and
> intended solely for the use of the individual or entity to whom they
> are addressed. If you have received this email in error please notify
> the system manager.
> This footnote also confirms that this email message has been swept by
> MIMEsweeper for the presence of computer viruses.
> www.mimesweeper.com
> **
>
>
> --
> To unsubscribe, e-mail:
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
> <mailto:[EMAIL PROTECTED]>
>

--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




RE: Running tomcat 4.x using JBuilder

2002-09-10 Thread Jim Tomlinson

Here's what I do with JBuilder6 (Enterprise, but I don't think that matters,
as I'm not using the built-in Tomcat instance):

Run as application
Main class: 
org.apache.catalina.startup.Bootstrap
VM parameters:
-Dcatalina.base="\jakarta-tomcat-4.0.1" \
-Dcatalina.home="\jakarta-tomcat-4.0.1" \
-Dconf="\jakarta-tomcat-4.0.1\conf\server.xml"
Application parameters:
start

You can also define another runtime configuration with 'stop' as the App.
parameter, and then you can easily start and stop Tomcat without terminally
confusing JBuilder.
-- 
Jim Tomlinson [EMAIL PROTECTED]
We specialize in integration software and services
that let you quickly adapt your host-intensive environment
to meet new business needs.

> -Original Message-
> From: Anthony Milbourne [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, September 10, 2002 7:31 AM
> To: 'Tomcat Users List'
> Subject: RE: Running tomcat 4.x using JBuilder
> 
> 
> Hi 
> 
> Jbuilder 6 Pro & Ent come with Tomcat 4 as part of the product (well a
> closely integrated add-on).  Juilder 7 doesn't have a Pro 
> version (because
> Borland wanted to force everyone to upgrade to the rather expensive
> Enterprise edition), but the Ent version has Tomcat too.
> 
> If you don't have one of these versions (I presume not) then 
> I'm affraid I
> have not got any experience of manual integration.
> 
> I hope that helps.
> 
>   Anthony.
> 
> > -Original Message-
> > From:   Michael Petres [SMTP:[EMAIL PROTECTED]]
> > Sent:   09 September 2002 02:16
> > To: [EMAIL PROTECTED]
> > Subject:Running tomcat 4.x using JBuilder
> > 
> > Is it at all possible???
> > 
> > I have been using the following command successfully from 
> within JBuilder
> > for tomcat 3.2.2:
> > 
> > java -classpath "%CLASS_PATH%" -Dtomcat.home=%TOMCAT_HOME%
> > org.apache.tomcat.startup.Tomcat
> > 
> > I cannot figure out what to use for 4.x ... Any ideas?
> > 
> > Michael Petres
> > ~
> > InnovObjX Corp.
> > Web: www.innovobjx.com
> > Tel: 905-729-2235 x3
> > Fax: 905-729-2235
> > ~
> > 
> 
> 
> **
> This email and any files transmitted with it are confidential and
> intended solely for the use of the individual or entity to whom they
> are addressed. If you have received this email in error please notify
> the system manager.
> This footnote also confirms that this email message has been swept by
> MIMEsweeper for the presence of computer viruses.
> www.mimesweeper.com
> **
> 
> 
> --
> To unsubscribe, e-mail:   
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: 
> <mailto:[EMAIL PROTECTED]>
> 

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




RE: Running tomcat 4.x using JBuilder

2002-09-10 Thread Michael Petres

Vincent,

If you have an OpenTool already, can I have it?

Michael Petres
~
InnovObjX Corp.
Web: www.innovobjx.com
Tel: 905-729-2235 x3
Fax: 905-729-2235
~

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, September 10, 2002 11:17 AM
To: Tomcat Users List
Subject: RE: Running tomcat 4.x using JBuilder

I see 2 solutions:
 - Copy your Tomcat's distribution in place of "jakarta-tomcat-4.0.1"
delivered with JBuilder 6. But it's not proper.
 - You write an OpenTool for JBuilder 6 in order to add another Tomcat. I've
already made that to specify the Tomcat's config file to use in replacement
of the JBuilder's autogenerated file.

-Message d'origine-
De : Michael Petres [mailto:[EMAIL PROTECTED]]
Envoyé : mardi 10 septembre 2002 16:52
À : Tomcat Users List
Objet : RE: Running tomcat 4.x using JBuilder


Ok... I have Jbuilder6 but I don't want to use the Tomcat engine that came
with Jbuilder. How would I manually integrate another version of Tomcat?

Michael Petres
~
InnovObjX Corp.
Web: www.innovobjx.com
Tel: 905-729-2235 x3
Fax: 905-729-2235
~

-Original Message-
From: Anthony Milbourne [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, September 10, 2002 10:31 AM
To: 'Tomcat Users List'
Subject: RE: Running tomcat 4.x using JBuilder

Hi

Jbuilder 6 Pro & Ent come with Tomcat 4 as part of the product (well a
closely integrated add-on).  Juilder 7 doesn't have a Pro version (because
Borland wanted to force everyone to upgrade to the rather expensive
Enterprise edition), but the Ent version has Tomcat too.

If you don't have one of these versions (I presume not) then I'm affraid I
have not got any experience of manual integration.

I hope that helps.

Anthony.

> -Original Message-
> From: Michael Petres [SMTP:[EMAIL PROTECTED]]
> Sent: 09 September 2002 02:16
> To:   [EMAIL PROTECTED]
> Subject:  Running tomcat 4.x using JBuilder
>
> Is it at all possible???
>
> I have been using the following command successfully from within JBuilder
> for tomcat 3.2.2:
>
> java -classpath "%CLASS_PATH%" -Dtomcat.home=%TOMCAT_HOME%
> org.apache.tomcat.startup.Tomcat
>
> I cannot figure out what to use for 4.x ... Any ideas?
>
> Michael Petres
> ~
> InnovObjX Corp.
> Web: www.innovobjx.com
> Tel: 905-729-2235 x3
> Fax: 905-729-2235
> ~
>


**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses.
www.mimesweeper.com
**


--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>


--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>



--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




RE: Running tomcat 4.x using JBuilder

2002-09-10 Thread Vincent . Gaboriau

I see 2 solutions:
 - Copy your Tomcat's distribution in place of "jakarta-tomcat-4.0.1"
delivered with JBuilder 6. But it's not proper.
 - You write an OpenTool for JBuilder 6 in order to add another Tomcat. I've
already made that to specify the Tomcat's config file to use in replacement
of the JBuilder's autogenerated file.

-Message d'origine-
De : Michael Petres [mailto:[EMAIL PROTECTED]]
Envoyé : mardi 10 septembre 2002 16:52
À : Tomcat Users List
Objet : RE: Running tomcat 4.x using JBuilder


Ok... I have Jbuilder6 but I don't want to use the Tomcat engine that came
with Jbuilder. How would I manually integrate another version of Tomcat?

Michael Petres
~
InnovObjX Corp.
Web: www.innovobjx.com
Tel: 905-729-2235 x3
Fax: 905-729-2235
~

-Original Message-
From: Anthony Milbourne [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, September 10, 2002 10:31 AM
To: 'Tomcat Users List'
Subject: RE: Running tomcat 4.x using JBuilder

Hi

Jbuilder 6 Pro & Ent come with Tomcat 4 as part of the product (well a
closely integrated add-on).  Juilder 7 doesn't have a Pro version (because
Borland wanted to force everyone to upgrade to the rather expensive
Enterprise edition), but the Ent version has Tomcat too.

If you don't have one of these versions (I presume not) then I'm affraid I
have not got any experience of manual integration.

I hope that helps.

Anthony.

> -Original Message-
> From: Michael Petres [SMTP:[EMAIL PROTECTED]]
> Sent: 09 September 2002 02:16
> To:   [EMAIL PROTECTED]
> Subject:  Running tomcat 4.x using JBuilder
>
> Is it at all possible???
>
> I have been using the following command successfully from within JBuilder
> for tomcat 3.2.2:
>
> java -classpath "%CLASS_PATH%" -Dtomcat.home=%TOMCAT_HOME%
> org.apache.tomcat.startup.Tomcat
>
> I cannot figure out what to use for 4.x ... Any ideas?
>
> Michael Petres
> ~
> InnovObjX Corp.
> Web: www.innovobjx.com
> Tel: 905-729-2235 x3
> Fax: 905-729-2235
> ~
>


**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses.
www.mimesweeper.com
**


--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>


--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




Re: Running tomcat 4.x using JBuilder

2002-09-10 Thread Josiel S. Oliveira

> Ok... I have Jbuilder6 but I don't want to use the Tomcat engine that came
> with Jbuilder. How would I manually integrate another version of Tomcat?

Sorry, you can´t.
The Tomcat embedded in JBuilder are slightly modified versions
from the standalone.

I upgraded to JBuilder7 that ships with a Tomcat 4.0.3 in Enterprise
Edition.


Josiel da S. Oliveira


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: Running tomcat 4.x using JBuilder

2002-09-10 Thread Michael Petres

Ok... I have Jbuilder6 but I don't want to use the Tomcat engine that came
with Jbuilder. How would I manually integrate another version of Tomcat?

Michael Petres
~
InnovObjX Corp.
Web: www.innovobjx.com
Tel: 905-729-2235 x3
Fax: 905-729-2235
~

-Original Message-
From: Anthony Milbourne [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, September 10, 2002 10:31 AM
To: 'Tomcat Users List'
Subject: RE: Running tomcat 4.x using JBuilder

Hi

Jbuilder 6 Pro & Ent come with Tomcat 4 as part of the product (well a
closely integrated add-on).  Juilder 7 doesn't have a Pro version (because
Borland wanted to force everyone to upgrade to the rather expensive
Enterprise edition), but the Ent version has Tomcat too.

If you don't have one of these versions (I presume not) then I'm affraid I
have not got any experience of manual integration.

I hope that helps.

Anthony.

> -Original Message-
> From: Michael Petres [SMTP:[EMAIL PROTECTED]]
> Sent: 09 September 2002 02:16
> To:   [EMAIL PROTECTED]
> Subject:  Running tomcat 4.x using JBuilder
>
> Is it at all possible???
>
> I have been using the following command successfully from within JBuilder
> for tomcat 3.2.2:
>
> java -classpath "%CLASS_PATH%" -Dtomcat.home=%TOMCAT_HOME%
> org.apache.tomcat.startup.Tomcat
>
> I cannot figure out what to use for 4.x ... Any ideas?
>
> Michael Petres
> ~
> InnovObjX Corp.
> Web: www.innovobjx.com
> Tel: 905-729-2235 x3
> Fax: 905-729-2235
> ~
>


**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses.
www.mimesweeper.com
**


--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




RE: Running tomcat 4.x using JBuilder

2002-09-10 Thread Anthony Milbourne

Hi 

Jbuilder 6 Pro & Ent come with Tomcat 4 as part of the product (well a
closely integrated add-on).  Juilder 7 doesn't have a Pro version (because
Borland wanted to force everyone to upgrade to the rather expensive
Enterprise edition), but the Ent version has Tomcat too.

If you don't have one of these versions (I presume not) then I'm affraid I
have not got any experience of manual integration.

I hope that helps.

Anthony.

> -Original Message-
> From: Michael Petres [SMTP:[EMAIL PROTECTED]]
> Sent: 09 September 2002 02:16
> To:   [EMAIL PROTECTED]
> Subject:  Running tomcat 4.x using JBuilder
> 
> Is it at all possible???
> 
> I have been using the following command successfully from within JBuilder
> for tomcat 3.2.2:
> 
> java -classpath "%CLASS_PATH%" -Dtomcat.home=%TOMCAT_HOME%
> org.apache.tomcat.startup.Tomcat
> 
> I cannot figure out what to use for 4.x ... Any ideas?
> 
> Michael Petres
> ~
> InnovObjX Corp.
> Web: www.innovobjx.com
> Tel: 905-729-2235 x3
> Fax: 905-729-2235
> ~
> 


**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses.
www.mimesweeper.com
**


--
To unsubscribe, e-mail:   
For additional commands, e-mail: