You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "ados1984@gmail.com" <ad...@gmail.com> on 2009/05/04 15:17:17 UTC

Tomcat Configuration in Eclipse

Hi,
I am trying to configure TOMCAT Webserver in Eclipse and am not able to do
that. Guidance on the matter would be highly appreciated.

Also, how can I access local jsp page which is on the WebApps folder in
Webserver from Browser ?

Thanks,
Ados

Re: Tomcat Configuration in Eclipse

Posted by Xie Xiaodong <xx...@gmail.com>.
Hello,
  Maybe you could just simply reboot your computer and try to start Tomcat
again.



2009/5/4 André Warnier <aw...@ice-sa.com>

> ados1984@gmail.com wrote:
>
>> I checked machine startup options and tomcat is not started as a service
>> in
>> my machine
>>
>
> Then something else is running and using port 8005.
> You can either try to stop that process, or else change the port 8005 in
> Tomcat's server.xml file, to something else (8006 ?).
>
>
>
>
>>
>> On Mon, May 4, 2009 at 12:12 PM, Sid Sidney <pv...@yahoo.com> wrote:
>>
>>  I would check and make sure that Tomcat is not being started as a service
>>> in your machine.
>>>
>>> --- On Mon, 5/4/09, ados1984@gmail.com <ad...@gmail.com> wrote:
>>> From: ados1984@gmail.com <ad...@gmail.com>
>>> Subject: Re: Tomcat Configuration in Eclipse
>>> To: "Tomcat Users List" <us...@tomcat.apache.org>
>>> Date: Monday, May 4, 2009, 1:54 PM
>>>
>>> Hello,
>>> With the help of Plugin Tomcat is being configured in Eclipse.
>>>
>>> But now when I am trying to run my jsp page on Tomcat server than it is
>>> not
>>> running and am getting following message :
>>>
>>> "Several ports (8005, 8080, 8009) required by Tomcat v4.1 Server at
>>> localhost are already in use. The server may already be running in
>>> another
>>> process, or a system process may be using the port. To start this server
>>> you
>>> will need to stop the other process or change the port number(s)."
>>>
>>> I have stopped server and restarted again but still am getting same
>>> message
>>> and so bit confused with what is happening.
>>>
>>> Thanks,
>>> Ados
>>>
>>>
>>> On Mon, May 4, 2009 at 11:12 AM, ados1984@gmail.com
>>> <ad...@gmail.com>wrote:
>>>
>>>  Thank you Sir,
>>>> My issue has been resolved. I really appreciate efforts that group
>>>>
>>> member's
>>>
>>>> are putting in to guide Tomcat Community.
>>>>
>>>> Regards,
>>>> Ados
>>>>
>>>>
>>>>
>>>>
>>>> On Mon, May 4, 2009 at 8:05 AM, Martin Gainty <mg...@hotmail.com>
>>>>
>>> wrote:
>>>
>>>> Please download and install tomcat sysdeo for eclipse plugin from
>>>>> http://www.eclipsetotale.com/tomcatPlugin.html
>>>>> and follow all the configuration instructions from
>>>>> readme.html
>>>>>
>>>>> Martin
>>>>> ______________________________________________
>>>>> Disclaimer and Confidentiality/Verzicht und Vertraulichkeitanmerkung /
>>>>> Note de déni et de confidentialité
>>>>> This message is confidential. If you should not be the intended
>>>>>
>>>> receiver,
>>>
>>>> then we ask politely to report. Each unauthorized forwarding or
>>>>> manufacturing of a copy is inadmissible. This message serves only for
>>>>>
>>>> the
>>>
>>>> exchange of information and has no legal binding effect. Due to the
>>>>>
>>>> easy
>>>
>>>> manipulation of emails we cannot take responsibility over the the
>>>>>
>>>> contents.
>>>
>>>> Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene
>>>>> Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede
>>>>>
>>>> unbefugte
>>>
>>>> Weiterleitung oder Fertigung einer Kopie ist unzulaessig. Diese
>>>>>
>>>> Nachricht
>>>
>>>> dient lediglich dem Austausch von Informationen und entfaltet keine
>>>>> rechtliche Bindungswirkung. Aufgrund der leichten Manipulierbarkeit
>>>>>
>>>> von
>>>
>>>> E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen.
>>>>> Ce message est confidentiel et peut être privilégié. Si vous
>>>>>
>>>> n'êtes pas le
>>>
>>>> destinataire prévu, nous te demandons avec bonté que pour satisfaire
>>>>> informez l'expéditeur. N'importe quelle diffusion non
>>>>>
>>>> autorisée ou la copie
>>>
>>>> de ceci est interdite. Ce message sert à l'information seulement
>>>>>
>>>> et n'aura
>>>
>>>> pas n'importe quel effet légalement obligatoire. Étant donné
>>>>>
>>>> que les email
>>>
>>>> peuvent facilement être sujets à la manipulation, nous ne pouvons
>>>>>
>>>> accepter
>>>
>>>> aucune responsabilité pour le contenu fourni.
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>  From: ados1984@gmail.com
>>>>>> Date: Mon, 4 May 2009 07:17:17 -0600
>>>>>> Subject: Tomcat Configuration in Eclipse
>>>>>> To: users@tomcat.apache.org
>>>>>>
>>>>>> Hi,
>>>>>> I am trying to configure TOMCAT Webserver in Eclipse and am not
>>>>>>
>>>>> able to
>>>
>>>> do
>>>>>
>>>>>> that. Guidance on the matter would be highly appreciated.
>>>>>>
>>>>>> Also, how can I access local jsp page which is on the WebApps
>>>>>>
>>>>> folder in
>>>
>>>> Webserver from Browser ?
>>>>>>
>>>>>> Thanks,
>>>>>> Ados
>>>>>>
>>>>> _________________________________________________________________
>>>>> Hotmail® has ever-growing storage! Don’t worry about storage
>>>>>
>>>> limits.
>>>
>>>>
>>>>>
>>> http://windowslive.com/Tutorial/Hotmail/Storage?ocid=TXT_TAGLM_WL_HM_Tutorial_Storage1_052009
>>>
>>>>
>>>>
>>>
>>>
>>>
>>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org
>
>


-- 
Sincerely yours and Best Regards,
Xie Xiaodong

Re: Tomcat Configuration in Eclipse

Posted by André Warnier <aw...@ice-sa.com>.
ados1984@gmail.com wrote:
> I checked machine startup options and tomcat is not started as a service in
> my machine

Then something else is running and using port 8005.
You can either try to stop that process, or else change the port 8005 in 
Tomcat's server.xml file, to something else (8006 ?).


> 
> 
> On Mon, May 4, 2009 at 12:12 PM, Sid Sidney <pv...@yahoo.com> wrote:
> 
>> I would check and make sure that Tomcat is not being started as a service
>> in your machine.
>>
>> --- On Mon, 5/4/09, ados1984@gmail.com <ad...@gmail.com> wrote:
>> From: ados1984@gmail.com <ad...@gmail.com>
>> Subject: Re: Tomcat Configuration in Eclipse
>> To: "Tomcat Users List" <us...@tomcat.apache.org>
>> Date: Monday, May 4, 2009, 1:54 PM
>>
>> Hello,
>> With the help of Plugin Tomcat is being configured in Eclipse.
>>
>> But now when I am trying to run my jsp page on Tomcat server than it is not
>> running and am getting following message :
>>
>> "Several ports (8005, 8080, 8009) required by Tomcat v4.1 Server at
>> localhost are already in use. The server may already be running in another
>> process, or a system process may be using the port. To start this server
>> you
>> will need to stop the other process or change the port number(s)."
>>
>> I have stopped server and restarted again but still am getting same message
>> and so bit confused with what is happening.
>>
>> Thanks,
>> Ados
>>
>>
>> On Mon, May 4, 2009 at 11:12 AM, ados1984@gmail.com
>> <ad...@gmail.com>wrote:
>>
>>> Thank you Sir,
>>> My issue has been resolved. I really appreciate efforts that group
>> member's
>>> are putting in to guide Tomcat Community.
>>>
>>> Regards,
>>> Ados
>>>
>>>
>>>
>>>
>>> On Mon, May 4, 2009 at 8:05 AM, Martin Gainty <mg...@hotmail.com>
>> wrote:
>>>> Please download and install tomcat sysdeo for eclipse plugin from
>>>> http://www.eclipsetotale.com/tomcatPlugin.html
>>>> and follow all the configuration instructions from
>>>> readme.html
>>>>
>>>> Martin
>>>> ______________________________________________
>>>> Disclaimer and Confidentiality/Verzicht und Vertraulichkeitanmerkung /
>>>> Note de déni et de confidentialité
>>>> This message is confidential. If you should not be the intended
>> receiver,
>>>> then we ask politely to report. Each unauthorized forwarding or
>>>> manufacturing of a copy is inadmissible. This message serves only for
>> the
>>>> exchange of information and has no legal binding effect. Due to the
>> easy
>>>> manipulation of emails we cannot take responsibility over the the
>> contents.
>>>> Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene
>>>> Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede
>> unbefugte
>>>> Weiterleitung oder Fertigung einer Kopie ist unzulaessig. Diese
>> Nachricht
>>>> dient lediglich dem Austausch von Informationen und entfaltet keine
>>>> rechtliche Bindungswirkung. Aufgrund der leichten Manipulierbarkeit
>> von
>>>> E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen.
>>>> Ce message est confidentiel et peut être privilégié. Si vous
>> n'êtes pas le
>>>> destinataire prévu, nous te demandons avec bonté que pour satisfaire
>>>> informez l'expéditeur. N'importe quelle diffusion non
>> autorisée ou la copie
>>>> de ceci est interdite. Ce message sert à l'information seulement
>> et n'aura
>>>> pas n'importe quel effet légalement obligatoire. Étant donné
>> que les email
>>>> peuvent facilement être sujets à la manipulation, nous ne pouvons
>> accepter
>>>> aucune responsabilité pour le contenu fourni.
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>> From: ados1984@gmail.com
>>>>> Date: Mon, 4 May 2009 07:17:17 -0600
>>>>> Subject: Tomcat Configuration in Eclipse
>>>>> To: users@tomcat.apache.org
>>>>>
>>>>> Hi,
>>>>> I am trying to configure TOMCAT Webserver in Eclipse and am not
>> able to
>>>> do
>>>>> that. Guidance on the matter would be highly appreciated.
>>>>>
>>>>> Also, how can I access local jsp page which is on the WebApps
>> folder in
>>>>> Webserver from Browser ?
>>>>>
>>>>> Thanks,
>>>>> Ados
>>>> _________________________________________________________________
>>>> Hotmail® has ever-growing storage! Don’t worry about storage
>> limits.
>>>>
>> http://windowslive.com/Tutorial/Hotmail/Storage?ocid=TXT_TAGLM_WL_HM_Tutorial_Storage1_052009
>>>
>>
>>
>>
>>
> 


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


Re: Tomcat Configuration in Eclipse

Posted by "ados1984@gmail.com" <ad...@gmail.com>.
I checked machine startup options and tomcat is not started as a service in
my machine


On Mon, May 4, 2009 at 12:12 PM, Sid Sidney <pv...@yahoo.com> wrote:

> I would check and make sure that Tomcat is not being started as a service
> in your machine.
>
> --- On Mon, 5/4/09, ados1984@gmail.com <ad...@gmail.com> wrote:
> From: ados1984@gmail.com <ad...@gmail.com>
> Subject: Re: Tomcat Configuration in Eclipse
> To: "Tomcat Users List" <us...@tomcat.apache.org>
> Date: Monday, May 4, 2009, 1:54 PM
>
> Hello,
> With the help of Plugin Tomcat is being configured in Eclipse.
>
> But now when I am trying to run my jsp page on Tomcat server than it is not
> running and am getting following message :
>
> "Several ports (8005, 8080, 8009) required by Tomcat v4.1 Server at
> localhost are already in use. The server may already be running in another
> process, or a system process may be using the port. To start this server
> you
> will need to stop the other process or change the port number(s)."
>
> I have stopped server and restarted again but still am getting same message
> and so bit confused with what is happening.
>
> Thanks,
> Ados
>
>
> On Mon, May 4, 2009 at 11:12 AM, ados1984@gmail.com
> <ad...@gmail.com>wrote:
>
> > Thank you Sir,
> > My issue has been resolved. I really appreciate efforts that group
> member's
> > are putting in to guide Tomcat Community.
> >
> > Regards,
> > Ados
> >
> >
> >
> >
> > On Mon, May 4, 2009 at 8:05 AM, Martin Gainty <mg...@hotmail.com>
> wrote:
> >
> >>
> >> Please download and install tomcat sysdeo for eclipse plugin from
> >> http://www.eclipsetotale.com/tomcatPlugin.html
> >> and follow all the configuration instructions from
> >> readme.html
> >>
> >> Martin
> >> ______________________________________________
> >> Disclaimer and Confidentiality/Verzicht und Vertraulichkeitanmerkung /
> >> Note de déni et de confidentialité
> >> This message is confidential. If you should not be the intended
> receiver,
> >> then we ask politely to report. Each unauthorized forwarding or
> >> manufacturing of a copy is inadmissible. This message serves only for
> the
> >> exchange of information and has no legal binding effect. Due to the
> easy
> >> manipulation of emails we cannot take responsibility over the the
> contents.
> >> Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene
> >> Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede
> unbefugte
> >> Weiterleitung oder Fertigung einer Kopie ist unzulaessig. Diese
> Nachricht
> >> dient lediglich dem Austausch von Informationen und entfaltet keine
> >> rechtliche Bindungswirkung. Aufgrund der leichten Manipulierbarkeit
> von
> >> E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen.
> >> Ce message est confidentiel et peut être privilégié. Si vous
> n'êtes pas le
> >> destinataire prévu, nous te demandons avec bonté que pour satisfaire
> >> informez l'expéditeur. N'importe quelle diffusion non
> autorisée ou la copie
> >> de ceci est interdite. Ce message sert à l'information seulement
> et n'aura
> >> pas n'importe quel effet légalement obligatoire. Étant donné
> que les email
> >> peuvent facilement être sujets à la manipulation, nous ne pouvons
> accepter
> >> aucune responsabilité pour le contenu fourni.
> >>
> >>
> >>
> >>
> >>
> >>
> >> > From: ados1984@gmail.com
> >> > Date: Mon, 4 May 2009 07:17:17 -0600
> >> > Subject: Tomcat Configuration in Eclipse
> >> > To: users@tomcat.apache.org
> >> >
> >> > Hi,
> >> > I am trying to configure TOMCAT Webserver in Eclipse and am not
> able to
> >> do
> >> > that. Guidance on the matter would be highly appreciated.
> >> >
> >> > Also, how can I access local jsp page which is on the WebApps
> folder in
> >> > Webserver from Browser ?
> >> >
> >> > Thanks,
> >> > Ados
> >>
> >> _________________________________________________________________
> >> Hotmail® has ever-growing storage! Don’t worry about storage
> limits.
> >>
> >>
>
> http://windowslive.com/Tutorial/Hotmail/Storage?ocid=TXT_TAGLM_WL_HM_Tutorial_Storage1_052009
> >>
> >
> >
>
>
>
>
>

Re: Tomcat Configuration in Eclipse

Posted by Sid Sidney <pv...@yahoo.com>.
I would check and make sure that Tomcat is not being started as a service in your machine.

--- On Mon, 5/4/09, ados1984@gmail.com <ad...@gmail.com> wrote:
From: ados1984@gmail.com <ad...@gmail.com>
Subject: Re: Tomcat Configuration in Eclipse
To: "Tomcat Users List" <us...@tomcat.apache.org>
Date: Monday, May 4, 2009, 1:54 PM

Hello,
With the help of Plugin Tomcat is being configured in Eclipse.

But now when I am trying to run my jsp page on Tomcat server than it is not
running and am getting following message :

"Several ports (8005, 8080, 8009) required by Tomcat v4.1 Server at
localhost are already in use. The server may already be running in another
process, or a system process may be using the port. To start this server you
will need to stop the other process or change the port number(s)."

I have stopped server and restarted again but still am getting same message
and so bit confused with what is happening.

Thanks,
Ados


On Mon, May 4, 2009 at 11:12 AM, ados1984@gmail.com
<ad...@gmail.com>wrote:

> Thank you Sir,
> My issue has been resolved. I really appreciate efforts that group
member's
> are putting in to guide Tomcat Community.
>
> Regards,
> Ados
>
>
>
>
> On Mon, May 4, 2009 at 8:05 AM, Martin Gainty <mg...@hotmail.com>
wrote:
>
>>
>> Please download and install tomcat sysdeo for eclipse plugin from
>> http://www.eclipsetotale.com/tomcatPlugin.html
>> and follow all the configuration instructions from
>> readme.html
>>
>> Martin
>> ______________________________________________
>> Disclaimer and Confidentiality/Verzicht und Vertraulichkeitanmerkung /
>> Note de déni et de confidentialité
>> This message is confidential. If you should not be the intended
receiver,
>> then we ask politely to report. Each unauthorized forwarding or
>> manufacturing of a copy is inadmissible. This message serves only for
the
>> exchange of information and has no legal binding effect. Due to the
easy
>> manipulation of emails we cannot take responsibility over the the
contents.
>> Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene
>> Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede
unbefugte
>> Weiterleitung oder Fertigung einer Kopie ist unzulaessig. Diese
Nachricht
>> dient lediglich dem Austausch von Informationen und entfaltet keine
>> rechtliche Bindungswirkung. Aufgrund der leichten Manipulierbarkeit
von
>> E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen.
>> Ce message est confidentiel et peut être privilégié. Si vous
n'êtes pas le
>> destinataire prévu, nous te demandons avec bonté que pour satisfaire
>> informez l'expéditeur. N'importe quelle diffusion non
autorisée ou la copie
>> de ceci est interdite. Ce message sert à l'information seulement
et n'aura
>> pas n'importe quel effet légalement obligatoire. Étant donné
que les email
>> peuvent facilement être sujets à la manipulation, nous ne pouvons
accepter
>> aucune responsabilité pour le contenu fourni.
>>
>>
>>
>>
>>
>>
>> > From: ados1984@gmail.com
>> > Date: Mon, 4 May 2009 07:17:17 -0600
>> > Subject: Tomcat Configuration in Eclipse
>> > To: users@tomcat.apache.org
>> >
>> > Hi,
>> > I am trying to configure TOMCAT Webserver in Eclipse and am not
able to
>> do
>> > that. Guidance on the matter would be highly appreciated.
>> >
>> > Also, how can I access local jsp page which is on the WebApps
folder in
>> > Webserver from Browser ?
>> >
>> > Thanks,
>> > Ados
>>
>> _________________________________________________________________
>> Hotmail® has ever-growing storage! Don’t worry about storage
limits.
>>
>>
http://windowslive.com/Tutorial/Hotmail/Storage?ocid=TXT_TAGLM_WL_HM_Tutorial_Storage1_052009
>>
>
>



      

Re: Tomcat Configuration in Eclipse

Posted by "ados1984@gmail.com" <ad...@gmail.com>.
Thank you Sir,
This command was working fine and now I am able to see the list of local
ports which are busy. There is one local port 8005 which is in listening
state using TCP Protocol having PID 4 and I guess that becuase of this
Tomcat Server is not starting properly


On Mon, May 4, 2009 at 12:21 PM, BRZEZINSKI, PAUL <pa...@hp.com>wrote:

> Try:
>
> %windir%\system32\netstat -a -o
>
> --
> Paul J. Brzezinski
> Integration Engineering - GM
> EDS, an HP company
>
>   Phone:+1-248-365-9615(8-355)
> P paul.brzezinski@hp.com
>
>
> -----Original Message-----
> From: ados1984@gmail.com [mailto:ados1984@gmail.com]
> Sent: Monday, May 04, 2009 2:20 PM
> To: Tomcat Users List
> Subject: Re: Tomcat Configuration in Eclipse
>
> When I type at CMD prompt ::
> C:\>netstat -a-o
>
> C:\>netstat -ab
>
> I get following message :
>
> "netstat is not recognized as an internal or external command, operable
> program or batch file"
>
>
>
>
> On Mon, May 4, 2009 at 12:15 PM, BRZEZINSKI, PAUL <paul.brzezinski@hp.com
> >wrote:
>
> > On XP try:
> >
> >  netstat -a -o
> >
> > --
> > Paul J. Brzezinski
> > Integration Engineering - GM
> > EDS, an HP company
> >
> >   Phone:+1-248-365-9615(8-355)
> > P paul.brzezinski@hp.com
> >
> >
> > -----Original Message-----
> > From: ados1984@gmail.com [mailto:ados1984@gmail.com]
> > Sent: Monday, May 04, 2009 2:11 PM
> > To: Tomcat Users List
> > Subject: Re: Tomcat Configuration in Eclipse
> >
> > I am using Windows XP and so netstat -ab will not work with it.
> >
> >
> >
> > On Mon, May 4, 2009 at 12:08 PM, Martin Gainty <mg...@hotmail.com>
> > wrote:
> >
> > >
> > > netstat -ab will display which binary or process (with pid) that is
> bound
> > > to the port
> > >
> > > Martin
> > > ______________________________________________
> > > Disclaimer and Confidentiality/Verzicht und Vertraulichkeitanmerkung /
> > Note
> > > de déni et de confidentialité
> > > This message is confidential. If you should not be the intended
> receiver,
> > > then we ask politely to report. Each unauthorized forwarding or
> > > manufacturing of a copy is inadmissible. This message serves only for
> the
> > > exchange of information and has no legal binding effect. Due to the
> easy
> > > manipulation of emails we cannot take responsibility over the the
> > contents.
> > > Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene
> > > Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede
> > unbefugte
> > > Weiterleitung oder Fertigung einer Kopie ist unzulaessig. Diese
> Nachricht
> > > dient lediglich dem Austausch von Informationen und entfaltet keine
> > > rechtliche Bindungswirkung. Aufgrund der leichten Manipulierbarkeit von
> > > E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen.
> > > Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas
> > le
> > > destinataire prévu, nous te demandons avec bonté que pour satisfaire
> > > informez l'expéditeur. N'importe quelle diffusion non autorisée ou la
> > copie
> > > de ceci est interdite. Ce message sert à l'information seulement et
> > n'aura
> > > pas n'importe quel effet légalement obligatoire. Étant donné que les
> > email
> > > peuvent facilement être sujets à la manipulation, nous ne pouvons
> > accepter
> > > aucune responsabilité pour le contenu fourni.
> > >
> > >
> > >
> > >
> > >
> > >
> > > > From: ados1984@gmail.com
> > > > Date: Mon, 4 May 2009 11:54:55 -0600
> > > > Subject: Re: Tomcat Configuration in Eclipse
> > > > To: users@tomcat.apache.org
> > > >
> > > > Hello,
> > > > With the help of Plugin Tomcat is being configured in Eclipse.
> > > >
> > > > But now when I am trying to run my jsp page on Tomcat server than it
> is
> > > not
> > > > running and am getting following message :
> > > >
> > > > "Several ports (8005, 8080, 8009) required by Tomcat v4.1 Server at
> > > > localhost are already in use. The server may already be running in
> > > another
> > > > process, or a system process may be using the port. To start this
> > server
> > > you
> > > > will need to stop the other process or change the port number(s)."
> > > >
> > > > I have stopped server and restarted again but still am getting same
> > > message
> > > > and so bit confused with what is happening.
> > > >
> > > > Thanks,
> > > > Ados
> > > >
> > > >
> > > > On Mon, May 4, 2009 at 11:12 AM, ados1984@gmail.com <
> > ados1984@gmail.com
> > > >wrote:
> > > >
> > > > > Thank you Sir,
> > > > > My issue has been resolved. I really appreciate efforts that group
> > > member's
> > > > > are putting in to guide Tomcat Community.
> > > > >
> > > > > Regards,
> > > > > Ados
> > > > >
> > > > >
> > > > >
> > > > >
> > > > > On Mon, May 4, 2009 at 8:05 AM, Martin Gainty <mgainty@hotmail.com
> >
> > > wrote:
> > > > >
> > > > >>
> > > > >> Please download and install tomcat sysdeo for eclipse plugin from
> > > > >> http://www.eclipsetotale.com/tomcatPlugin.html
> > > > >> and follow all the configuration instructions from
> > > > >> readme.html
> > > > >>
> > > > >> Martin
> > > > >> ______________________________________________
> > > > >> Disclaimer and Confidentiality/Verzicht und
> Vertraulichkeitanmerkung
> > /
> > > > >> Note de déni et de confidentialité
> > > > >> This message is confidential. If you should not be the intended
> > > receiver,
> > > > >> then we ask politely to report. Each unauthorized forwarding or
> > > > >> manufacturing of a copy is inadmissible. This message serves only
> > for
> > > the
> > > > >> exchange of information and has no legal binding effect. Due to
> the
> > > easy
> > > > >> manipulation of emails we cannot take responsibility over the the
> > > contents.
> > > > >> Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene
> > > > >> Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede
> > > unbefugte
> > > > >> Weiterleitung oder Fertigung einer Kopie ist unzulaessig. Diese
> > > Nachricht
> > > > >> dient lediglich dem Austausch von Informationen und entfaltet
> keine
> > > > >> rechtliche Bindungswirkung. Aufgrund der leichten
> Manipulierbarkeit
> > > von
> > > > >> E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen.
> > > > >> Ce message est confidentiel et peut être privilégié. Si vous
> n'êtes
> > > pas le
> > > > >> destinataire prévu, nous te demandons avec bonté que pour
> satisfaire
> > > > >> informez l'expéditeur. N'importe quelle diffusion non autorisée ou
> > la
> > > copie
> > > > >> de ceci est interdite. Ce message sert à l'information seulement
> et
> > > n'aura
> > > > >> pas n'importe quel effet légalement obligatoire. Étant donné que
> les
> > > email
> > > > >> peuvent facilement être sujets à la manipulation, nous ne pouvons
> > > accepter
> > > > >> aucune responsabilité pour le contenu fourni.
> > > > >>
> > > > >>
> > > > >>
> > > > >>
> > > > >>
> > > > >>
> > > > >> > From: ados1984@gmail.com
> > > > >> > Date: Mon, 4 May 2009 07:17:17 -0600
> > > > >> > Subject: Tomcat Configuration in Eclipse
> > > > >> > To: users@tomcat.apache.org
> > > > >> >
> > > > >> > Hi,
> > > > >> > I am trying to configure TOMCAT Webserver in Eclipse and am not
> > able
> > > to
> > > > >> do
> > > > >> > that. Guidance on the matter would be highly appreciated.
> > > > >> >
> > > > >> > Also, how can I access local jsp page which is on the WebApps
> > folder
> > > in
> > > > >> > Webserver from Browser ?
> > > > >> >
> > > > >> > Thanks,
> > > > >> > Ados
> > > > >>
> > > > >> _________________________________________________________________
> > > > >> Hotmail® has ever-growing storage! Don't worry about storage
> limits.
> > > > >>
> > > > >>
> > >
> >
> http://windowslive.com/Tutorial/Hotmail/Storage?ocid=TXT_TAGLM_WL_HM_Tutorial_Storage1_052009
> > > > >>
> > > > >
> > > > >
> > >
> > > _________________________________________________________________
> > > Hotmail® goes with you.
> > >
> > >
> >
> http://windowslive.com/Tutorial/Hotmail/Mobile?ocid=TXT_TAGLM_WL_HM_Tutorial_Mobile1_052009
> > >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> > For additional commands, e-mail: users-help@tomcat.apache.org
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org
>
>

RE: Tomcat Configuration in Eclipse

Posted by "BRZEZINSKI, PAUL" <pa...@hp.com>.
Try:

%windir%\system32\netstat -a -o

--
Paul J. Brzezinski
Integration Engineering - GM
EDS, an HP company
 
  Phone:+1-248-365-9615(8-355)
P paul.brzezinski@hp.com


-----Original Message-----
From: ados1984@gmail.com [mailto:ados1984@gmail.com] 
Sent: Monday, May 04, 2009 2:20 PM
To: Tomcat Users List
Subject: Re: Tomcat Configuration in Eclipse

When I type at CMD prompt ::
C:\>netstat -a-o

C:\>netstat -ab

I get following message :

"netstat is not recognized as an internal or external command, operable
program or batch file"




On Mon, May 4, 2009 at 12:15 PM, BRZEZINSKI, PAUL <pa...@hp.com>wrote:

> On XP try:
>
>  netstat -a -o
>
> --
> Paul J. Brzezinski
> Integration Engineering - GM
> EDS, an HP company
>
>   Phone:+1-248-365-9615(8-355)
> P paul.brzezinski@hp.com
>
>
> -----Original Message-----
> From: ados1984@gmail.com [mailto:ados1984@gmail.com]
> Sent: Monday, May 04, 2009 2:11 PM
> To: Tomcat Users List
> Subject: Re: Tomcat Configuration in Eclipse
>
> I am using Windows XP and so netstat -ab will not work with it.
>
>
>
> On Mon, May 4, 2009 at 12:08 PM, Martin Gainty <mg...@hotmail.com>
> wrote:
>
> >
> > netstat -ab will display which binary or process (with pid) that is bound
> > to the port
> >
> > Martin
> > ______________________________________________
> > Disclaimer and Confidentiality/Verzicht und Vertraulichkeitanmerkung /
> Note
> > de déni et de confidentialité
> > This message is confidential. If you should not be the intended receiver,
> > then we ask politely to report. Each unauthorized forwarding or
> > manufacturing of a copy is inadmissible. This message serves only for the
> > exchange of information and has no legal binding effect. Due to the easy
> > manipulation of emails we cannot take responsibility over the the
> contents.
> > Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene
> > Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede
> unbefugte
> > Weiterleitung oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht
> > dient lediglich dem Austausch von Informationen und entfaltet keine
> > rechtliche Bindungswirkung. Aufgrund der leichten Manipulierbarkeit von
> > E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen.
> > Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas
> le
> > destinataire prévu, nous te demandons avec bonté que pour satisfaire
> > informez l'expéditeur. N'importe quelle diffusion non autorisée ou la
> copie
> > de ceci est interdite. Ce message sert à l'information seulement et
> n'aura
> > pas n'importe quel effet légalement obligatoire. Étant donné que les
> email
> > peuvent facilement être sujets à la manipulation, nous ne pouvons
> accepter
> > aucune responsabilité pour le contenu fourni.
> >
> >
> >
> >
> >
> >
> > > From: ados1984@gmail.com
> > > Date: Mon, 4 May 2009 11:54:55 -0600
> > > Subject: Re: Tomcat Configuration in Eclipse
> > > To: users@tomcat.apache.org
> > >
> > > Hello,
> > > With the help of Plugin Tomcat is being configured in Eclipse.
> > >
> > > But now when I am trying to run my jsp page on Tomcat server than it is
> > not
> > > running and am getting following message :
> > >
> > > "Several ports (8005, 8080, 8009) required by Tomcat v4.1 Server at
> > > localhost are already in use. The server may already be running in
> > another
> > > process, or a system process may be using the port. To start this
> server
> > you
> > > will need to stop the other process or change the port number(s)."
> > >
> > > I have stopped server and restarted again but still am getting same
> > message
> > > and so bit confused with what is happening.
> > >
> > > Thanks,
> > > Ados
> > >
> > >
> > > On Mon, May 4, 2009 at 11:12 AM, ados1984@gmail.com <
> ados1984@gmail.com
> > >wrote:
> > >
> > > > Thank you Sir,
> > > > My issue has been resolved. I really appreciate efforts that group
> > member's
> > > > are putting in to guide Tomcat Community.
> > > >
> > > > Regards,
> > > > Ados
> > > >
> > > >
> > > >
> > > >
> > > > On Mon, May 4, 2009 at 8:05 AM, Martin Gainty <mg...@hotmail.com>
> > wrote:
> > > >
> > > >>
> > > >> Please download and install tomcat sysdeo for eclipse plugin from
> > > >> http://www.eclipsetotale.com/tomcatPlugin.html
> > > >> and follow all the configuration instructions from
> > > >> readme.html
> > > >>
> > > >> Martin
> > > >> ______________________________________________
> > > >> Disclaimer and Confidentiality/Verzicht und Vertraulichkeitanmerkung
> /
> > > >> Note de déni et de confidentialité
> > > >> This message is confidential. If you should not be the intended
> > receiver,
> > > >> then we ask politely to report. Each unauthorized forwarding or
> > > >> manufacturing of a copy is inadmissible. This message serves only
> for
> > the
> > > >> exchange of information and has no legal binding effect. Due to the
> > easy
> > > >> manipulation of emails we cannot take responsibility over the the
> > contents.
> > > >> Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene
> > > >> Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede
> > unbefugte
> > > >> Weiterleitung oder Fertigung einer Kopie ist unzulaessig. Diese
> > Nachricht
> > > >> dient lediglich dem Austausch von Informationen und entfaltet keine
> > > >> rechtliche Bindungswirkung. Aufgrund der leichten Manipulierbarkeit
> > von
> > > >> E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen.
> > > >> Ce message est confidentiel et peut être privilégié. Si vous n'êtes
> > pas le
> > > >> destinataire prévu, nous te demandons avec bonté que pour satisfaire
> > > >> informez l'expéditeur. N'importe quelle diffusion non autorisée ou
> la
> > copie
> > > >> de ceci est interdite. Ce message sert à l'information seulement et
> > n'aura
> > > >> pas n'importe quel effet légalement obligatoire. Étant donné que les
> > email
> > > >> peuvent facilement être sujets à la manipulation, nous ne pouvons
> > accepter
> > > >> aucune responsabilité pour le contenu fourni.
> > > >>
> > > >>
> > > >>
> > > >>
> > > >>
> > > >>
> > > >> > From: ados1984@gmail.com
> > > >> > Date: Mon, 4 May 2009 07:17:17 -0600
> > > >> > Subject: Tomcat Configuration in Eclipse
> > > >> > To: users@tomcat.apache.org
> > > >> >
> > > >> > Hi,
> > > >> > I am trying to configure TOMCAT Webserver in Eclipse and am not
> able
> > to
> > > >> do
> > > >> > that. Guidance on the matter would be highly appreciated.
> > > >> >
> > > >> > Also, how can I access local jsp page which is on the WebApps
> folder
> > in
> > > >> > Webserver from Browser ?
> > > >> >
> > > >> > Thanks,
> > > >> > Ados
> > > >>
> > > >> _________________________________________________________________
> > > >> Hotmail® has ever-growing storage! Don't worry about storage limits.
> > > >>
> > > >>
> >
> http://windowslive.com/Tutorial/Hotmail/Storage?ocid=TXT_TAGLM_WL_HM_Tutorial_Storage1_052009
> > > >>
> > > >
> > > >
> >
> > _________________________________________________________________
> > Hotmail® goes with you.
> >
> >
> http://windowslive.com/Tutorial/Hotmail/Mobile?ocid=TXT_TAGLM_WL_HM_Tutorial_Mobile1_052009
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org
>
>

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


Re: Tomcat Configuration in Eclipse

Posted by "ados1984@gmail.com" <ad...@gmail.com>.
When I type at CMD prompt ::
C:\>netstat -a-o

C:\>netstat -ab

I get following message :

"netstat is not recognized as an internal or external command, operable
program or batch file"




On Mon, May 4, 2009 at 12:15 PM, BRZEZINSKI, PAUL <pa...@hp.com>wrote:

> On XP try:
>
>  netstat -a -o
>
> --
> Paul J. Brzezinski
> Integration Engineering - GM
> EDS, an HP company
>
>   Phone:+1-248-365-9615(8-355)
> P paul.brzezinski@hp.com
>
>
> -----Original Message-----
> From: ados1984@gmail.com [mailto:ados1984@gmail.com]
> Sent: Monday, May 04, 2009 2:11 PM
> To: Tomcat Users List
> Subject: Re: Tomcat Configuration in Eclipse
>
> I am using Windows XP and so netstat -ab will not work with it.
>
>
>
> On Mon, May 4, 2009 at 12:08 PM, Martin Gainty <mg...@hotmail.com>
> wrote:
>
> >
> > netstat -ab will display which binary or process (with pid) that is bound
> > to the port
> >
> > Martin
> > ______________________________________________
> > Disclaimer and Confidentiality/Verzicht und Vertraulichkeitanmerkung /
> Note
> > de déni et de confidentialité
> > This message is confidential. If you should not be the intended receiver,
> > then we ask politely to report. Each unauthorized forwarding or
> > manufacturing of a copy is inadmissible. This message serves only for the
> > exchange of information and has no legal binding effect. Due to the easy
> > manipulation of emails we cannot take responsibility over the the
> contents.
> > Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene
> > Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede
> unbefugte
> > Weiterleitung oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht
> > dient lediglich dem Austausch von Informationen und entfaltet keine
> > rechtliche Bindungswirkung. Aufgrund der leichten Manipulierbarkeit von
> > E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen.
> > Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas
> le
> > destinataire prévu, nous te demandons avec bonté que pour satisfaire
> > informez l'expéditeur. N'importe quelle diffusion non autorisée ou la
> copie
> > de ceci est interdite. Ce message sert à l'information seulement et
> n'aura
> > pas n'importe quel effet légalement obligatoire. Étant donné que les
> email
> > peuvent facilement être sujets à la manipulation, nous ne pouvons
> accepter
> > aucune responsabilité pour le contenu fourni.
> >
> >
> >
> >
> >
> >
> > > From: ados1984@gmail.com
> > > Date: Mon, 4 May 2009 11:54:55 -0600
> > > Subject: Re: Tomcat Configuration in Eclipse
> > > To: users@tomcat.apache.org
> > >
> > > Hello,
> > > With the help of Plugin Tomcat is being configured in Eclipse.
> > >
> > > But now when I am trying to run my jsp page on Tomcat server than it is
> > not
> > > running and am getting following message :
> > >
> > > "Several ports (8005, 8080, 8009) required by Tomcat v4.1 Server at
> > > localhost are already in use. The server may already be running in
> > another
> > > process, or a system process may be using the port. To start this
> server
> > you
> > > will need to stop the other process or change the port number(s)."
> > >
> > > I have stopped server and restarted again but still am getting same
> > message
> > > and so bit confused with what is happening.
> > >
> > > Thanks,
> > > Ados
> > >
> > >
> > > On Mon, May 4, 2009 at 11:12 AM, ados1984@gmail.com <
> ados1984@gmail.com
> > >wrote:
> > >
> > > > Thank you Sir,
> > > > My issue has been resolved. I really appreciate efforts that group
> > member's
> > > > are putting in to guide Tomcat Community.
> > > >
> > > > Regards,
> > > > Ados
> > > >
> > > >
> > > >
> > > >
> > > > On Mon, May 4, 2009 at 8:05 AM, Martin Gainty <mg...@hotmail.com>
> > wrote:
> > > >
> > > >>
> > > >> Please download and install tomcat sysdeo for eclipse plugin from
> > > >> http://www.eclipsetotale.com/tomcatPlugin.html
> > > >> and follow all the configuration instructions from
> > > >> readme.html
> > > >>
> > > >> Martin
> > > >> ______________________________________________
> > > >> Disclaimer and Confidentiality/Verzicht und Vertraulichkeitanmerkung
> /
> > > >> Note de déni et de confidentialité
> > > >> This message is confidential. If you should not be the intended
> > receiver,
> > > >> then we ask politely to report. Each unauthorized forwarding or
> > > >> manufacturing of a copy is inadmissible. This message serves only
> for
> > the
> > > >> exchange of information and has no legal binding effect. Due to the
> > easy
> > > >> manipulation of emails we cannot take responsibility over the the
> > contents.
> > > >> Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene
> > > >> Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede
> > unbefugte
> > > >> Weiterleitung oder Fertigung einer Kopie ist unzulaessig. Diese
> > Nachricht
> > > >> dient lediglich dem Austausch von Informationen und entfaltet keine
> > > >> rechtliche Bindungswirkung. Aufgrund der leichten Manipulierbarkeit
> > von
> > > >> E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen.
> > > >> Ce message est confidentiel et peut être privilégié. Si vous n'êtes
> > pas le
> > > >> destinataire prévu, nous te demandons avec bonté que pour satisfaire
> > > >> informez l'expéditeur. N'importe quelle diffusion non autorisée ou
> la
> > copie
> > > >> de ceci est interdite. Ce message sert à l'information seulement et
> > n'aura
> > > >> pas n'importe quel effet légalement obligatoire. Étant donné que les
> > email
> > > >> peuvent facilement être sujets à la manipulation, nous ne pouvons
> > accepter
> > > >> aucune responsabilité pour le contenu fourni.
> > > >>
> > > >>
> > > >>
> > > >>
> > > >>
> > > >>
> > > >> > From: ados1984@gmail.com
> > > >> > Date: Mon, 4 May 2009 07:17:17 -0600
> > > >> > Subject: Tomcat Configuration in Eclipse
> > > >> > To: users@tomcat.apache.org
> > > >> >
> > > >> > Hi,
> > > >> > I am trying to configure TOMCAT Webserver in Eclipse and am not
> able
> > to
> > > >> do
> > > >> > that. Guidance on the matter would be highly appreciated.
> > > >> >
> > > >> > Also, how can I access local jsp page which is on the WebApps
> folder
> > in
> > > >> > Webserver from Browser ?
> > > >> >
> > > >> > Thanks,
> > > >> > Ados
> > > >>
> > > >> _________________________________________________________________
> > > >> Hotmail® has ever-growing storage! Don't worry about storage limits.
> > > >>
> > > >>
> >
> http://windowslive.com/Tutorial/Hotmail/Storage?ocid=TXT_TAGLM_WL_HM_Tutorial_Storage1_052009
> > > >>
> > > >
> > > >
> >
> > _________________________________________________________________
> > Hotmail® goes with you.
> >
> >
> http://windowslive.com/Tutorial/Hotmail/Mobile?ocid=TXT_TAGLM_WL_HM_Tutorial_Mobile1_052009
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org
>
>

Re: Tomcat Configuration in Eclipse

Posted by André Warnier <aw...@ice-sa.com>.
Hi.
Please do not copy me of every message you send to the list.
I already get the list message, so this makes it an extra identical 
message each time. Just click "reply", not "reply all".
Thanks.


ados1984@gmail.com wrote:
> Interesting Things are happening with my Tomcat.
> 
...

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


RE: Tomcat Configuration in Eclipse

Posted by Larry Isaacs <La...@sas.com>.
This information applies to the Tomcat support found in the Eclipse Web Tools Platform, see http://www.eclipse.org/webtools.  I believe Ados has stated he is using the Sysdeo Tomcat plug-in, which is quite different.  For those using or considering the Web Tools Tomcat support, see http://wiki.eclipse.org/WTP_Tomcat_FAQ for additional information about this support.

Cheers,
Larry

-----Original Message-----
From: Mike Altieri [mailto:mcapsu@yahoo.com]
Sent: Friday, May 08, 2009 12:12 PM
To: Tomcat Users List
Subject: Re: Tomcat Configuration in Eclipse


Hi Ados,

Ognjen is right; the default setting in the eclipse plugin for tomcat6 is to use the workspace metadata;
this way when you start tomcat from eclipse only the projects you have deployed on it inside of eclipse will be the running apps.

If you want you can alter this setting by double clicking on the server; and when the serve config opens look under
'Server Locations' ; if you choose the 'use tomcat installation' then all the apps that are installed in your server should also start when you start the server inside of eclipse.

This may or may not be desirable depending on your environment's needs.

Good Luck!

-Mike



----- Original Message ----
> From: "ados1984@gmail.com" <ad...@gmail.com>
> To: Tomcat Users List <us...@tomcat.apache.org>
> Sent: Friday, May 8, 2009 11:17:02 AM
> Subject: Re: Tomcat Configuration in Eclipse
>
> I am stuck on same issue. I tried reconfiguring Tomcat on Eclipse using
> sysdeo plugin but when I try to run simple jsp page am getting same 404
> error.
> Any help would be highly appreciated ?
>
> Thanks,
> Ados
>
> On Fri, May 8, 2009 at 8:51 AM, Chris Lenart wrote:
>
> > I'm getting simular issue. Tomcat is working and see its welcome page in
> > Firefox. When I run a imple jsp in Eclipse, it is giving 404. What do I
> > have to do?
> >
> > Chris
> >
> > -----Original Message-----
> > From: Ognjen Blagojevic [mailto:ognjen@etf.bg.ac.rs]
> > Sent: Friday, May 08, 2009 4:50 AM
> > To: Tomcat Users List
> > Subject: Re: Tomcat Configuration in Eclipse
> >
> >
> > This is normal.
> >
> > When you start Tomcat manually, it uses YOUR-TOMCAT-HOME/webapps as
> > default webapp directory. This directory contains "ROOT" webapp (visible
> >
> > on context "/"), and that is the welcome page you see.
> >
> > On the other side, when you start Tomcat inside Eclipse, it uses some
> > other webapp folder like
> > YOUR-ECLIPSE-WORKSPACE/.metadata/.plugins/org.eclipse.wst.server.core/tm
> > p0/wtpwebapps,
> > which doesn't contains ROOT webapp (or, sometimes contains blank ROOT
> > webapp). In that case on context "/" (http://localhost:8080/), you will
> > get either HTTP error 404 or blank page.
> >
> > Regards,
> > Ognjen
> >
> >
> > ados1984@gmail.com wrote:
> > > Interesting Things are happening with my Tomcat.
> > >
> > > Points to Note:
> > >
> > >
> > >    1. I am installing tomcat version 6.x and than running it by
> > clicking
> > >    startup.bat file and it is running fine as when I check in browser
> > typing
> > >    http://localhost:8080/ it shows me the Apache Foundation Welcome
> > pages
> > >    saying that Installation works fine.
> > >    2. Interesting thing to note is that when I stop my server using
> > >    shutdown.bat file than it work fine but now if I start my server
> > using
> > >    eclipse than it starts but when I go to browser to check Apache
> > Foundation
> > >    Welcome Page than it is not there and I get message as under and it
> > is
> > >    confusing.
> > >
> > >
> > > Apache Tomcat/6.0.18 - Error report
> > > Apache Tomcat/6.0.18 - Error report HTTP Status 404 - /
> > > ------------------------------
> > >
> > > *type* Status report
> > >
> > > *message* */*
> > >
> > > *description* *The requested resource (/) is not available.*
> > > ------------------------------
> > > Apache Tomcat/6.0.18
> > >
> > >
> > > Any guidance would be appreciated.
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> > For additional commands, e-mail: users-help@tomcat.apache.org
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> > For additional commands, e-mail: users-help@tomcat.apache.org
> >
> >


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



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


RE: Tomcat Configuration in Eclipse

Posted by Karthik Nanjangude <ka...@xius-bcgi.com>.
Hi

I have been using this plug-in for long time...I have not found any issues...

The plug in for Eclipse is used only for start/stop/ war file creation only
For Tomcat and not for any other purpose


Once the zip file exploded and placed under Eclipse/plugin's .  u need to restart Eclipse  and head strait  to "windows->preference->TOMCAT
Set the version, Tomcat base, JVM settings,...that's it
Now u can start /shut down the TOMCAT from eclipse.

On creation of Eclipse Project  select in "/webapps/acme"  or what ever u want and deploy the files into the folder

Start /stop tomcat ,use browser to view the same



Simple:)

With regards
Karthik




-----Original Message-----
From: Chris Lenart [mailto:clenart@comcast.net]
Sent: Saturday, May 09, 2009 12:04 AM
To: 'Tomcat Users List'
Subject: RE: Tomcat Configuration in Eclipse

It's on a pc  / xp. I had it working before and had reformat  my drive.
Nothing has changed.

-----Original Message-----
From: Mike Altieri [mailto:mcapsu@yahoo.com]
Sent: Friday, May 08, 2009 1:03 PM
To: Tomcat Users List
Subject: Re: Tomcat Configuration in Eclipse



Hi Chris,

Make sure to check out Larry's post - he picked up that a different
plug-in may be being used in the original post.

The sysdeo plugin has something similar in its config:
they're doc:
http://www.eclipsetotale.com/articles/tomcat/tomcatPluginDocFR.html
(Its in french but using google to translate it looks like it has
something similar under configuration step #3)

It depends on what you are coding/testing...
If you only need the web-apps you are working on to be running on that
box; and its your local laptop/dev box I would likely leave it at
default. (not to modify the tomcat install)

If you'd like to run the app you are coding along side other
applications (that aren't in your eclipse workspace) I'd pick use tomcat
installation....

It really depends on what you are trying to accomplish and your env.

-Mike



----- Original Message ----
> From: Chris Lenart <cl...@comcast.net>
> To: Tomcat Users List <us...@tomcat.apache.org>
> Sent: Friday, May 8, 2009 1:49:16 PM
> Subject: RE: Tomcat Configuration in Eclipse
>
> Mike,
>
> What would you do if you want to get it working so you can code and
> test?
>
> -----Original Message-----
> From: Mike Altieri [mailto:mcapsu@yahoo.com]
> Sent: Friday, May 08, 2009 11:12 AM
> To: Tomcat Users List
> Subject: Re: Tomcat Configuration in Eclipse
>
>
>
> Hi Ados,
>
> Ognjen is right; the default setting in the eclipse plugin for tomcat6

> is to use the workspace metadata; this way when you start tomcat from
> eclipse only the projects you have deployed on it inside of eclipse
> will be the running apps.
>
> If you want you can alter this setting by double clicking on the
> server; and when the serve config opens look under 'Server Locations'
> ; if you choose the 'use tomcat installation' then all the apps that
> are installed in your server should also start when you start the
> server inside of eclipse.
>
> This may or may not be desirable depending on your environment's
> needs.
>
> Good Luck!
>
> -Mike
>
>
>
> ----- Original Message ----
> > From: "ados1984@gmail.com"
> > To: Tomcat Users List
> > Sent: Friday, May 8, 2009 11:17:02 AM
> > Subject: Re: Tomcat Configuration in Eclipse
> >
> > I am stuck on same issue. I tried reconfiguring Tomcat on Eclipse
> > using sysdeo plugin but when I try to run simple jsp page am getting

> > same 404 error. Any help would be highly appreciated ?
> >
> > Thanks,
> > Ados
> >
> > On Fri, May 8, 2009 at 8:51 AM, Chris Lenart wrote:
> >
> > > I'm getting simular issue. Tomcat is working and see its welcome
> > > page in Firefox. When I run a imple jsp in Eclipse, it is giving
> > > 404. What do I have to do?
> > >
> > > Chris
> > >
> > > -----Original Message-----
> > > From: Ognjen Blagojevic [mailto:ognjen@etf.bg.ac.rs]
> > > Sent: Friday, May 08, 2009 4:50 AM
> > > To: Tomcat Users List
> > > Subject: Re: Tomcat Configuration in Eclipse
> > >
> > >
> > > This is normal.
> > >
> > > When you start Tomcat manually, it uses YOUR-TOMCAT-HOME/webapps
> > > as
> > > default webapp directory. This directory contains "ROOT" webapp
> > > (visible
> > >
> > > on context "/"), and that is the welcome page you see.
> > >
> > > On the other side, when you start Tomcat inside Eclipse, it uses
> > > some other webapp folder like
> > >
YOUR-ECLIPSE-WORKSPACE/.metadata/.plugins/org.eclipse.wst.server.cor
> > > e/tm
> > > p0/wtpwebapps,
> > > which doesn't contains ROOT webapp (or, sometimes contains blank
> ROOT
> > > webapp). In that case on context "/" (http://localhost:8080/), you
> will
> > > get either HTTP error 404 or blank page.
> > >
> > > Regards,
> > > Ognjen
> > >
> > >
> > > ados1984@gmail.com wrote:
> > > > Interesting Things are happening with my Tomcat.
> > > >
> > > > Points to Note:
> > > >
> > > >
> > > >    1. I am installing tomcat version 6.x and than running it by
> > > clicking
> > > >    startup.bat file and it is running fine as when I check in
> > > > browser
> > > typing
> > > >    http://localhost:8080/ it shows me the Apache Foundation
> > > > Welcome
> > > pages
> > > >    saying that Installation works fine.
> > > >    2. Interesting thing to note is that when I stop my server
> using
> > > >    shutdown.bat file than it work fine but now if I start my
> > > > server
> > > using
> > > >    eclipse than it starts but when I go to browser to check
> > > > Apache
> > > Foundation
> > > >    Welcome Page than it is not there and I get message as under
> > > > and it
> > > is
> > > >    confusing.
> > > >
> > > >
> > > > Apache Tomcat/6.0.18 - Error report
> > > > Apache Tomcat/6.0.18 - Error report HTTP Status 404 - /
> > > > ------------------------------
> > > >
> > > > *type* Status report
> > > >
> > > > *message* */*
> > > >
> > > > *description* *The requested resource (/) is not available.*
> > > > ------------------------------
> > > > Apache Tomcat/6.0.18
> > > >
> > > >
> > > > Any guidance would be appreciated.
> > >
> > > ------------------------------------------------------------------
> > > --
> > > -
> > > To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> > > For additional commands, e-mail: users-help@tomcat.apache.org
> > >
> > >
> > > ------------------------------------------------------------------
> > > --
> > > -
> > > To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> > > For additional commands, e-mail: users-help@tomcat.apache.org
> > >
> > >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org


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


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



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


RE: Tomcat Configuration in Eclipse

Posted by Chris Lenart <cl...@comcast.net>.
It's on a pc  / xp. I had it working before and had reformat  my drive.
Nothing has changed.

-----Original Message-----
From: Mike Altieri [mailto:mcapsu@yahoo.com] 
Sent: Friday, May 08, 2009 1:03 PM
To: Tomcat Users List
Subject: Re: Tomcat Configuration in Eclipse



Hi Chris,

Make sure to check out Larry's post - he picked up that a different
plug-in may be being used in the original post.

The sysdeo plugin has something similar in its config:
they're doc:
http://www.eclipsetotale.com/articles/tomcat/tomcatPluginDocFR.html  
(Its in french but using google to translate it looks like it has
something similar under configuration step #3)

It depends on what you are coding/testing...
If you only need the web-apps you are working on to be running on that
box; and its your local laptop/dev box I would likely leave it at
default. (not to modify the tomcat install)

If you'd like to run the app you are coding along side other
applications (that aren't in your eclipse workspace) I'd pick use tomcat
installation....

It really depends on what you are trying to accomplish and your env.

-Mike



----- Original Message ----
> From: Chris Lenart <cl...@comcast.net>
> To: Tomcat Users List <us...@tomcat.apache.org>
> Sent: Friday, May 8, 2009 1:49:16 PM
> Subject: RE: Tomcat Configuration in Eclipse
> 
> Mike,
> 
> What would you do if you want to get it working so you can code and 
> test?
> 
> -----Original Message-----
> From: Mike Altieri [mailto:mcapsu@yahoo.com]
> Sent: Friday, May 08, 2009 11:12 AM
> To: Tomcat Users List
> Subject: Re: Tomcat Configuration in Eclipse
> 
> 
> 
> Hi Ados,
> 
> Ognjen is right; the default setting in the eclipse plugin for tomcat6

> is to use the workspace metadata; this way when you start tomcat from 
> eclipse only the projects you have deployed on it inside of eclipse 
> will be the running apps.
> 
> If you want you can alter this setting by double clicking on the 
> server; and when the serve config opens look under 'Server Locations' 
> ; if you choose the 'use tomcat installation' then all the apps that 
> are installed in your server should also start when you start the 
> server inside of eclipse.
> 
> This may or may not be desirable depending on your environment's 
> needs.
> 
> Good Luck!
> 
> -Mike
> 
> 
> 
> ----- Original Message ----
> > From: "ados1984@gmail.com"
> > To: Tomcat Users List 
> > Sent: Friday, May 8, 2009 11:17:02 AM
> > Subject: Re: Tomcat Configuration in Eclipse
> > 
> > I am stuck on same issue. I tried reconfiguring Tomcat on Eclipse
> > using sysdeo plugin but when I try to run simple jsp page am getting

> > same 404 error. Any help would be highly appreciated ?
> > 
> > Thanks,
> > Ados
> > 
> > On Fri, May 8, 2009 at 8:51 AM, Chris Lenart wrote:
> > 
> > > I'm getting simular issue. Tomcat is working and see its welcome
> > > page in Firefox. When I run a imple jsp in Eclipse, it is giving 
> > > 404. What do I have to do?
> > >
> > > Chris
> > >
> > > -----Original Message-----
> > > From: Ognjen Blagojevic [mailto:ognjen@etf.bg.ac.rs]
> > > Sent: Friday, May 08, 2009 4:50 AM
> > > To: Tomcat Users List
> > > Subject: Re: Tomcat Configuration in Eclipse
> > >
> > >
> > > This is normal.
> > >
> > > When you start Tomcat manually, it uses YOUR-TOMCAT-HOME/webapps 
> > > as
> > > default webapp directory. This directory contains "ROOT" webapp 
> > > (visible
> > >
> > > on context "/"), and that is the welcome page you see.
> > >
> > > On the other side, when you start Tomcat inside Eclipse, it uses
> > > some other webapp folder like 
> > >
YOUR-ECLIPSE-WORKSPACE/.metadata/.plugins/org.eclipse.wst.server.cor
> > > e/tm
> > > p0/wtpwebapps,
> > > which doesn't contains ROOT webapp (or, sometimes contains blank
> ROOT
> > > webapp). In that case on context "/" (http://localhost:8080/), you
> will
> > > get either HTTP error 404 or blank page.
> > >
> > > Regards,
> > > Ognjen
> > >
> > >
> > > ados1984@gmail.com wrote:
> > > > Interesting Things are happening with my Tomcat.
> > > >
> > > > Points to Note:
> > > >
> > > >
> > > >    1. I am installing tomcat version 6.x and than running it by
> > > clicking
> > > >    startup.bat file and it is running fine as when I check in
> > > > browser
> > > typing
> > > >    http://localhost:8080/ it shows me the Apache Foundation
> > > > Welcome
> > > pages
> > > >    saying that Installation works fine.
> > > >    2. Interesting thing to note is that when I stop my server
> using
> > > >    shutdown.bat file than it work fine but now if I start my
> > > > server
> > > using
> > > >    eclipse than it starts but when I go to browser to check 
> > > > Apache
> > > Foundation
> > > >    Welcome Page than it is not there and I get message as under
> > > > and it
> > > is
> > > >    confusing.
> > > >
> > > >
> > > > Apache Tomcat/6.0.18 - Error report
> > > > Apache Tomcat/6.0.18 - Error report HTTP Status 404 - /
> > > > ------------------------------
> > > >
> > > > *type* Status report
> > > >
> > > > *message* */*
> > > >
> > > > *description* *The requested resource (/) is not available.*
> > > > ------------------------------
> > > > Apache Tomcat/6.0.18
> > > >
> > > >
> > > > Any guidance would be appreciated.
> > >
> > > ------------------------------------------------------------------
> > > --
> > > -
> > > To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> > > For additional commands, e-mail: users-help@tomcat.apache.org
> > >
> > >
> > > ------------------------------------------------------------------
> > > --
> > > -
> > > To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> > > For additional commands, e-mail: users-help@tomcat.apache.org
> > >
> > >
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org


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


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


Re: Tomcat Configuration in Eclipse

Posted by Mike Altieri <mc...@yahoo.com>.
Hi Chris,

Make sure to check out Larry's post - he picked up that a different plug-in may be being used in the original post.

The sysdeo plugin has something similar in its config:
they're doc:  http://www.eclipsetotale.com/articles/tomcat/tomcatPluginDocFR.html  
(Its in french but using google to translate it looks like it has something similar under configuration step #3)

It depends on what you are coding/testing...
If you only need the web-apps you are working on to be running on that box; and its your local laptop/dev box I would likely leave it at default. (not to modify the tomcat install)

If you'd like to run the app you are coding along side other applications (that aren't in your eclipse workspace) I'd pick use tomcat installation....

It really depends on what you are trying to accomplish and your env.

-Mike



----- Original Message ----
> From: Chris Lenart <cl...@comcast.net>
> To: Tomcat Users List <us...@tomcat.apache.org>
> Sent: Friday, May 8, 2009 1:49:16 PM
> Subject: RE: Tomcat Configuration in Eclipse
> 
> Mike,
> 
> What would you do if you want to get it working so you can code and
> test?
> 
> -----Original Message-----
> From: Mike Altieri [mailto:mcapsu@yahoo.com] 
> Sent: Friday, May 08, 2009 11:12 AM
> To: Tomcat Users List
> Subject: Re: Tomcat Configuration in Eclipse
> 
> 
> 
> Hi Ados,
> 
> Ognjen is right; the default setting in the eclipse plugin for tomcat6
> is to use the workspace metadata; this way when you start tomcat from
> eclipse only the projects you have deployed on it inside of eclipse will
> be the running apps.
> 
> If you want you can alter this setting by double clicking on the server;
> and when the serve config opens look under 'Server Locations' ; if you
> choose the 'use tomcat installation' then all the apps that are
> installed in your server should also start when you start the server
> inside of eclipse.
> 
> This may or may not be desirable depending on your environment's needs.
> 
> Good Luck!
> 
> -Mike
> 
> 
> 
> ----- Original Message ----
> > From: "ados1984@gmail.com" 
> > To: Tomcat Users List 
> > Sent: Friday, May 8, 2009 11:17:02 AM
> > Subject: Re: Tomcat Configuration in Eclipse
> > 
> > I am stuck on same issue. I tried reconfiguring Tomcat on Eclipse 
> > using sysdeo plugin but when I try to run simple jsp page am getting 
> > same 404 error. Any help would be highly appreciated ?
> > 
> > Thanks,
> > Ados
> > 
> > On Fri, May 8, 2009 at 8:51 AM, Chris Lenart wrote:
> > 
> > > I'm getting simular issue. Tomcat is working and see its welcome 
> > > page in Firefox. When I run a imple jsp in Eclipse, it is giving 
> > > 404. What do I have to do?
> > >
> > > Chris
> > >
> > > -----Original Message-----
> > > From: Ognjen Blagojevic [mailto:ognjen@etf.bg.ac.rs]
> > > Sent: Friday, May 08, 2009 4:50 AM
> > > To: Tomcat Users List
> > > Subject: Re: Tomcat Configuration in Eclipse
> > >
> > >
> > > This is normal.
> > >
> > > When you start Tomcat manually, it uses YOUR-TOMCAT-HOME/webapps as 
> > > default webapp directory. This directory contains "ROOT" webapp 
> > > (visible
> > >
> > > on context "/"), and that is the welcome page you see.
> > >
> > > On the other side, when you start Tomcat inside Eclipse, it uses 
> > > some other webapp folder like 
> > > YOUR-ECLIPSE-WORKSPACE/.metadata/.plugins/org.eclipse.wst.server.cor
> > > e/tm
> > > p0/wtpwebapps,
> > > which doesn't contains ROOT webapp (or, sometimes contains blank
> ROOT
> > > webapp). In that case on context "/" (http://localhost:8080/), you
> will
> > > get either HTTP error 404 or blank page.
> > >
> > > Regards,
> > > Ognjen
> > >
> > >
> > > ados1984@gmail.com wrote:
> > > > Interesting Things are happening with my Tomcat.
> > > >
> > > > Points to Note:
> > > >
> > > >
> > > >    1. I am installing tomcat version 6.x and than running it by
> > > clicking
> > > >    startup.bat file and it is running fine as when I check in 
> > > > browser
> > > typing
> > > >    http://localhost:8080/ it shows me the Apache Foundation 
> > > > Welcome
> > > pages
> > > >    saying that Installation works fine.
> > > >    2. Interesting thing to note is that when I stop my server
> using
> > > >    shutdown.bat file than it work fine but now if I start my 
> > > > server
> > > using
> > > >    eclipse than it starts but when I go to browser to check Apache
> > > Foundation
> > > >    Welcome Page than it is not there and I get message as under 
> > > > and it
> > > is
> > > >    confusing.
> > > >
> > > >
> > > > Apache Tomcat/6.0.18 - Error report
> > > > Apache Tomcat/6.0.18 - Error report HTTP Status 404 - /
> > > > ------------------------------
> > > >
> > > > *type* Status report
> > > >
> > > > *message* */*
> > > >
> > > > *description* *The requested resource (/) is not available.*
> > > > ------------------------------
> > > > Apache Tomcat/6.0.18
> > > >
> > > >
> > > > Any guidance would be appreciated.
> > >
> > > --------------------------------------------------------------------
> > > -
> > > To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> > > For additional commands, e-mail: users-help@tomcat.apache.org
> > >
> > >
> > > --------------------------------------------------------------------
> > > -
> > > To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> > > For additional commands, e-mail: users-help@tomcat.apache.org
> > >
> > >
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org


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


RE: Tomcat Configuration in Eclipse

Posted by Chris Lenart <cl...@comcast.net>.
Mike,

What would you do if you want to get it working so you can code and
test?

-----Original Message-----
From: Mike Altieri [mailto:mcapsu@yahoo.com] 
Sent: Friday, May 08, 2009 11:12 AM
To: Tomcat Users List
Subject: Re: Tomcat Configuration in Eclipse



Hi Ados,

Ognjen is right; the default setting in the eclipse plugin for tomcat6
is to use the workspace metadata; this way when you start tomcat from
eclipse only the projects you have deployed on it inside of eclipse will
be the running apps.

If you want you can alter this setting by double clicking on the server;
and when the serve config opens look under 'Server Locations' ; if you
choose the 'use tomcat installation' then all the apps that are
installed in your server should also start when you start the server
inside of eclipse.

This may or may not be desirable depending on your environment's needs.

Good Luck!

-Mike



----- Original Message ----
> From: "ados1984@gmail.com" <ad...@gmail.com>
> To: Tomcat Users List <us...@tomcat.apache.org>
> Sent: Friday, May 8, 2009 11:17:02 AM
> Subject: Re: Tomcat Configuration in Eclipse
> 
> I am stuck on same issue. I tried reconfiguring Tomcat on Eclipse 
> using sysdeo plugin but when I try to run simple jsp page am getting 
> same 404 error. Any help would be highly appreciated ?
> 
> Thanks,
> Ados
> 
> On Fri, May 8, 2009 at 8:51 AM, Chris Lenart wrote:
> 
> > I'm getting simular issue. Tomcat is working and see its welcome 
> > page in Firefox. When I run a imple jsp in Eclipse, it is giving 
> > 404. What do I have to do?
> >
> > Chris
> >
> > -----Original Message-----
> > From: Ognjen Blagojevic [mailto:ognjen@etf.bg.ac.rs]
> > Sent: Friday, May 08, 2009 4:50 AM
> > To: Tomcat Users List
> > Subject: Re: Tomcat Configuration in Eclipse
> >
> >
> > This is normal.
> >
> > When you start Tomcat manually, it uses YOUR-TOMCAT-HOME/webapps as 
> > default webapp directory. This directory contains "ROOT" webapp 
> > (visible
> >
> > on context "/"), and that is the welcome page you see.
> >
> > On the other side, when you start Tomcat inside Eclipse, it uses 
> > some other webapp folder like 
> > YOUR-ECLIPSE-WORKSPACE/.metadata/.plugins/org.eclipse.wst.server.cor
> > e/tm
> > p0/wtpwebapps,
> > which doesn't contains ROOT webapp (or, sometimes contains blank
ROOT
> > webapp). In that case on context "/" (http://localhost:8080/), you
will
> > get either HTTP error 404 or blank page.
> >
> > Regards,
> > Ognjen
> >
> >
> > ados1984@gmail.com wrote:
> > > Interesting Things are happening with my Tomcat.
> > >
> > > Points to Note:
> > >
> > >
> > >    1. I am installing tomcat version 6.x and than running it by
> > clicking
> > >    startup.bat file and it is running fine as when I check in 
> > > browser
> > typing
> > >    http://localhost:8080/ it shows me the Apache Foundation 
> > > Welcome
> > pages
> > >    saying that Installation works fine.
> > >    2. Interesting thing to note is that when I stop my server
using
> > >    shutdown.bat file than it work fine but now if I start my 
> > > server
> > using
> > >    eclipse than it starts but when I go to browser to check Apache
> > Foundation
> > >    Welcome Page than it is not there and I get message as under 
> > > and it
> > is
> > >    confusing.
> > >
> > >
> > > Apache Tomcat/6.0.18 - Error report
> > > Apache Tomcat/6.0.18 - Error report HTTP Status 404 - /
> > > ------------------------------
> > >
> > > *type* Status report
> > >
> > > *message* */*
> > >
> > > *description* *The requested resource (/) is not available.*
> > > ------------------------------
> > > Apache Tomcat/6.0.18
> > >
> > >
> > > Any guidance would be appreciated.
> >
> > --------------------------------------------------------------------
> > -
> > To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> > For additional commands, e-mail: users-help@tomcat.apache.org
> >
> >
> > --------------------------------------------------------------------
> > -
> > To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> > For additional commands, e-mail: users-help@tomcat.apache.org
> >
> >


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


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


Re: Tomcat Configuration in Eclipse

Posted by Mike Altieri <mc...@yahoo.com>.
Hi Ados,

Ognjen is right; the default setting in the eclipse plugin for tomcat6 is to use the workspace metadata;
this way when you start tomcat from eclipse only the projects you have deployed on it inside of eclipse will be the running apps.

If you want you can alter this setting by double clicking on the server; and when the serve config opens look under
'Server Locations' ; if you choose the 'use tomcat installation' then all the apps that are installed in your server should also start when you start the server inside of eclipse.

This may or may not be desirable depending on your environment's needs.

Good Luck!

-Mike



----- Original Message ----
> From: "ados1984@gmail.com" <ad...@gmail.com>
> To: Tomcat Users List <us...@tomcat.apache.org>
> Sent: Friday, May 8, 2009 11:17:02 AM
> Subject: Re: Tomcat Configuration in Eclipse
> 
> I am stuck on same issue. I tried reconfiguring Tomcat on Eclipse using
> sysdeo plugin but when I try to run simple jsp page am getting same 404
> error.
> Any help would be highly appreciated ?
> 
> Thanks,
> Ados
> 
> On Fri, May 8, 2009 at 8:51 AM, Chris Lenart wrote:
> 
> > I'm getting simular issue. Tomcat is working and see its welcome page in
> > Firefox. When I run a imple jsp in Eclipse, it is giving 404. What do I
> > have to do?
> >
> > Chris
> >
> > -----Original Message-----
> > From: Ognjen Blagojevic [mailto:ognjen@etf.bg.ac.rs]
> > Sent: Friday, May 08, 2009 4:50 AM
> > To: Tomcat Users List
> > Subject: Re: Tomcat Configuration in Eclipse
> >
> >
> > This is normal.
> >
> > When you start Tomcat manually, it uses YOUR-TOMCAT-HOME/webapps as
> > default webapp directory. This directory contains "ROOT" webapp (visible
> >
> > on context "/"), and that is the welcome page you see.
> >
> > On the other side, when you start Tomcat inside Eclipse, it uses some
> > other webapp folder like
> > YOUR-ECLIPSE-WORKSPACE/.metadata/.plugins/org.eclipse.wst.server.core/tm
> > p0/wtpwebapps,
> > which doesn't contains ROOT webapp (or, sometimes contains blank ROOT
> > webapp). In that case on context "/" (http://localhost:8080/), you will
> > get either HTTP error 404 or blank page.
> >
> > Regards,
> > Ognjen
> >
> >
> > ados1984@gmail.com wrote:
> > > Interesting Things are happening with my Tomcat.
> > >
> > > Points to Note:
> > >
> > >
> > >    1. I am installing tomcat version 6.x and than running it by
> > clicking
> > >    startup.bat file and it is running fine as when I check in browser
> > typing
> > >    http://localhost:8080/ it shows me the Apache Foundation Welcome
> > pages
> > >    saying that Installation works fine.
> > >    2. Interesting thing to note is that when I stop my server using
> > >    shutdown.bat file than it work fine but now if I start my server
> > using
> > >    eclipse than it starts but when I go to browser to check Apache
> > Foundation
> > >    Welcome Page than it is not there and I get message as under and it
> > is
> > >    confusing.
> > >
> > >
> > > Apache Tomcat/6.0.18 - Error report
> > > Apache Tomcat/6.0.18 - Error report HTTP Status 404 - /
> > > ------------------------------
> > >
> > > *type* Status report
> > >
> > > *message* */*
> > >
> > > *description* *The requested resource (/) is not available.*
> > > ------------------------------
> > > Apache Tomcat/6.0.18
> > >
> > >
> > > Any guidance would be appreciated.
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> > For additional commands, e-mail: users-help@tomcat.apache.org
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> > For additional commands, e-mail: users-help@tomcat.apache.org
> >
> >


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


Re: Tomcat Configuration in Eclipse

Posted by "ados1984@gmail.com" <ad...@gmail.com>.
I am stuck on same issue. I tried reconfiguring Tomcat on Eclipse using
sysdeo plugin but when I try to run simple jsp page am getting same 404
error.
Any help would be highly appreciated ?

Thanks,
Ados

On Fri, May 8, 2009 at 8:51 AM, Chris Lenart <cl...@comcast.net> wrote:

> I'm getting simular issue. Tomcat is working and see its welcome page in
> Firefox. When I run a imple jsp in Eclipse, it is giving 404. What do I
> have to do?
>
> Chris
>
> -----Original Message-----
> From: Ognjen Blagojevic [mailto:ognjen@etf.bg.ac.rs]
> Sent: Friday, May 08, 2009 4:50 AM
> To: Tomcat Users List
> Subject: Re: Tomcat Configuration in Eclipse
>
>
> This is normal.
>
> When you start Tomcat manually, it uses YOUR-TOMCAT-HOME/webapps as
> default webapp directory. This directory contains "ROOT" webapp (visible
>
> on context "/"), and that is the welcome page you see.
>
> On the other side, when you start Tomcat inside Eclipse, it uses some
> other webapp folder like
> YOUR-ECLIPSE-WORKSPACE/.metadata/.plugins/org.eclipse.wst.server.core/tm
> p0/wtpwebapps,
> which doesn't contains ROOT webapp (or, sometimes contains blank ROOT
> webapp). In that case on context "/" (http://localhost:8080/), you will
> get either HTTP error 404 or blank page.
>
> Regards,
> Ognjen
>
>
> ados1984@gmail.com wrote:
> > Interesting Things are happening with my Tomcat.
> >
> > Points to Note:
> >
> >
> >    1. I am installing tomcat version 6.x and than running it by
> clicking
> >    startup.bat file and it is running fine as when I check in browser
> typing
> >    http://localhost:8080/ it shows me the Apache Foundation Welcome
> pages
> >    saying that Installation works fine.
> >    2. Interesting thing to note is that when I stop my server using
> >    shutdown.bat file than it work fine but now if I start my server
> using
> >    eclipse than it starts but when I go to browser to check Apache
> Foundation
> >    Welcome Page than it is not there and I get message as under and it
> is
> >    confusing.
> >
> >
> > Apache Tomcat/6.0.18 - Error report
> > Apache Tomcat/6.0.18 - Error report HTTP Status 404 - /
> > ------------------------------
> >
> > *type* Status report
> >
> > *message* */*
> >
> > *description* *The requested resource (/) is not available.*
> > ------------------------------
> > Apache Tomcat/6.0.18
> >
> >
> > Any guidance would be appreciated.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org
>
>

RE: Tomcat Configuration in Eclipse

Posted by Chris Lenart <cl...@comcast.net>.
I'm getting simular issue. Tomcat is working and see its welcome page in
Firefox. When I run a imple jsp in Eclipse, it is giving 404. What do I
have to do?

Chris

-----Original Message-----
From: Ognjen Blagojevic [mailto:ognjen@etf.bg.ac.rs] 
Sent: Friday, May 08, 2009 4:50 AM
To: Tomcat Users List
Subject: Re: Tomcat Configuration in Eclipse


This is normal.

When you start Tomcat manually, it uses YOUR-TOMCAT-HOME/webapps as 
default webapp directory. This directory contains "ROOT" webapp (visible

on context "/"), and that is the welcome page you see.

On the other side, when you start Tomcat inside Eclipse, it uses some 
other webapp folder like 
YOUR-ECLIPSE-WORKSPACE/.metadata/.plugins/org.eclipse.wst.server.core/tm
p0/wtpwebapps, 
which doesn't contains ROOT webapp (or, sometimes contains blank ROOT 
webapp). In that case on context "/" (http://localhost:8080/), you will 
get either HTTP error 404 or blank page.

Regards,
Ognjen


ados1984@gmail.com wrote:
> Interesting Things are happening with my Tomcat.
> 
> Points to Note:
> 
> 
>    1. I am installing tomcat version 6.x and than running it by
clicking
>    startup.bat file and it is running fine as when I check in browser
typing
>    http://localhost:8080/ it shows me the Apache Foundation Welcome
pages
>    saying that Installation works fine.
>    2. Interesting thing to note is that when I stop my server using
>    shutdown.bat file than it work fine but now if I start my server
using
>    eclipse than it starts but when I go to browser to check Apache
Foundation
>    Welcome Page than it is not there and I get message as under and it
is
>    confusing.
> 
> 
> Apache Tomcat/6.0.18 - Error report
> Apache Tomcat/6.0.18 - Error report HTTP Status 404 - /
> ------------------------------
> 
> *type* Status report
> 
> *message* */*
> 
> *description* *The requested resource (/) is not available.*
> ------------------------------
> Apache Tomcat/6.0.18
> 
> 
> Any guidance would be appreciated.

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


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


Re: Tomcat Configuration in Eclipse

Posted by Ognjen Blagojevic <og...@etf.bg.ac.rs>.
This is normal.

When you start Tomcat manually, it uses YOUR-TOMCAT-HOME/webapps as 
default webapp directory. This directory contains "ROOT" webapp (visible 
on context "/"), and that is the welcome page you see.

On the other side, when you start Tomcat inside Eclipse, it uses some 
other webapp folder like 
YOUR-ECLIPSE-WORKSPACE/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/wtpwebapps, 
which doesn't contains ROOT webapp (or, sometimes contains blank ROOT 
webapp). In that case on context "/" (http://localhost:8080/), you will 
get either HTTP error 404 or blank page.

Regards,
Ognjen


ados1984@gmail.com wrote:
> Interesting Things are happening with my Tomcat.
> 
> Points to Note:
> 
> 
>    1. I am installing tomcat version 6.x and than running it by clicking
>    startup.bat file and it is running fine as when I check in browser typing
>    http://localhost:8080/ it shows me the Apache Foundation Welcome pages
>    saying that Installation works fine.
>    2. Interesting thing to note is that when I stop my server using
>    shutdown.bat file than it work fine but now if I start my server using
>    eclipse than it starts but when I go to browser to check Apache Foundation
>    Welcome Page than it is not there and I get message as under and it is
>    confusing.
> 
> 
> Apache Tomcat/6.0.18 - Error report
> Apache Tomcat/6.0.18 - Error report HTTP Status 404 - /
> ------------------------------
> 
> *type* Status report
> 
> *message* */*
> 
> *description* *The requested resource (/) is not available.*
> ------------------------------
> Apache Tomcat/6.0.18
> 
> 
> Any guidance would be appreciated.

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


Re: Tomcat Configuration in Eclipse

Posted by "ados1984@gmail.com" <ad...@gmail.com>.
Interesting Things are happening with my Tomcat.

Points to Note:


   1. I am installing tomcat version 6.x and than running it by clicking
   startup.bat file and it is running fine as when I check in browser typing
   http://localhost:8080/ it shows me the Apache Foundation Welcome pages
   saying that Installation works fine.
   2. Interesting thing to note is that when I stop my server using
   shutdown.bat file than it work fine but now if I start my server using
   eclipse than it starts but when I go to browser to check Apache Foundation
   Welcome Page than it is not there and I get message as under and it is
   confusing.


Apache Tomcat/6.0.18 - Error report
Apache Tomcat/6.0.18 - Error report HTTP Status 404 - /
------------------------------

*type* Status report

*message* */*

*description* *The requested resource (/) is not available.*
------------------------------
Apache Tomcat/6.0.18


Any guidance would be appreciated.


On Wed, May 6, 2009 at 12:37 AM, André Warnier <aw...@ice-sa.com> wrote:

> ados1984@gmail.com wrote:
>
>> It appears apparent that Tomcat is running as a service on my
>> Windows.
>>
>>  Right-click on the "My computer" icon and choose "Manage"
> In the panel that appears, navigate to "services" (on the left side)
> When you click on that, on the right side appears a list of services
> installed on your PC.
> In that list, you should find "Apache Tomcat".
> Right-click on that item, and in the pop-up menu, choose "stop".(*)
> That should stop the service.
> Now right-click on the item again, and choose "Properties".
> One of those properties is "startup", which gives you a choice of
> "automatic", "Manual" or "disabled". Pick "Manual".
> Now Tomcat will not start automatically anymore at each reboot.
>
> If you want it to run later as a service, there are 2 ways :
> - either follow the procedure above again, and instead of "stop" (at the
> place marked by *) choose "start".
> - or, open a command window, and enter : net start "Apache Tomcat"
>
> Another tip :
> If you open a command window, and enter just "net start", you will get a
> list of running services, with their names according to Windows.
> The name that appears as "Apache Tomcatxxx" is the name to use with these
> "net start" and "net stop" commands.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org
>
>

Re: Tomcat Configuration in Eclipse

Posted by André Warnier <aw...@ice-sa.com>.
ados1984@gmail.com wrote:
> It appears apparent that Tomcat is running as a service on my
> Windows.
> 
Right-click on the "My computer" icon and choose "Manage"
In the panel that appears, navigate to "services" (on the left side)
When you click on that, on the right side appears a list of services 
installed on your PC.
In that list, you should find "Apache Tomcat".
Right-click on that item, and in the pop-up menu, choose "stop".(*)
That should stop the service.
Now right-click on the item again, and choose "Properties".
One of those properties is "startup", which gives you a choice of 
"automatic", "Manual" or "disabled". Pick "Manual".
Now Tomcat will not start automatically anymore at each reboot.

If you want it to run later as a service, there are 2 ways :
- either follow the procedure above again, and instead of "stop" (at the 
place marked by *) choose "start".
- or, open a command window, and enter : net start "Apache Tomcat"

Another tip :
If you open a command window, and enter just "net start", you will get a 
list of running services, with their names according to Windows.
The name that appears as "Apache Tomcatxxx" is the name to use with 
these "net start" and "net stop" commands.

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


RE: Tomcat Configuration in Eclipse

Posted by "Caldarale, Charles R" <Ch...@unisys.com>.
> From: ados1984@gmail.com [mailto:ados1984@gmail.com]
> Subject: Re: Tomcat Configuration in Eclipse
> 
> It appears apparent that Tomcat is running as a service on my
> Windows.

Not with javaw.exe; Tomcat as a service uses tomcat?.exe as the launcher executable.

> How can I try to stop Tomcat as a service and start manually ?

If it's really running as a service, use Control Panel -> Administrative Tools -> Services.

> My confusion is that even if I have not started Tomcat explicitly than
> also my ports are busy, after that if I change required port numbers
> in server.xml for tomcat and than try to start it than again I get
> same message saying that new port numbers are already in use and so
> tomcat cannot start and so what is way to come out of this deadlock
> kind of condition ?

The real problem appears to be with how you're using Eclipse, not Tomcat.  You may need help from Eclipse people to sort that out.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers.


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


Re: Tomcat Configuration in Eclipse

Posted by "ados1984@gmail.com" <ad...@gmail.com>.
It appears apparent that Tomcat is running as a service on my
Windows.

How can I try to stop Tomcat as a service and start manually ?

I tried stopping Tomcat but still javaw.exe is running which is
somehow related to Tomcat. This has not happened one time but several
times...everytime I stop Tomcat Server and than again try to start
that Webserver it give me the same message that required ports are
busy.

My confusion is that even if I have not started Tomcat explicitly than
also my ports are busy, after that if I change required port numbers
in server.xml for tomcat and than try to start it than again I get
same message saying that new port numbers are already in use and so
tomcat cannot start and so what is way to come out of this deadlock
kind of condition ?

Thanks.

On Mon, May 4, 2009 at 11:40 PM, ados1984@gmail.com <ad...@gmail.com>wrote:

> I have checked my Tomcat Server and it is not started yet and so it is
> confusing to see it working w/o starting it.
>
> -Ados
>
> On 5/4/09, Caldarale, Charles R <Ch...@unisys.com> wrote:
> >> From: BRZEZINSKI, PAUL [mailto:paul.brzezinski@hp.com]
> >> Subject: RE: Tomcat Configuration in Eclipse
> >>
> >> The javaw.exe command is identical to java.exe, except that with
> >> javaw.exe there is no associated console window. This implies you can't
> >> get it to display the version with -version since there is no console
> >> to display it on. Use javaw.exe when you don't want a command prompt
> >> window to appear. The javaw.exe launcher will, however, display a
> >> dialog box with error information if a launch fails for some reason.
> >
> > What the OP really needs to know is that Eclipse uses javaw.exe to launch
> > Tomcat.  What he's looking at is an instance of Tomcat already running -
> as
> > André pointed out.
> >
> >  - Chuck
> >
> >
> > THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
> > MATERIAL and is thus for use only by the intended recipient. If you
> received
> > this in error, please contact the sender and delete the e-mail and its
> > attachments from all computers.
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> > For additional commands, e-mail: users-help@tomcat.apache.org
> >
> >
>
>
> --
> Hi,
>
> I am looking for Online Java/J2EE training here are my requirement
> from the course :  Core Java, Advanced Java, XML Programming, Java Web
> Program - JSP, Servlets, EJB, JMS, Hibernate, Java Web Services,
> Struts, Spring and JSF from the course.
>
> Kindly let me know about the course details and fee structure if you
> provide the training.
>
> Thanks,
> Apurva
>

Re: Tomcat Configuration in Eclipse

Posted by "ados1984@gmail.com" <ad...@gmail.com>.
I have checked my Tomcat Server and it is not started yet and so it is
confusing to see it working w/o starting it.

-Ados

On 5/4/09, Caldarale, Charles R <Ch...@unisys.com> wrote:
>> From: BRZEZINSKI, PAUL [mailto:paul.brzezinski@hp.com]
>> Subject: RE: Tomcat Configuration in Eclipse
>>
>> The javaw.exe command is identical to java.exe, except that with
>> javaw.exe there is no associated console window. This implies you can't
>> get it to display the version with -version since there is no console
>> to display it on. Use javaw.exe when you don't want a command prompt
>> window to appear. The javaw.exe launcher will, however, display a
>> dialog box with error information if a launch fails for some reason.
>
> What the OP really needs to know is that Eclipse uses javaw.exe to launch
> Tomcat.  What he's looking at is an instance of Tomcat already running - as
> André pointed out.
>
>  - Chuck
>
>
> THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
> MATERIAL and is thus for use only by the intended recipient. If you received
> this in error, please contact the sender and delete the e-mail and its
> attachments from all computers.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org
>
>


-- 
Hi,

I am looking for Online Java/J2EE training here are my requirement
from the course :  Core Java, Advanced Java, XML Programming, Java Web
Program - JSP, Servlets, EJB, JMS, Hibernate, Java Web Services,
Struts, Spring and JSF from the course.

Kindly let me know about the course details and fee structure if you
provide the training.

Thanks,
Apurva

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


RE: Tomcat Configuration in Eclipse

Posted by "Caldarale, Charles R" <Ch...@unisys.com>.
> From: BRZEZINSKI, PAUL [mailto:paul.brzezinski@hp.com]
> Subject: RE: Tomcat Configuration in Eclipse
> 
> The javaw.exe command is identical to java.exe, except that with
> javaw.exe there is no associated console window. This implies you can't
> get it to display the version with -version since there is no console
> to display it on. Use javaw.exe when you don't want a command prompt
> window to appear. The javaw.exe launcher will, however, display a
> dialog box with error information if a launch fails for some reason.

What the OP really needs to know is that Eclipse uses javaw.exe to launch Tomcat.  What he's looking at is an instance of Tomcat already running - as André pointed out.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers.


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


RE: Tomcat Configuration in Eclipse

Posted by "BRZEZINSKI, PAUL" <pa...@hp.com>.
Javaw.exe -- 

"javaw.exe" belongs to Java from Sun Microsystems, Inc..

The javaw.exe command is identical to java.exe, except that with javaw.exe there is no associated console window. This implies you can't get it to display the version with -version since there is no console to display it on. Use javaw.exe when you don't want a command prompt window to appear. The javaw.exe launcher will, however, display a dialog box with error information if a launch fails for some reason. 


--
Paul J. Brzezinski
Integration Engineering - GM
EDS, an HP company
 
  Phone:+1-248-365-9615(8-355)
P paul.brzezinski@hp.com


-----Original Message-----
From: ados1984@gmail.com [mailto:ados1984@gmail.com] 
Sent: Monday, May 04, 2009 7:42 PM
To: Tomcat Users List; aw@ice-sa.com
Subject: Re: Tomcat Configuration in Eclipse

Seen the ports but not sure on what exactly is javaw.exe and how is it
related to Tomcat


On Mon, May 4, 2009 at 5:18 PM, André Warnier <aw...@ice-sa.com> wrote:

> ados1984@gmail.com wrote:
>
>> Now when I tried to free port 8080,8010 and 8006 than I observe that on
>> all
>> this port javaw.exe is running which I suppose is needed for Tomcat Server
>> so now important thing to notice is that  javaw.exe is already running
>> than
>> why Tomcat Server is not able to work...
>>
>>  And what is javaw.exe ?
> It looks eerily like a Tomcat, seen the ports.
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org
>
>

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


Re: Tomcat Configuration in Eclipse

Posted by "ados1984@gmail.com" <ad...@gmail.com>.
Seen the ports but not sure on what exactly is javaw.exe and how is it
related to Tomcat


On Mon, May 4, 2009 at 5:18 PM, André Warnier <aw...@ice-sa.com> wrote:

> ados1984@gmail.com wrote:
>
>> Now when I tried to free port 8080,8010 and 8006 than I observe that on
>> all
>> this port javaw.exe is running which I suppose is needed for Tomcat Server
>> so now important thing to notice is that  javaw.exe is already running
>> than
>> why Tomcat Server is not able to work...
>>
>>  And what is javaw.exe ?
> It looks eerily like a Tomcat, seen the ports.
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org
>
>

Re: Tomcat Configuration in Eclipse

Posted by André Warnier <aw...@ice-sa.com>.
ados1984@gmail.com wrote:
> Now when I tried to free port 8080,8010 and 8006 than I observe that on all
> this port javaw.exe is running which I suppose is needed for Tomcat Server
> so now important thing to notice is that  javaw.exe is already running than
> why Tomcat Server is not able to work...
> 
And what is javaw.exe ?
It looks eerily like a Tomcat, seen the ports.


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


Re: Tomcat Configuration in Eclipse

Posted by "ados1984@gmail.com" <ad...@gmail.com>.
Now when I tried to free port 8080,8010 and 8006 than I observe that on all
this port javaw.exe is running which I suppose is needed for Tomcat Server
so now important thing to notice is that  javaw.exe is already running than
why Tomcat Server is not able to work...



On Mon, May 4, 2009 at 3:32 PM, ados1984@gmail.com <ad...@gmail.com>wrote:

>
> Thank you Paul for the indepth knowledge of windows dll...I am working on
> it right now and will update on it's output soon.
>
>
> On Mon, May 4, 2009 at 2:58 PM, BRZEZINSKI, PAUL <pa...@hp.com>wrote:
>
>> Alternatively, you can/should be able to run/start/launch taskmgr
>> [CTRL-ALT-DEL].  I cannot recall if Task Manager in WinXP allows/shows the
>> PID by default.
>>
>> Click on the "Processes" tab.  Click on the View menu, then choose "Select
>> Columns..."
>>
>> On the resulting pop-up window, select "PID (Process Identifier)" and
>> click the OK button.  You should be able to locate the process by PID,
>> select the task and click the "End Process" button.
>>
>> Paul
>>
>>
>>
>> --
>> Paul J. Brzezinski
>> Integration Engineering - GM
>> EDS, an HP company
>>
>>   Phone:+1-248-365-9615(8-355)
>> P paul.brzezinski@hp.com
>>
>>
>> -----Original Message-----
>> From: ados1984@gmail.com [mailto:ados1984@gmail.com]
>> Sent: Monday, May 04, 2009 4:35 PM
>> To: Tomcat Users List
>> Subject: Re: Tomcat Configuration in Eclipse
>>
>> Trying this command %windir%\system32\taskkill /pid 5716, am getting
>> following message
>>
>> This Application has failed to start because framedyn.dll was not found.
>> Re-Installing the application may fix this problem.
>>
>>
>>
>> On Mon, May 4, 2009 at 2:28 PM, BRZEZINSKI, PAUL <paul.brzezinski@hp.com
>> >wrote:
>>
>> > Try:
>> >
>> > %windir%\system32\taskkill /pid 5716
>> >
>> > --
>> > Paul J. Brzezinski
>> > Integration Engineering - GM
>> > EDS, an HP company
>> >
>> >   Phone:+1-248-365-9615(8-355)
>> > P paul.brzezinski@hp.com
>> >
>> >
>> > -----Original Message-----
>> > From: ados1984@gmail.com [mailto:ados1984@gmail.com]
>> > Sent: Monday, May 04, 2009 4:26 PM
>> > To: Tomcat Users List
>> > Subject: Re: Tomcat Configuration in Eclipse
>> >
>> > My port 8005 which is needed by Tomcat Server is busy and now I am
>> trying
>> > to
>> > kill PID 5716 which is currently occupying that port.
>> >
>> > I have used tskill 5716 and taskkill 5716 but this commands are
>> recognized
>> > as internal and external command, operable file or batch file and so was
>> > not
>> > sure of how to kill a process in windows xp using pid
>> >
>> >
>> >
>> >
>> >
>> >
>> > On Mon, May 4, 2009 at 1:19 PM, Martin Gainty <mg...@hotmail.com>
>> wrote:
>> >
>> > >
>> > > assumed op had full suite of unix tools and cygwin
>> > >
>> > > thanks ed,
>> > >
>> > > Martin
>> > > ______________________________________________
>> > > Disclaimer and Confidentiality/Verzicht und Vertraulichkeitanmerkung /
>> > Note
>> > > de déni et de confidentialité
>> > > This message is confidential. If you should not be the intended
>> receiver,
>> > > then we ask politely to report. Each unauthorized forwarding or
>> > > manufacturing of a copy is inadmissible. This message serves only for
>> the
>> > > exchange of information and has no legal binding effect. Due to the
>> easy
>> > > manipulation of emails we cannot take responsibility over the the
>> > contents.
>> > > Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene
>> > > Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede
>> > unbefugte
>> > > Weiterleitung oder Fertigung einer Kopie ist unzulaessig. Diese
>> Nachricht
>> > > dient lediglich dem Austausch von Informationen und entfaltet keine
>> > > rechtliche Bindungswirkung. Aufgrund der leichten Manipulierbarkeit
>> von
>> > > E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen.
>> > > Ce message est confidentiel et peut être privilégié. Si vous n'êtes
>> pas
>> > le
>> > > destinataire prévu, nous te demandons avec bonté que pour satisfaire
>> > > informez l'expéditeur. N'importe quelle diffusion non autorisée ou la
>> > copie
>> > > de ceci est interdite. Ce message sert à l'information seulement et
>> > n'aura
>> > > pas n'importe quel effet légalement obligatoire. Étant donné que les
>> > email
>> > > peuvent facilement être sujets à la manipulation, nous ne pouvons
>> > accepter
>> > > aucune responsabilité pour le contenu fourni.
>> > >
>> > >
>> > >
>> > >
>> > >
>> > >
>> > > > From: paul.brzezinski@hp.com
>> > > > To: users@tomcat.apache.org
>> > > > Date: Mon, 4 May 2009 18:15:26 +0000
>> > > > Subject: RE: Tomcat Configuration in Eclipse
>> > > >
>> > > > On XP try:
>> > > >
>> > > >  netstat -a -o
>> > > >
>> > > > --
>> > > > Paul J. Brzezinski
>> > > > Integration Engineering - GM
>> > > > EDS, an HP company
>> > > >
>> > > >   Phone:+1-248-365-9615(8-355)
>> > > > P paul.brzezinski@hp.com
>> > > >
>> > > >
>> > > > -----Original Message-----
>> > > > From: ados1984@gmail.com [mailto:ados1984@gmail.com]
>> > > > Sent: Monday, May 04, 2009 2:11 PM
>> > > > To: Tomcat Users List
>> > > > Subject: Re: Tomcat Configuration in Eclipse
>> > > >
>> > > > I am using Windows XP and so netstat -ab will not work with it.
>> > > >
>> > > >
>> > > >
>> > > > On Mon, May 4, 2009 at 12:08 PM, Martin Gainty <mgainty@hotmail.com
>> >
>> > > wrote:
>> > > >
>> > > > >
>> > > > > netstat -ab will display which binary or process (with pid) that
>> is
>> > > bound
>> > > > > to the port
>> > > > >
>> > > > > Martin
>> > > > > ______________________________________________
>> > > > > Disclaimer and Confidentiality/Verzicht und
>> Vertraulichkeitanmerkung
>> > /
>> > > Note
>> > > > > de déni et de confidentialité
>> > > > > This message is confidential. If you should not be the intended
>> > > receiver,
>> > > > > then we ask politely to report. Each unauthorized forwarding or
>> > > > > manufacturing of a copy is inadmissible. This message serves only
>> for
>> > > the
>> > > > > exchange of information and has no legal binding effect. Due to
>> the
>> > > easy
>> > > > > manipulation of emails we cannot take responsibility over the the
>> > > contents.
>> > > > > Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene
>> > > > > Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede
>> > > unbefugte
>> > > > > Weiterleitung oder Fertigung einer Kopie ist unzulaessig. Diese
>> > > Nachricht
>> > > > > dient lediglich dem Austausch von Informationen und entfaltet
>> keine
>> > > > > rechtliche Bindungswirkung. Aufgrund der leichten
>> Manipulierbarkeit
>> > von
>> > > > > E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen.
>> > > > > Ce message est confidentiel et peut être privilégié. Si vous
>> n'êtes
>> > pas
>> > > le
>> > > > > destinataire prévu, nous te demandons avec bonté que pour
>> satisfaire
>> > > > > informez l'expéditeur. N'importe quelle diffusion non autorisée ou
>> la
>> > > copie
>> > > > > de ceci est interdite. Ce message sert à l'information seulement
>> et
>> > > n'aura
>> > > > > pas n'importe quel effet légalement obligatoire. Étant donné que
>> les
>> > > email
>> > > > > peuvent facilement être sujets à la manipulation, nous ne pouvons
>> > > accepter
>> > > > > aucune responsabilité pour le contenu fourni.
>> > > > >
>> > > > >
>> > > > >
>> > > > >
>> > > > >
>> > > > >
>> > > > > > From: ados1984@gmail.com
>> > > > > > Date: Mon, 4 May 2009 11:54:55 -0600
>> > > > > > Subject: Re: Tomcat Configuration in Eclipse
>> > > > > > To: users@tomcat.apache.org
>> > > > > >
>> > > > > > Hello,
>> > > > > > With the help of Plugin Tomcat is being configured in Eclipse.
>> > > > > >
>> > > > > > But now when I am trying to run my jsp page on Tomcat server
>> than
>> > it
>> > > is
>> > > > > not
>> > > > > > running and am getting following message :
>> > > > > >
>> > > > > > "Several ports (8005, 8080, 8009) required by Tomcat v4.1 Server
>> at
>> > > > > > localhost are already in use. The server may already be running
>> in
>> > > > > another
>> > > > > > process, or a system process may be using the port. To start
>> this
>> > > server
>> > > > > you
>> > > > > > will need to stop the other process or change the port
>> number(s)."
>> > > > > >
>> > > > > > I have stopped server and restarted again but still am getting
>> same
>> > > > > message
>> > > > > > and so bit confused with what is happening.
>> > > > > >
>> > > > > > Thanks,
>> > > > > > Ados
>> > > > > >
>> > > > > >
>> > > > > > On Mon, May 4, 2009 at 11:12 AM, ados1984@gmail.com <
>> > > ados1984@gmail.com
>> > > > > >wrote:
>> > > > > >
>> > > > > > > Thank you Sir,
>> > > > > > > My issue has been resolved. I really appreciate efforts that
>> > group
>> > > > > member's
>> > > > > > > are putting in to guide Tomcat Community.
>> > > > > > >
>> > > > > > > Regards,
>> > > > > > > Ados
>> > > > > > >
>> > > > > > >
>> > > > > > >
>> > > > > > >
>> > > > > > > On Mon, May 4, 2009 at 8:05 AM, Martin Gainty <
>> > mgainty@hotmail.com
>> > > >
>> > > > > wrote:
>> > > > > > >
>> > > > > > >>
>> > > > > > >> Please download and install tomcat sysdeo for eclipse plugin
>> > from
>> > > > > > >> http://www.eclipsetotale.com/tomcatPlugin.html
>> > > > > > >> and follow all the configuration instructions from
>> > > > > > >> readme.html
>> > > > > > >>
>> > > > > > >> Martin
>> > > > > > >> ______________________________________________
>> > > > > > >> Disclaimer and Confidentiality/Verzicht und
>> > > Vertraulichkeitanmerkung /
>> > > > > > >> Note de déni et de confidentialité
>> > > > > > >> This message is confidential. If you should not be the
>> intended
>> > > > > receiver,
>> > > > > > >> then we ask politely to report. Each unauthorized forwarding
>> or
>> > > > > > >> manufacturing of a copy is inadmissible. This message serves
>> > only
>> > > for
>> > > > > the
>> > > > > > >> exchange of information and has no legal binding effect. Due
>> to
>> > > the
>> > > > > easy
>> > > > > > >> manipulation of emails we cannot take responsibility over the
>> > the
>> > > > > contents.
>> > > > > > >> Diese Nachricht ist vertraulich. Sollten Sie nicht der
>> > vorgesehene
>> > > > > > >> Empfaenger sein, so bitten wir hoeflich um eine Mitteilung.
>> Jede
>> > > > > unbefugte
>> > > > > > >> Weiterleitung oder Fertigung einer Kopie ist unzulaessig.
>> Diese
>> > > > > Nachricht
>> > > > > > >> dient lediglich dem Austausch von Informationen und entfaltet
>> > > keine
>> > > > > > >> rechtliche Bindungswirkung. Aufgrund der leichten
>> > > Manipulierbarkeit
>> > > > > von
>> > > > > > >> E-Mails koennen wir keine Haftung fuer den Inhalt
>> uebernehmen.
>> > > > > > >> Ce message est confidentiel et peut être privilégié. Si vous
>> > > n'êtes
>> > > > > pas le
>> > > > > > >> destinataire prévu, nous te demandons avec bonté que pour
>> > > satisfaire
>> > > > > > >> informez l'expéditeur. N'importe quelle diffusion non
>> autorisée
>> > ou
>> > > la
>> > > > > copie
>> > > > > > >> de ceci est interdite. Ce message sert à l'information
>> seulement
>> > > et
>> > > > > n'aura
>> > > > > > >> pas n'importe quel effet légalement obligatoire. Étant donné
>> que
>> > > les
>> > > > > email
>> > > > > > >> peuvent facilement être sujets à la manipulation, nous ne
>> > pouvons
>> > > > > accepter
>> > > > > > >> aucune responsabilité pour le contenu fourni.
>> > > > > > >>
>> > > > > > >>
>> > > > > > >>
>> > > > > > >>
>> > > > > > >>
>> > > > > > >>
>> > > > > > >> > From: ados1984@gmail.com
>> > > > > > >> > Date: Mon, 4 May 2009 07:17:17 -0600
>> > > > > > >> > Subject: Tomcat Configuration in Eclipse
>> > > > > > >> > To: users@tomcat.apache.org
>> > > > > > >> >
>> > > > > > >> > Hi,
>> > > > > > >> > I am trying to configure TOMCAT Webserver in Eclipse and am
>> > not
>> > > able
>> > > > > to
>> > > > > > >> do
>> > > > > > >> > that. Guidance on the matter would be highly appreciated.
>> > > > > > >> >
>> > > > > > >> > Also, how can I access local jsp page which is on the
>> WebApps
>> > > folder
>> > > > > in
>> > > > > > >> > Webserver from Browser ?
>> > > > > > >> >
>> > > > > > >> > Thanks,
>> > > > > > >> > Ados
>> > > > > > >>
>> > > > > > >>
>> > _________________________________________________________________
>> > > > > > >> Hotmail® has ever-growing storage! Don't worry about storage
>> > > limits.
>> > > > > > >>
>> > > > > > >>
>> > > > >
>> > >
>> >
>> http://windowslive.com/Tutorial/Hotmail/Storage?ocid=TXT_TAGLM_WL_HM_Tutorial_Storage1_052009
>> > > > > > >>
>> > > > > > >
>> > > > > > >
>> > > > >
>> > > > > _________________________________________________________________
>> > > > > Hotmail® goes with you.
>> > > > >
>> > > > >
>> > >
>> >
>> http://windowslive.com/Tutorial/Hotmail/Mobile?ocid=TXT_TAGLM_WL_HM_Tutorial_Mobile1_052009
>> > > > >
>> > > >
>> > > >
>> ---------------------------------------------------------------------
>> > > > To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
>> > > > For additional commands, e-mail: users-help@tomcat.apache.org
>> > > >
>> > >
>> > > _________________________________________________________________
>> > > Windows LiveT: Keep your life in sync.
>> > > http://windowslive.com/explore?ocid=TXT_TAGLM_BR_life_in_synch_052009
>> >
>> > ---------------------------------------------------------------------
>> > To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
>> > For additional commands, e-mail: users-help@tomcat.apache.org
>> >
>> >
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
>> For additional commands, e-mail: users-help@tomcat.apache.org
>>
>>
>

Re: Tomcat Configuration in Eclipse

Posted by "ados1984@gmail.com" <ad...@gmail.com>.
Thank you Paul for the indepth knowledge of windows dll...I am working on it
right now and will update on it's output soon.

On Mon, May 4, 2009 at 2:58 PM, BRZEZINSKI, PAUL <pa...@hp.com>wrote:

> Alternatively, you can/should be able to run/start/launch taskmgr
> [CTRL-ALT-DEL].  I cannot recall if Task Manager in WinXP allows/shows the
> PID by default.
>
> Click on the "Processes" tab.  Click on the View menu, then choose "Select
> Columns..."
>
> On the resulting pop-up window, select "PID (Process Identifier)" and click
> the OK button.  You should be able to locate the process by PID, select the
> task and click the "End Process" button.
>
> Paul
>
>
>
> --
> Paul J. Brzezinski
> Integration Engineering - GM
> EDS, an HP company
>
>   Phone:+1-248-365-9615(8-355)
> P paul.brzezinski@hp.com
>
>
> -----Original Message-----
> From: ados1984@gmail.com [mailto:ados1984@gmail.com]
> Sent: Monday, May 04, 2009 4:35 PM
> To: Tomcat Users List
> Subject: Re: Tomcat Configuration in Eclipse
>
> Trying this command %windir%\system32\taskkill /pid 5716, am getting
> following message
>
> This Application has failed to start because framedyn.dll was not found.
> Re-Installing the application may fix this problem.
>
>
>
> On Mon, May 4, 2009 at 2:28 PM, BRZEZINSKI, PAUL <paul.brzezinski@hp.com
> >wrote:
>
> > Try:
> >
> > %windir%\system32\taskkill /pid 5716
> >
> > --
> > Paul J. Brzezinski
> > Integration Engineering - GM
> > EDS, an HP company
> >
> >   Phone:+1-248-365-9615(8-355)
> > P paul.brzezinski@hp.com
> >
> >
> > -----Original Message-----
> > From: ados1984@gmail.com [mailto:ados1984@gmail.com]
> > Sent: Monday, May 04, 2009 4:26 PM
> > To: Tomcat Users List
> > Subject: Re: Tomcat Configuration in Eclipse
> >
> > My port 8005 which is needed by Tomcat Server is busy and now I am trying
> > to
> > kill PID 5716 which is currently occupying that port.
> >
> > I have used tskill 5716 and taskkill 5716 but this commands are
> recognized
> > as internal and external command, operable file or batch file and so was
> > not
> > sure of how to kill a process in windows xp using pid
> >
> >
> >
> >
> >
> >
> > On Mon, May 4, 2009 at 1:19 PM, Martin Gainty <mg...@hotmail.com>
> wrote:
> >
> > >
> > > assumed op had full suite of unix tools and cygwin
> > >
> > > thanks ed,
> > >
> > > Martin
> > > ______________________________________________
> > > Disclaimer and Confidentiality/Verzicht und Vertraulichkeitanmerkung /
> > Note
> > > de déni et de confidentialité
> > > This message is confidential. If you should not be the intended
> receiver,
> > > then we ask politely to report. Each unauthorized forwarding or
> > > manufacturing of a copy is inadmissible. This message serves only for
> the
> > > exchange of information and has no legal binding effect. Due to the
> easy
> > > manipulation of emails we cannot take responsibility over the the
> > contents.
> > > Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene
> > > Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede
> > unbefugte
> > > Weiterleitung oder Fertigung einer Kopie ist unzulaessig. Diese
> Nachricht
> > > dient lediglich dem Austausch von Informationen und entfaltet keine
> > > rechtliche Bindungswirkung. Aufgrund der leichten Manipulierbarkeit von
> > > E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen.
> > > Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas
> > le
> > > destinataire prévu, nous te demandons avec bonté que pour satisfaire
> > > informez l'expéditeur. N'importe quelle diffusion non autorisée ou la
> > copie
> > > de ceci est interdite. Ce message sert à l'information seulement et
> > n'aura
> > > pas n'importe quel effet légalement obligatoire. Étant donné que les
> > email
> > > peuvent facilement être sujets à la manipulation, nous ne pouvons
> > accepter
> > > aucune responsabilité pour le contenu fourni.
> > >
> > >
> > >
> > >
> > >
> > >
> > > > From: paul.brzezinski@hp.com
> > > > To: users@tomcat.apache.org
> > > > Date: Mon, 4 May 2009 18:15:26 +0000
> > > > Subject: RE: Tomcat Configuration in Eclipse
> > > >
> > > > On XP try:
> > > >
> > > >  netstat -a -o
> > > >
> > > > --
> > > > Paul J. Brzezinski
> > > > Integration Engineering - GM
> > > > EDS, an HP company
> > > >
> > > >   Phone:+1-248-365-9615(8-355)
> > > > P paul.brzezinski@hp.com
> > > >
> > > >
> > > > -----Original Message-----
> > > > From: ados1984@gmail.com [mailto:ados1984@gmail.com]
> > > > Sent: Monday, May 04, 2009 2:11 PM
> > > > To: Tomcat Users List
> > > > Subject: Re: Tomcat Configuration in Eclipse
> > > >
> > > > I am using Windows XP and so netstat -ab will not work with it.
> > > >
> > > >
> > > >
> > > > On Mon, May 4, 2009 at 12:08 PM, Martin Gainty <mg...@hotmail.com>
> > > wrote:
> > > >
> > > > >
> > > > > netstat -ab will display which binary or process (with pid) that is
> > > bound
> > > > > to the port
> > > > >
> > > > > Martin
> > > > > ______________________________________________
> > > > > Disclaimer and Confidentiality/Verzicht und
> Vertraulichkeitanmerkung
> > /
> > > Note
> > > > > de déni et de confidentialité
> > > > > This message is confidential. If you should not be the intended
> > > receiver,
> > > > > then we ask politely to report. Each unauthorized forwarding or
> > > > > manufacturing of a copy is inadmissible. This message serves only
> for
> > > the
> > > > > exchange of information and has no legal binding effect. Due to the
> > > easy
> > > > > manipulation of emails we cannot take responsibility over the the
> > > contents.
> > > > > Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene
> > > > > Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede
> > > unbefugte
> > > > > Weiterleitung oder Fertigung einer Kopie ist unzulaessig. Diese
> > > Nachricht
> > > > > dient lediglich dem Austausch von Informationen und entfaltet keine
> > > > > rechtliche Bindungswirkung. Aufgrund der leichten Manipulierbarkeit
> > von
> > > > > E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen.
> > > > > Ce message est confidentiel et peut être privilégié. Si vous n'êtes
> > pas
> > > le
> > > > > destinataire prévu, nous te demandons avec bonté que pour
> satisfaire
> > > > > informez l'expéditeur. N'importe quelle diffusion non autorisée ou
> la
> > > copie
> > > > > de ceci est interdite. Ce message sert à l'information seulement et
> > > n'aura
> > > > > pas n'importe quel effet légalement obligatoire. Étant donné que
> les
> > > email
> > > > > peuvent facilement être sujets à la manipulation, nous ne pouvons
> > > accepter
> > > > > aucune responsabilité pour le contenu fourni.
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > > > > From: ados1984@gmail.com
> > > > > > Date: Mon, 4 May 2009 11:54:55 -0600
> > > > > > Subject: Re: Tomcat Configuration in Eclipse
> > > > > > To: users@tomcat.apache.org
> > > > > >
> > > > > > Hello,
> > > > > > With the help of Plugin Tomcat is being configured in Eclipse.
> > > > > >
> > > > > > But now when I am trying to run my jsp page on Tomcat server than
> > it
> > > is
> > > > > not
> > > > > > running and am getting following message :
> > > > > >
> > > > > > "Several ports (8005, 8080, 8009) required by Tomcat v4.1 Server
> at
> > > > > > localhost are already in use. The server may already be running
> in
> > > > > another
> > > > > > process, or a system process may be using the port. To start this
> > > server
> > > > > you
> > > > > > will need to stop the other process or change the port
> number(s)."
> > > > > >
> > > > > > I have stopped server and restarted again but still am getting
> same
> > > > > message
> > > > > > and so bit confused with what is happening.
> > > > > >
> > > > > > Thanks,
> > > > > > Ados
> > > > > >
> > > > > >
> > > > > > On Mon, May 4, 2009 at 11:12 AM, ados1984@gmail.com <
> > > ados1984@gmail.com
> > > > > >wrote:
> > > > > >
> > > > > > > Thank you Sir,
> > > > > > > My issue has been resolved. I really appreciate efforts that
> > group
> > > > > member's
> > > > > > > are putting in to guide Tomcat Community.
> > > > > > >
> > > > > > > Regards,
> > > > > > > Ados
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > On Mon, May 4, 2009 at 8:05 AM, Martin Gainty <
> > mgainty@hotmail.com
> > > >
> > > > > wrote:
> > > > > > >
> > > > > > >>
> > > > > > >> Please download and install tomcat sysdeo for eclipse plugin
> > from
> > > > > > >> http://www.eclipsetotale.com/tomcatPlugin.html
> > > > > > >> and follow all the configuration instructions from
> > > > > > >> readme.html
> > > > > > >>
> > > > > > >> Martin
> > > > > > >> ______________________________________________
> > > > > > >> Disclaimer and Confidentiality/Verzicht und
> > > Vertraulichkeitanmerkung /
> > > > > > >> Note de déni et de confidentialité
> > > > > > >> This message is confidential. If you should not be the
> intended
> > > > > receiver,
> > > > > > >> then we ask politely to report. Each unauthorized forwarding
> or
> > > > > > >> manufacturing of a copy is inadmissible. This message serves
> > only
> > > for
> > > > > the
> > > > > > >> exchange of information and has no legal binding effect. Due
> to
> > > the
> > > > > easy
> > > > > > >> manipulation of emails we cannot take responsibility over the
> > the
> > > > > contents.
> > > > > > >> Diese Nachricht ist vertraulich. Sollten Sie nicht der
> > vorgesehene
> > > > > > >> Empfaenger sein, so bitten wir hoeflich um eine Mitteilung.
> Jede
> > > > > unbefugte
> > > > > > >> Weiterleitung oder Fertigung einer Kopie ist unzulaessig.
> Diese
> > > > > Nachricht
> > > > > > >> dient lediglich dem Austausch von Informationen und entfaltet
> > > keine
> > > > > > >> rechtliche Bindungswirkung. Aufgrund der leichten
> > > Manipulierbarkeit
> > > > > von
> > > > > > >> E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen.
> > > > > > >> Ce message est confidentiel et peut être privilégié. Si vous
> > > n'êtes
> > > > > pas le
> > > > > > >> destinataire prévu, nous te demandons avec bonté que pour
> > > satisfaire
> > > > > > >> informez l'expéditeur. N'importe quelle diffusion non
> autorisée
> > ou
> > > la
> > > > > copie
> > > > > > >> de ceci est interdite. Ce message sert à l'information
> seulement
> > > et
> > > > > n'aura
> > > > > > >> pas n'importe quel effet légalement obligatoire. Étant donné
> que
> > > les
> > > > > email
> > > > > > >> peuvent facilement être sujets à la manipulation, nous ne
> > pouvons
> > > > > accepter
> > > > > > >> aucune responsabilité pour le contenu fourni.
> > > > > > >>
> > > > > > >>
> > > > > > >>
> > > > > > >>
> > > > > > >>
> > > > > > >>
> > > > > > >> > From: ados1984@gmail.com
> > > > > > >> > Date: Mon, 4 May 2009 07:17:17 -0600
> > > > > > >> > Subject: Tomcat Configuration in Eclipse
> > > > > > >> > To: users@tomcat.apache.org
> > > > > > >> >
> > > > > > >> > Hi,
> > > > > > >> > I am trying to configure TOMCAT Webserver in Eclipse and am
> > not
> > > able
> > > > > to
> > > > > > >> do
> > > > > > >> > that. Guidance on the matter would be highly appreciated.
> > > > > > >> >
> > > > > > >> > Also, how can I access local jsp page which is on the
> WebApps
> > > folder
> > > > > in
> > > > > > >> > Webserver from Browser ?
> > > > > > >> >
> > > > > > >> > Thanks,
> > > > > > >> > Ados
> > > > > > >>
> > > > > > >>
> > _________________________________________________________________
> > > > > > >> Hotmail® has ever-growing storage! Don't worry about storage
> > > limits.
> > > > > > >>
> > > > > > >>
> > > > >
> > >
> >
> http://windowslive.com/Tutorial/Hotmail/Storage?ocid=TXT_TAGLM_WL_HM_Tutorial_Storage1_052009
> > > > > > >>
> > > > > > >
> > > > > > >
> > > > >
> > > > > _________________________________________________________________
> > > > > Hotmail® goes with you.
> > > > >
> > > > >
> > >
> >
> http://windowslive.com/Tutorial/Hotmail/Mobile?ocid=TXT_TAGLM_WL_HM_Tutorial_Mobile1_052009
> > > > >
> > > >
> > > > ---------------------------------------------------------------------
> > > > To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> > > > For additional commands, e-mail: users-help@tomcat.apache.org
> > > >
> > >
> > > _________________________________________________________________
> > > Windows LiveT: Keep your life in sync.
> > > http://windowslive.com/explore?ocid=TXT_TAGLM_BR_life_in_synch_052009
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> > For additional commands, e-mail: users-help@tomcat.apache.org
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org
>
>

RE: Tomcat Configuration in Eclipse

Posted by "BRZEZINSKI, PAUL" <pa...@hp.com>.
Alternatively, you can/should be able to run/start/launch taskmgr [CTRL-ALT-DEL].  I cannot recall if Task Manager in WinXP allows/shows the PID by default.

Click on the "Processes" tab.  Click on the View menu, then choose "Select Columns..."

On the resulting pop-up window, select "PID (Process Identifier)" and click the OK button.  You should be able to locate the process by PID, select the task and click the "End Process" button.

Paul



--
Paul J. Brzezinski
Integration Engineering - GM
EDS, an HP company
 
  Phone:+1-248-365-9615(8-355)
P paul.brzezinski@hp.com


-----Original Message-----
From: ados1984@gmail.com [mailto:ados1984@gmail.com] 
Sent: Monday, May 04, 2009 4:35 PM
To: Tomcat Users List
Subject: Re: Tomcat Configuration in Eclipse

Trying this command %windir%\system32\taskkill /pid 5716, am getting
following message

This Application has failed to start because framedyn.dll was not found.
Re-Installing the application may fix this problem.



On Mon, May 4, 2009 at 2:28 PM, BRZEZINSKI, PAUL <pa...@hp.com>wrote:

> Try:
>
> %windir%\system32\taskkill /pid 5716
>
> --
> Paul J. Brzezinski
> Integration Engineering - GM
> EDS, an HP company
>
>   Phone:+1-248-365-9615(8-355)
> P paul.brzezinski@hp.com
>
>
> -----Original Message-----
> From: ados1984@gmail.com [mailto:ados1984@gmail.com]
> Sent: Monday, May 04, 2009 4:26 PM
> To: Tomcat Users List
> Subject: Re: Tomcat Configuration in Eclipse
>
> My port 8005 which is needed by Tomcat Server is busy and now I am trying
> to
> kill PID 5716 which is currently occupying that port.
>
> I have used tskill 5716 and taskkill 5716 but this commands are recognized
> as internal and external command, operable file or batch file and so was
> not
> sure of how to kill a process in windows xp using pid
>
>
>
>
>
>
> On Mon, May 4, 2009 at 1:19 PM, Martin Gainty <mg...@hotmail.com> wrote:
>
> >
> > assumed op had full suite of unix tools and cygwin
> >
> > thanks ed,
> >
> > Martin
> > ______________________________________________
> > Disclaimer and Confidentiality/Verzicht und Vertraulichkeitanmerkung /
> Note
> > de déni et de confidentialité
> > This message is confidential. If you should not be the intended receiver,
> > then we ask politely to report. Each unauthorized forwarding or
> > manufacturing of a copy is inadmissible. This message serves only for the
> > exchange of information and has no legal binding effect. Due to the easy
> > manipulation of emails we cannot take responsibility over the the
> contents.
> > Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene
> > Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede
> unbefugte
> > Weiterleitung oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht
> > dient lediglich dem Austausch von Informationen und entfaltet keine
> > rechtliche Bindungswirkung. Aufgrund der leichten Manipulierbarkeit von
> > E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen.
> > Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas
> le
> > destinataire prévu, nous te demandons avec bonté que pour satisfaire
> > informez l'expéditeur. N'importe quelle diffusion non autorisée ou la
> copie
> > de ceci est interdite. Ce message sert à l'information seulement et
> n'aura
> > pas n'importe quel effet légalement obligatoire. Étant donné que les
> email
> > peuvent facilement être sujets à la manipulation, nous ne pouvons
> accepter
> > aucune responsabilité pour le contenu fourni.
> >
> >
> >
> >
> >
> >
> > > From: paul.brzezinski@hp.com
> > > To: users@tomcat.apache.org
> > > Date: Mon, 4 May 2009 18:15:26 +0000
> > > Subject: RE: Tomcat Configuration in Eclipse
> > >
> > > On XP try:
> > >
> > >  netstat -a -o
> > >
> > > --
> > > Paul J. Brzezinski
> > > Integration Engineering - GM
> > > EDS, an HP company
> > >
> > >   Phone:+1-248-365-9615(8-355)
> > > P paul.brzezinski@hp.com
> > >
> > >
> > > -----Original Message-----
> > > From: ados1984@gmail.com [mailto:ados1984@gmail.com]
> > > Sent: Monday, May 04, 2009 2:11 PM
> > > To: Tomcat Users List
> > > Subject: Re: Tomcat Configuration in Eclipse
> > >
> > > I am using Windows XP and so netstat -ab will not work with it.
> > >
> > >
> > >
> > > On Mon, May 4, 2009 at 12:08 PM, Martin Gainty <mg...@hotmail.com>
> > wrote:
> > >
> > > >
> > > > netstat -ab will display which binary or process (with pid) that is
> > bound
> > > > to the port
> > > >
> > > > Martin
> > > > ______________________________________________
> > > > Disclaimer and Confidentiality/Verzicht und Vertraulichkeitanmerkung
> /
> > Note
> > > > de déni et de confidentialité
> > > > This message is confidential. If you should not be the intended
> > receiver,
> > > > then we ask politely to report. Each unauthorized forwarding or
> > > > manufacturing of a copy is inadmissible. This message serves only for
> > the
> > > > exchange of information and has no legal binding effect. Due to the
> > easy
> > > > manipulation of emails we cannot take responsibility over the the
> > contents.
> > > > Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene
> > > > Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede
> > unbefugte
> > > > Weiterleitung oder Fertigung einer Kopie ist unzulaessig. Diese
> > Nachricht
> > > > dient lediglich dem Austausch von Informationen und entfaltet keine
> > > > rechtliche Bindungswirkung. Aufgrund der leichten Manipulierbarkeit
> von
> > > > E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen.
> > > > Ce message est confidentiel et peut être privilégié. Si vous n'êtes
> pas
> > le
> > > > destinataire prévu, nous te demandons avec bonté que pour satisfaire
> > > > informez l'expéditeur. N'importe quelle diffusion non autorisée ou la
> > copie
> > > > de ceci est interdite. Ce message sert à l'information seulement et
> > n'aura
> > > > pas n'importe quel effet légalement obligatoire. Étant donné que les
> > email
> > > > peuvent facilement être sujets à la manipulation, nous ne pouvons
> > accepter
> > > > aucune responsabilité pour le contenu fourni.
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > > > From: ados1984@gmail.com
> > > > > Date: Mon, 4 May 2009 11:54:55 -0600
> > > > > Subject: Re: Tomcat Configuration in Eclipse
> > > > > To: users@tomcat.apache.org
> > > > >
> > > > > Hello,
> > > > > With the help of Plugin Tomcat is being configured in Eclipse.
> > > > >
> > > > > But now when I am trying to run my jsp page on Tomcat server than
> it
> > is
> > > > not
> > > > > running and am getting following message :
> > > > >
> > > > > "Several ports (8005, 8080, 8009) required by Tomcat v4.1 Server at
> > > > > localhost are already in use. The server may already be running in
> > > > another
> > > > > process, or a system process may be using the port. To start this
> > server
> > > > you
> > > > > will need to stop the other process or change the port number(s)."
> > > > >
> > > > > I have stopped server and restarted again but still am getting same
> > > > message
> > > > > and so bit confused with what is happening.
> > > > >
> > > > > Thanks,
> > > > > Ados
> > > > >
> > > > >
> > > > > On Mon, May 4, 2009 at 11:12 AM, ados1984@gmail.com <
> > ados1984@gmail.com
> > > > >wrote:
> > > > >
> > > > > > Thank you Sir,
> > > > > > My issue has been resolved. I really appreciate efforts that
> group
> > > > member's
> > > > > > are putting in to guide Tomcat Community.
> > > > > >
> > > > > > Regards,
> > > > > > Ados
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > > On Mon, May 4, 2009 at 8:05 AM, Martin Gainty <
> mgainty@hotmail.com
> > >
> > > > wrote:
> > > > > >
> > > > > >>
> > > > > >> Please download and install tomcat sysdeo for eclipse plugin
> from
> > > > > >> http://www.eclipsetotale.com/tomcatPlugin.html
> > > > > >> and follow all the configuration instructions from
> > > > > >> readme.html
> > > > > >>
> > > > > >> Martin
> > > > > >> ______________________________________________
> > > > > >> Disclaimer and Confidentiality/Verzicht und
> > Vertraulichkeitanmerkung /
> > > > > >> Note de déni et de confidentialité
> > > > > >> This message is confidential. If you should not be the intended
> > > > receiver,
> > > > > >> then we ask politely to report. Each unauthorized forwarding or
> > > > > >> manufacturing of a copy is inadmissible. This message serves
> only
> > for
> > > > the
> > > > > >> exchange of information and has no legal binding effect. Due to
> > the
> > > > easy
> > > > > >> manipulation of emails we cannot take responsibility over the
> the
> > > > contents.
> > > > > >> Diese Nachricht ist vertraulich. Sollten Sie nicht der
> vorgesehene
> > > > > >> Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede
> > > > unbefugte
> > > > > >> Weiterleitung oder Fertigung einer Kopie ist unzulaessig. Diese
> > > > Nachricht
> > > > > >> dient lediglich dem Austausch von Informationen und entfaltet
> > keine
> > > > > >> rechtliche Bindungswirkung. Aufgrund der leichten
> > Manipulierbarkeit
> > > > von
> > > > > >> E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen.
> > > > > >> Ce message est confidentiel et peut être privilégié. Si vous
> > n'êtes
> > > > pas le
> > > > > >> destinataire prévu, nous te demandons avec bonté que pour
> > satisfaire
> > > > > >> informez l'expéditeur. N'importe quelle diffusion non autorisée
> ou
> > la
> > > > copie
> > > > > >> de ceci est interdite. Ce message sert à l'information seulement
> > et
> > > > n'aura
> > > > > >> pas n'importe quel effet légalement obligatoire. Étant donné que
> > les
> > > > email
> > > > > >> peuvent facilement être sujets à la manipulation, nous ne
> pouvons
> > > > accepter
> > > > > >> aucune responsabilité pour le contenu fourni.
> > > > > >>
> > > > > >>
> > > > > >>
> > > > > >>
> > > > > >>
> > > > > >>
> > > > > >> > From: ados1984@gmail.com
> > > > > >> > Date: Mon, 4 May 2009 07:17:17 -0600
> > > > > >> > Subject: Tomcat Configuration in Eclipse
> > > > > >> > To: users@tomcat.apache.org
> > > > > >> >
> > > > > >> > Hi,
> > > > > >> > I am trying to configure TOMCAT Webserver in Eclipse and am
> not
> > able
> > > > to
> > > > > >> do
> > > > > >> > that. Guidance on the matter would be highly appreciated.
> > > > > >> >
> > > > > >> > Also, how can I access local jsp page which is on the WebApps
> > folder
> > > > in
> > > > > >> > Webserver from Browser ?
> > > > > >> >
> > > > > >> > Thanks,
> > > > > >> > Ados
> > > > > >>
> > > > > >>
> _________________________________________________________________
> > > > > >> Hotmail® has ever-growing storage! Don't worry about storage
> > limits.
> > > > > >>
> > > > > >>
> > > >
> >
> http://windowslive.com/Tutorial/Hotmail/Storage?ocid=TXT_TAGLM_WL_HM_Tutorial_Storage1_052009
> > > > > >>
> > > > > >
> > > > > >
> > > >
> > > > _________________________________________________________________
> > > > Hotmail® goes with you.
> > > >
> > > >
> >
> http://windowslive.com/Tutorial/Hotmail/Mobile?ocid=TXT_TAGLM_WL_HM_Tutorial_Mobile1_052009
> > > >
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> > > For additional commands, e-mail: users-help@tomcat.apache.org
> > >
> >
> > _________________________________________________________________
> > Windows LiveT: Keep your life in sync.
> > http://windowslive.com/explore?ocid=TXT_TAGLM_BR_life_in_synch_052009
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org
>
>

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


RE: Tomcat Configuration in Eclipse

Posted by "BRZEZINSKI, PAUL" <pa...@hp.com>.
See this Microsoft KB article regarding the error you receive when trying to run taskkill...


http://support.microsoft.com/kb/319114



--
Paul J. Brzezinski
Integration Engineering - GM
EDS, an HP company
 
  Phone:+1-248-365-9615(8-355)
P paul.brzezinski@hp.com


-----Original Message-----
From: ados1984@gmail.com [mailto:ados1984@gmail.com] 
Sent: Monday, May 04, 2009 4:35 PM
To: Tomcat Users List
Subject: Re: Tomcat Configuration in Eclipse

Trying this command %windir%\system32\taskkill /pid 5716, am getting
following message

This Application has failed to start because framedyn.dll was not found.
Re-Installing the application may fix this problem.



On Mon, May 4, 2009 at 2:28 PM, BRZEZINSKI, PAUL <pa...@hp.com>wrote:

> Try:
>
> %windir%\system32\taskkill /pid 5716
>
> --
> Paul J. Brzezinski
> Integration Engineering - GM
> EDS, an HP company
>
>   Phone:+1-248-365-9615(8-355)
> P paul.brzezinski@hp.com
>
>
> -----Original Message-----
> From: ados1984@gmail.com [mailto:ados1984@gmail.com]
> Sent: Monday, May 04, 2009 4:26 PM
> To: Tomcat Users List
> Subject: Re: Tomcat Configuration in Eclipse
>
> My port 8005 which is needed by Tomcat Server is busy and now I am trying
> to
> kill PID 5716 which is currently occupying that port.
>
> I have used tskill 5716 and taskkill 5716 but this commands are recognized
> as internal and external command, operable file or batch file and so was
> not
> sure of how to kill a process in windows xp using pid
>
>
>
>
>
>
> On Mon, May 4, 2009 at 1:19 PM, Martin Gainty <mg...@hotmail.com> wrote:
>
> >
> > assumed op had full suite of unix tools and cygwin
> >
> > thanks ed,
> >
> > Martin
> > ______________________________________________
> > Disclaimer and Confidentiality/Verzicht und Vertraulichkeitanmerkung /
> Note
> > de déni et de confidentialité
> > This message is confidential. If you should not be the intended receiver,
> > then we ask politely to report. Each unauthorized forwarding or
> > manufacturing of a copy is inadmissible. This message serves only for the
> > exchange of information and has no legal binding effect. Due to the easy
> > manipulation of emails we cannot take responsibility over the the
> contents.
> > Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene
> > Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede
> unbefugte
> > Weiterleitung oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht
> > dient lediglich dem Austausch von Informationen und entfaltet keine
> > rechtliche Bindungswirkung. Aufgrund der leichten Manipulierbarkeit von
> > E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen.
> > Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas
> le
> > destinataire prévu, nous te demandons avec bonté que pour satisfaire
> > informez l'expéditeur. N'importe quelle diffusion non autorisée ou la
> copie
> > de ceci est interdite. Ce message sert à l'information seulement et
> n'aura
> > pas n'importe quel effet légalement obligatoire. Étant donné que les
> email
> > peuvent facilement être sujets à la manipulation, nous ne pouvons
> accepter
> > aucune responsabilité pour le contenu fourni.
> >
> >
> >
> >
> >
> >
> > > From: paul.brzezinski@hp.com
> > > To: users@tomcat.apache.org
> > > Date: Mon, 4 May 2009 18:15:26 +0000
> > > Subject: RE: Tomcat Configuration in Eclipse
> > >
> > > On XP try:
> > >
> > >  netstat -a -o
> > >
> > > --
> > > Paul J. Brzezinski
> > > Integration Engineering - GM
> > > EDS, an HP company
> > >
> > >   Phone:+1-248-365-9615(8-355)
> > > P paul.brzezinski@hp.com
> > >
> > >
> > > -----Original Message-----
> > > From: ados1984@gmail.com [mailto:ados1984@gmail.com]
> > > Sent: Monday, May 04, 2009 2:11 PM
> > > To: Tomcat Users List
> > > Subject: Re: Tomcat Configuration in Eclipse
> > >
> > > I am using Windows XP and so netstat -ab will not work with it.
> > >
> > >
> > >
> > > On Mon, May 4, 2009 at 12:08 PM, Martin Gainty <mg...@hotmail.com>
> > wrote:
> > >
> > > >
> > > > netstat -ab will display which binary or process (with pid) that is
> > bound
> > > > to the port
> > > >
> > > > Martin
> > > > ______________________________________________
> > > > Disclaimer and Confidentiality/Verzicht und Vertraulichkeitanmerkung
> /
> > Note
> > > > de déni et de confidentialité
> > > > This message is confidential. If you should not be the intended
> > receiver,
> > > > then we ask politely to report. Each unauthorized forwarding or
> > > > manufacturing of a copy is inadmissible. This message serves only for
> > the
> > > > exchange of information and has no legal binding effect. Due to the
> > easy
> > > > manipulation of emails we cannot take responsibility over the the
> > contents.
> > > > Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene
> > > > Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede
> > unbefugte
> > > > Weiterleitung oder Fertigung einer Kopie ist unzulaessig. Diese
> > Nachricht
> > > > dient lediglich dem Austausch von Informationen und entfaltet keine
> > > > rechtliche Bindungswirkung. Aufgrund der leichten Manipulierbarkeit
> von
> > > > E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen.
> > > > Ce message est confidentiel et peut être privilégié. Si vous n'êtes
> pas
> > le
> > > > destinataire prévu, nous te demandons avec bonté que pour satisfaire
> > > > informez l'expéditeur. N'importe quelle diffusion non autorisée ou la
> > copie
> > > > de ceci est interdite. Ce message sert à l'information seulement et
> > n'aura
> > > > pas n'importe quel effet légalement obligatoire. Étant donné que les
> > email
> > > > peuvent facilement être sujets à la manipulation, nous ne pouvons
> > accepter
> > > > aucune responsabilité pour le contenu fourni.
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > > > From: ados1984@gmail.com
> > > > > Date: Mon, 4 May 2009 11:54:55 -0600
> > > > > Subject: Re: Tomcat Configuration in Eclipse
> > > > > To: users@tomcat.apache.org
> > > > >
> > > > > Hello,
> > > > > With the help of Plugin Tomcat is being configured in Eclipse.
> > > > >
> > > > > But now when I am trying to run my jsp page on Tomcat server than
> it
> > is
> > > > not
> > > > > running and am getting following message :
> > > > >
> > > > > "Several ports (8005, 8080, 8009) required by Tomcat v4.1 Server at
> > > > > localhost are already in use. The server may already be running in
> > > > another
> > > > > process, or a system process may be using the port. To start this
> > server
> > > > you
> > > > > will need to stop the other process or change the port number(s)."
> > > > >
> > > > > I have stopped server and restarted again but still am getting same
> > > > message
> > > > > and so bit confused with what is happening.
> > > > >
> > > > > Thanks,
> > > > > Ados
> > > > >
> > > > >
> > > > > On Mon, May 4, 2009 at 11:12 AM, ados1984@gmail.com <
> > ados1984@gmail.com
> > > > >wrote:
> > > > >
> > > > > > Thank you Sir,
> > > > > > My issue has been resolved. I really appreciate efforts that
> group
> > > > member's
> > > > > > are putting in to guide Tomcat Community.
> > > > > >
> > > > > > Regards,
> > > > > > Ados
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > > On Mon, May 4, 2009 at 8:05 AM, Martin Gainty <
> mgainty@hotmail.com
> > >
> > > > wrote:
> > > > > >
> > > > > >>
> > > > > >> Please download and install tomcat sysdeo for eclipse plugin
> from
> > > > > >> http://www.eclipsetotale.com/tomcatPlugin.html
> > > > > >> and follow all the configuration instructions from
> > > > > >> readme.html
> > > > > >>
> > > > > >> Martin
> > > > > >> ______________________________________________
> > > > > >> Disclaimer and Confidentiality/Verzicht und
> > Vertraulichkeitanmerkung /
> > > > > >> Note de déni et de confidentialité
> > > > > >> This message is confidential. If you should not be the intended
> > > > receiver,
> > > > > >> then we ask politely to report. Each unauthorized forwarding or
> > > > > >> manufacturing of a copy is inadmissible. This message serves
> only
> > for
> > > > the
> > > > > >> exchange of information and has no legal binding effect. Due to
> > the
> > > > easy
> > > > > >> manipulation of emails we cannot take responsibility over the
> the
> > > > contents.
> > > > > >> Diese Nachricht ist vertraulich. Sollten Sie nicht der
> vorgesehene
> > > > > >> Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede
> > > > unbefugte
> > > > > >> Weiterleitung oder Fertigung einer Kopie ist unzulaessig. Diese
> > > > Nachricht
> > > > > >> dient lediglich dem Austausch von Informationen und entfaltet
> > keine
> > > > > >> rechtliche Bindungswirkung. Aufgrund der leichten
> > Manipulierbarkeit
> > > > von
> > > > > >> E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen.
> > > > > >> Ce message est confidentiel et peut être privilégié. Si vous
> > n'êtes
> > > > pas le
> > > > > >> destinataire prévu, nous te demandons avec bonté que pour
> > satisfaire
> > > > > >> informez l'expéditeur. N'importe quelle diffusion non autorisée
> ou
> > la
> > > > copie
> > > > > >> de ceci est interdite. Ce message sert à l'information seulement
> > et
> > > > n'aura
> > > > > >> pas n'importe quel effet légalement obligatoire. Étant donné que
> > les
> > > > email
> > > > > >> peuvent facilement être sujets à la manipulation, nous ne
> pouvons
> > > > accepter
> > > > > >> aucune responsabilité pour le contenu fourni.
> > > > > >>
> > > > > >>
> > > > > >>
> > > > > >>
> > > > > >>
> > > > > >>
> > > > > >> > From: ados1984@gmail.com
> > > > > >> > Date: Mon, 4 May 2009 07:17:17 -0600
> > > > > >> > Subject: Tomcat Configuration in Eclipse
> > > > > >> > To: users@tomcat.apache.org
> > > > > >> >
> > > > > >> > Hi,
> > > > > >> > I am trying to configure TOMCAT Webserver in Eclipse and am
> not
> > able
> > > > to
> > > > > >> do
> > > > > >> > that. Guidance on the matter would be highly appreciated.
> > > > > >> >
> > > > > >> > Also, how can I access local jsp page which is on the WebApps
> > folder
> > > > in
> > > > > >> > Webserver from Browser ?
> > > > > >> >
> > > > > >> > Thanks,
> > > > > >> > Ados
> > > > > >>
> > > > > >>
> _________________________________________________________________
> > > > > >> Hotmail® has ever-growing storage! Don't worry about storage
> > limits.
> > > > > >>
> > > > > >>
> > > >
> >
> http://windowslive.com/Tutorial/Hotmail/Storage?ocid=TXT_TAGLM_WL_HM_Tutorial_Storage1_052009
> > > > > >>
> > > > > >
> > > > > >
> > > >
> > > > _________________________________________________________________
> > > > Hotmail® goes with you.
> > > >
> > > >
> >
> http://windowslive.com/Tutorial/Hotmail/Mobile?ocid=TXT_TAGLM_WL_HM_Tutorial_Mobile1_052009
> > > >
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> > > For additional commands, e-mail: users-help@tomcat.apache.org
> > >
> >
> > _________________________________________________________________
> > Windows LiveT: Keep your life in sync.
> > http://windowslive.com/explore?ocid=TXT_TAGLM_BR_life_in_synch_052009
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org
>
>

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


Re: Tomcat Configuration in Eclipse

Posted by "ados1984@gmail.com" <ad...@gmail.com>.
Trying this command %windir%\system32\taskkill /pid 5716, am getting
following message

This Application has failed to start because framedyn.dll was not found.
Re-Installing the application may fix this problem.



On Mon, May 4, 2009 at 2:28 PM, BRZEZINSKI, PAUL <pa...@hp.com>wrote:

> Try:
>
> %windir%\system32\taskkill /pid 5716
>
> --
> Paul J. Brzezinski
> Integration Engineering - GM
> EDS, an HP company
>
>   Phone:+1-248-365-9615(8-355)
> P paul.brzezinski@hp.com
>
>
> -----Original Message-----
> From: ados1984@gmail.com [mailto:ados1984@gmail.com]
> Sent: Monday, May 04, 2009 4:26 PM
> To: Tomcat Users List
> Subject: Re: Tomcat Configuration in Eclipse
>
> My port 8005 which is needed by Tomcat Server is busy and now I am trying
> to
> kill PID 5716 which is currently occupying that port.
>
> I have used tskill 5716 and taskkill 5716 but this commands are recognized
> as internal and external command, operable file or batch file and so was
> not
> sure of how to kill a process in windows xp using pid
>
>
>
>
>
>
> On Mon, May 4, 2009 at 1:19 PM, Martin Gainty <mg...@hotmail.com> wrote:
>
> >
> > assumed op had full suite of unix tools and cygwin
> >
> > thanks ed,
> >
> > Martin
> > ______________________________________________
> > Disclaimer and Confidentiality/Verzicht und Vertraulichkeitanmerkung /
> Note
> > de déni et de confidentialité
> > This message is confidential. If you should not be the intended receiver,
> > then we ask politely to report. Each unauthorized forwarding or
> > manufacturing of a copy is inadmissible. This message serves only for the
> > exchange of information and has no legal binding effect. Due to the easy
> > manipulation of emails we cannot take responsibility over the the
> contents.
> > Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene
> > Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede
> unbefugte
> > Weiterleitung oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht
> > dient lediglich dem Austausch von Informationen und entfaltet keine
> > rechtliche Bindungswirkung. Aufgrund der leichten Manipulierbarkeit von
> > E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen.
> > Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas
> le
> > destinataire prévu, nous te demandons avec bonté que pour satisfaire
> > informez l'expéditeur. N'importe quelle diffusion non autorisée ou la
> copie
> > de ceci est interdite. Ce message sert à l'information seulement et
> n'aura
> > pas n'importe quel effet légalement obligatoire. Étant donné que les
> email
> > peuvent facilement être sujets à la manipulation, nous ne pouvons
> accepter
> > aucune responsabilité pour le contenu fourni.
> >
> >
> >
> >
> >
> >
> > > From: paul.brzezinski@hp.com
> > > To: users@tomcat.apache.org
> > > Date: Mon, 4 May 2009 18:15:26 +0000
> > > Subject: RE: Tomcat Configuration in Eclipse
> > >
> > > On XP try:
> > >
> > >  netstat -a -o
> > >
> > > --
> > > Paul J. Brzezinski
> > > Integration Engineering - GM
> > > EDS, an HP company
> > >
> > >   Phone:+1-248-365-9615(8-355)
> > > P paul.brzezinski@hp.com
> > >
> > >
> > > -----Original Message-----
> > > From: ados1984@gmail.com [mailto:ados1984@gmail.com]
> > > Sent: Monday, May 04, 2009 2:11 PM
> > > To: Tomcat Users List
> > > Subject: Re: Tomcat Configuration in Eclipse
> > >
> > > I am using Windows XP and so netstat -ab will not work with it.
> > >
> > >
> > >
> > > On Mon, May 4, 2009 at 12:08 PM, Martin Gainty <mg...@hotmail.com>
> > wrote:
> > >
> > > >
> > > > netstat -ab will display which binary or process (with pid) that is
> > bound
> > > > to the port
> > > >
> > > > Martin
> > > > ______________________________________________
> > > > Disclaimer and Confidentiality/Verzicht und Vertraulichkeitanmerkung
> /
> > Note
> > > > de déni et de confidentialité
> > > > This message is confidential. If you should not be the intended
> > receiver,
> > > > then we ask politely to report. Each unauthorized forwarding or
> > > > manufacturing of a copy is inadmissible. This message serves only for
> > the
> > > > exchange of information and has no legal binding effect. Due to the
> > easy
> > > > manipulation of emails we cannot take responsibility over the the
> > contents.
> > > > Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene
> > > > Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede
> > unbefugte
> > > > Weiterleitung oder Fertigung einer Kopie ist unzulaessig. Diese
> > Nachricht
> > > > dient lediglich dem Austausch von Informationen und entfaltet keine
> > > > rechtliche Bindungswirkung. Aufgrund der leichten Manipulierbarkeit
> von
> > > > E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen.
> > > > Ce message est confidentiel et peut être privilégié. Si vous n'êtes
> pas
> > le
> > > > destinataire prévu, nous te demandons avec bonté que pour satisfaire
> > > > informez l'expéditeur. N'importe quelle diffusion non autorisée ou la
> > copie
> > > > de ceci est interdite. Ce message sert à l'information seulement et
> > n'aura
> > > > pas n'importe quel effet légalement obligatoire. Étant donné que les
> > email
> > > > peuvent facilement être sujets à la manipulation, nous ne pouvons
> > accepter
> > > > aucune responsabilité pour le contenu fourni.
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > > > From: ados1984@gmail.com
> > > > > Date: Mon, 4 May 2009 11:54:55 -0600
> > > > > Subject: Re: Tomcat Configuration in Eclipse
> > > > > To: users@tomcat.apache.org
> > > > >
> > > > > Hello,
> > > > > With the help of Plugin Tomcat is being configured in Eclipse.
> > > > >
> > > > > But now when I am trying to run my jsp page on Tomcat server than
> it
> > is
> > > > not
> > > > > running and am getting following message :
> > > > >
> > > > > "Several ports (8005, 8080, 8009) required by Tomcat v4.1 Server at
> > > > > localhost are already in use. The server may already be running in
> > > > another
> > > > > process, or a system process may be using the port. To start this
> > server
> > > > you
> > > > > will need to stop the other process or change the port number(s)."
> > > > >
> > > > > I have stopped server and restarted again but still am getting same
> > > > message
> > > > > and so bit confused with what is happening.
> > > > >
> > > > > Thanks,
> > > > > Ados
> > > > >
> > > > >
> > > > > On Mon, May 4, 2009 at 11:12 AM, ados1984@gmail.com <
> > ados1984@gmail.com
> > > > >wrote:
> > > > >
> > > > > > Thank you Sir,
> > > > > > My issue has been resolved. I really appreciate efforts that
> group
> > > > member's
> > > > > > are putting in to guide Tomcat Community.
> > > > > >
> > > > > > Regards,
> > > > > > Ados
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > > On Mon, May 4, 2009 at 8:05 AM, Martin Gainty <
> mgainty@hotmail.com
> > >
> > > > wrote:
> > > > > >
> > > > > >>
> > > > > >> Please download and install tomcat sysdeo for eclipse plugin
> from
> > > > > >> http://www.eclipsetotale.com/tomcatPlugin.html
> > > > > >> and follow all the configuration instructions from
> > > > > >> readme.html
> > > > > >>
> > > > > >> Martin
> > > > > >> ______________________________________________
> > > > > >> Disclaimer and Confidentiality/Verzicht und
> > Vertraulichkeitanmerkung /
> > > > > >> Note de déni et de confidentialité
> > > > > >> This message is confidential. If you should not be the intended
> > > > receiver,
> > > > > >> then we ask politely to report. Each unauthorized forwarding or
> > > > > >> manufacturing of a copy is inadmissible. This message serves
> only
> > for
> > > > the
> > > > > >> exchange of information and has no legal binding effect. Due to
> > the
> > > > easy
> > > > > >> manipulation of emails we cannot take responsibility over the
> the
> > > > contents.
> > > > > >> Diese Nachricht ist vertraulich. Sollten Sie nicht der
> vorgesehene
> > > > > >> Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede
> > > > unbefugte
> > > > > >> Weiterleitung oder Fertigung einer Kopie ist unzulaessig. Diese
> > > > Nachricht
> > > > > >> dient lediglich dem Austausch von Informationen und entfaltet
> > keine
> > > > > >> rechtliche Bindungswirkung. Aufgrund der leichten
> > Manipulierbarkeit
> > > > von
> > > > > >> E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen.
> > > > > >> Ce message est confidentiel et peut être privilégié. Si vous
> > n'êtes
> > > > pas le
> > > > > >> destinataire prévu, nous te demandons avec bonté que pour
> > satisfaire
> > > > > >> informez l'expéditeur. N'importe quelle diffusion non autorisée
> ou
> > la
> > > > copie
> > > > > >> de ceci est interdite. Ce message sert à l'information seulement
> > et
> > > > n'aura
> > > > > >> pas n'importe quel effet légalement obligatoire. Étant donné que
> > les
> > > > email
> > > > > >> peuvent facilement être sujets à la manipulation, nous ne
> pouvons
> > > > accepter
> > > > > >> aucune responsabilité pour le contenu fourni.
> > > > > >>
> > > > > >>
> > > > > >>
> > > > > >>
> > > > > >>
> > > > > >>
> > > > > >> > From: ados1984@gmail.com
> > > > > >> > Date: Mon, 4 May 2009 07:17:17 -0600
> > > > > >> > Subject: Tomcat Configuration in Eclipse
> > > > > >> > To: users@tomcat.apache.org
> > > > > >> >
> > > > > >> > Hi,
> > > > > >> > I am trying to configure TOMCAT Webserver in Eclipse and am
> not
> > able
> > > > to
> > > > > >> do
> > > > > >> > that. Guidance on the matter would be highly appreciated.
> > > > > >> >
> > > > > >> > Also, how can I access local jsp page which is on the WebApps
> > folder
> > > > in
> > > > > >> > Webserver from Browser ?
> > > > > >> >
> > > > > >> > Thanks,
> > > > > >> > Ados
> > > > > >>
> > > > > >>
> _________________________________________________________________
> > > > > >> Hotmail® has ever-growing storage! Don't worry about storage
> > limits.
> > > > > >>
> > > > > >>
> > > >
> >
> http://windowslive.com/Tutorial/Hotmail/Storage?ocid=TXT_TAGLM_WL_HM_Tutorial_Storage1_052009
> > > > > >>
> > > > > >
> > > > > >
> > > >
> > > > _________________________________________________________________
> > > > Hotmail® goes with you.
> > > >
> > > >
> >
> http://windowslive.com/Tutorial/Hotmail/Mobile?ocid=TXT_TAGLM_WL_HM_Tutorial_Mobile1_052009
> > > >
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> > > For additional commands, e-mail: users-help@tomcat.apache.org
> > >
> >
> > _________________________________________________________________
> > Windows LiveT: Keep your life in sync.
> > http://windowslive.com/explore?ocid=TXT_TAGLM_BR_life_in_synch_052009
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org
>
>

RE: Tomcat Configuration in Eclipse

Posted by "BRZEZINSKI, PAUL" <pa...@hp.com>.
Try:

%windir%\system32\taskkill /pid 5716

--
Paul J. Brzezinski
Integration Engineering - GM
EDS, an HP company
 
  Phone:+1-248-365-9615(8-355)
P paul.brzezinski@hp.com


-----Original Message-----
From: ados1984@gmail.com [mailto:ados1984@gmail.com] 
Sent: Monday, May 04, 2009 4:26 PM
To: Tomcat Users List
Subject: Re: Tomcat Configuration in Eclipse

My port 8005 which is needed by Tomcat Server is busy and now I am trying to
kill PID 5716 which is currently occupying that port.

I have used tskill 5716 and taskkill 5716 but this commands are recognized
as internal and external command, operable file or batch file and so was not
sure of how to kill a process in windows xp using pid






On Mon, May 4, 2009 at 1:19 PM, Martin Gainty <mg...@hotmail.com> wrote:

>
> assumed op had full suite of unix tools and cygwin
>
> thanks ed,
>
> Martin
> ______________________________________________
> Disclaimer and Confidentiality/Verzicht und Vertraulichkeitanmerkung / Note
> de déni et de confidentialité
> This message is confidential. If you should not be the intended receiver,
> then we ask politely to report. Each unauthorized forwarding or
> manufacturing of a copy is inadmissible. This message serves only for the
> exchange of information and has no legal binding effect. Due to the easy
> manipulation of emails we cannot take responsibility over the the contents.
> Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene
> Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte
> Weiterleitung oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht
> dient lediglich dem Austausch von Informationen und entfaltet keine
> rechtliche Bindungswirkung. Aufgrund der leichten Manipulierbarkeit von
> E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen.
> Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le
> destinataire prévu, nous te demandons avec bonté que pour satisfaire
> informez l'expéditeur. N'importe quelle diffusion non autorisée ou la copie
> de ceci est interdite. Ce message sert à l'information seulement et n'aura
> pas n'importe quel effet légalement obligatoire. Étant donné que les email
> peuvent facilement être sujets à la manipulation, nous ne pouvons accepter
> aucune responsabilité pour le contenu fourni.
>
>
>
>
>
>
> > From: paul.brzezinski@hp.com
> > To: users@tomcat.apache.org
> > Date: Mon, 4 May 2009 18:15:26 +0000
> > Subject: RE: Tomcat Configuration in Eclipse
> >
> > On XP try:
> >
> >  netstat -a -o
> >
> > --
> > Paul J. Brzezinski
> > Integration Engineering - GM
> > EDS, an HP company
> >
> >   Phone:+1-248-365-9615(8-355)
> > P paul.brzezinski@hp.com
> >
> >
> > -----Original Message-----
> > From: ados1984@gmail.com [mailto:ados1984@gmail.com]
> > Sent: Monday, May 04, 2009 2:11 PM
> > To: Tomcat Users List
> > Subject: Re: Tomcat Configuration in Eclipse
> >
> > I am using Windows XP and so netstat -ab will not work with it.
> >
> >
> >
> > On Mon, May 4, 2009 at 12:08 PM, Martin Gainty <mg...@hotmail.com>
> wrote:
> >
> > >
> > > netstat -ab will display which binary or process (with pid) that is
> bound
> > > to the port
> > >
> > > Martin
> > > ______________________________________________
> > > Disclaimer and Confidentiality/Verzicht und Vertraulichkeitanmerkung /
> Note
> > > de déni et de confidentialité
> > > This message is confidential. If you should not be the intended
> receiver,
> > > then we ask politely to report. Each unauthorized forwarding or
> > > manufacturing of a copy is inadmissible. This message serves only for
> the
> > > exchange of information and has no legal binding effect. Due to the
> easy
> > > manipulation of emails we cannot take responsibility over the the
> contents.
> > > Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene
> > > Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede
> unbefugte
> > > Weiterleitung oder Fertigung einer Kopie ist unzulaessig. Diese
> Nachricht
> > > dient lediglich dem Austausch von Informationen und entfaltet keine
> > > rechtliche Bindungswirkung. Aufgrund der leichten Manipulierbarkeit von
> > > E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen.
> > > Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas
> le
> > > destinataire prévu, nous te demandons avec bonté que pour satisfaire
> > > informez l'expéditeur. N'importe quelle diffusion non autorisée ou la
> copie
> > > de ceci est interdite. Ce message sert à l'information seulement et
> n'aura
> > > pas n'importe quel effet légalement obligatoire. Étant donné que les
> email
> > > peuvent facilement être sujets à la manipulation, nous ne pouvons
> accepter
> > > aucune responsabilité pour le contenu fourni.
> > >
> > >
> > >
> > >
> > >
> > >
> > > > From: ados1984@gmail.com
> > > > Date: Mon, 4 May 2009 11:54:55 -0600
> > > > Subject: Re: Tomcat Configuration in Eclipse
> > > > To: users@tomcat.apache.org
> > > >
> > > > Hello,
> > > > With the help of Plugin Tomcat is being configured in Eclipse.
> > > >
> > > > But now when I am trying to run my jsp page on Tomcat server than it
> is
> > > not
> > > > running and am getting following message :
> > > >
> > > > "Several ports (8005, 8080, 8009) required by Tomcat v4.1 Server at
> > > > localhost are already in use. The server may already be running in
> > > another
> > > > process, or a system process may be using the port. To start this
> server
> > > you
> > > > will need to stop the other process or change the port number(s)."
> > > >
> > > > I have stopped server and restarted again but still am getting same
> > > message
> > > > and so bit confused with what is happening.
> > > >
> > > > Thanks,
> > > > Ados
> > > >
> > > >
> > > > On Mon, May 4, 2009 at 11:12 AM, ados1984@gmail.com <
> ados1984@gmail.com
> > > >wrote:
> > > >
> > > > > Thank you Sir,
> > > > > My issue has been resolved. I really appreciate efforts that group
> > > member's
> > > > > are putting in to guide Tomcat Community.
> > > > >
> > > > > Regards,
> > > > > Ados
> > > > >
> > > > >
> > > > >
> > > > >
> > > > > On Mon, May 4, 2009 at 8:05 AM, Martin Gainty <mgainty@hotmail.com
> >
> > > wrote:
> > > > >
> > > > >>
> > > > >> Please download and install tomcat sysdeo for eclipse plugin from
> > > > >> http://www.eclipsetotale.com/tomcatPlugin.html
> > > > >> and follow all the configuration instructions from
> > > > >> readme.html
> > > > >>
> > > > >> Martin
> > > > >> ______________________________________________
> > > > >> Disclaimer and Confidentiality/Verzicht und
> Vertraulichkeitanmerkung /
> > > > >> Note de déni et de confidentialité
> > > > >> This message is confidential. If you should not be the intended
> > > receiver,
> > > > >> then we ask politely to report. Each unauthorized forwarding or
> > > > >> manufacturing of a copy is inadmissible. This message serves only
> for
> > > the
> > > > >> exchange of information and has no legal binding effect. Due to
> the
> > > easy
> > > > >> manipulation of emails we cannot take responsibility over the the
> > > contents.
> > > > >> Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene
> > > > >> Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede
> > > unbefugte
> > > > >> Weiterleitung oder Fertigung einer Kopie ist unzulaessig. Diese
> > > Nachricht
> > > > >> dient lediglich dem Austausch von Informationen und entfaltet
> keine
> > > > >> rechtliche Bindungswirkung. Aufgrund der leichten
> Manipulierbarkeit
> > > von
> > > > >> E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen.
> > > > >> Ce message est confidentiel et peut être privilégié. Si vous
> n'êtes
> > > pas le
> > > > >> destinataire prévu, nous te demandons avec bonté que pour
> satisfaire
> > > > >> informez l'expéditeur. N'importe quelle diffusion non autorisée ou
> la
> > > copie
> > > > >> de ceci est interdite. Ce message sert à l'information seulement
> et
> > > n'aura
> > > > >> pas n'importe quel effet légalement obligatoire. Étant donné que
> les
> > > email
> > > > >> peuvent facilement être sujets à la manipulation, nous ne pouvons
> > > accepter
> > > > >> aucune responsabilité pour le contenu fourni.
> > > > >>
> > > > >>
> > > > >>
> > > > >>
> > > > >>
> > > > >>
> > > > >> > From: ados1984@gmail.com
> > > > >> > Date: Mon, 4 May 2009 07:17:17 -0600
> > > > >> > Subject: Tomcat Configuration in Eclipse
> > > > >> > To: users@tomcat.apache.org
> > > > >> >
> > > > >> > Hi,
> > > > >> > I am trying to configure TOMCAT Webserver in Eclipse and am not
> able
> > > to
> > > > >> do
> > > > >> > that. Guidance on the matter would be highly appreciated.
> > > > >> >
> > > > >> > Also, how can I access local jsp page which is on the WebApps
> folder
> > > in
> > > > >> > Webserver from Browser ?
> > > > >> >
> > > > >> > Thanks,
> > > > >> > Ados
> > > > >>
> > > > >> _________________________________________________________________
> > > > >> Hotmail® has ever-growing storage! Don't worry about storage
> limits.
> > > > >>
> > > > >>
> > >
> http://windowslive.com/Tutorial/Hotmail/Storage?ocid=TXT_TAGLM_WL_HM_Tutorial_Storage1_052009
> > > > >>
> > > > >
> > > > >
> > >
> > > _________________________________________________________________
> > > Hotmail® goes with you.
> > >
> > >
> http://windowslive.com/Tutorial/Hotmail/Mobile?ocid=TXT_TAGLM_WL_HM_Tutorial_Mobile1_052009
> > >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> > For additional commands, e-mail: users-help@tomcat.apache.org
> >
>
> _________________________________________________________________
> Windows LiveT: Keep your life in sync.
> http://windowslive.com/explore?ocid=TXT_TAGLM_BR_life_in_synch_052009

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


Re: Tomcat Configuration in Eclipse

Posted by "ados1984@gmail.com" <ad...@gmail.com>.
My port 8005 which is needed by Tomcat Server is busy and now I am trying to
kill PID 5716 which is currently occupying that port.

I have used tskill 5716 and taskkill 5716 but this commands are recognized
as internal and external command, operable file or batch file and so was not
sure of how to kill a process in windows xp using pid






On Mon, May 4, 2009 at 1:19 PM, Martin Gainty <mg...@hotmail.com> wrote:

>
> assumed op had full suite of unix tools and cygwin
>
> thanks ed,
>
> Martin
> ______________________________________________
> Disclaimer and Confidentiality/Verzicht und Vertraulichkeitanmerkung / Note
> de déni et de confidentialité
> This message is confidential. If you should not be the intended receiver,
> then we ask politely to report. Each unauthorized forwarding or
> manufacturing of a copy is inadmissible. This message serves only for the
> exchange of information and has no legal binding effect. Due to the easy
> manipulation of emails we cannot take responsibility over the the contents.
> Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene
> Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte
> Weiterleitung oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht
> dient lediglich dem Austausch von Informationen und entfaltet keine
> rechtliche Bindungswirkung. Aufgrund der leichten Manipulierbarkeit von
> E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen.
> Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le
> destinataire prévu, nous te demandons avec bonté que pour satisfaire
> informez l'expéditeur. N'importe quelle diffusion non autorisée ou la copie
> de ceci est interdite. Ce message sert à l'information seulement et n'aura
> pas n'importe quel effet légalement obligatoire. Étant donné que les email
> peuvent facilement être sujets à la manipulation, nous ne pouvons accepter
> aucune responsabilité pour le contenu fourni.
>
>
>
>
>
>
> > From: paul.brzezinski@hp.com
> > To: users@tomcat.apache.org
> > Date: Mon, 4 May 2009 18:15:26 +0000
> > Subject: RE: Tomcat Configuration in Eclipse
> >
> > On XP try:
> >
> >  netstat -a -o
> >
> > --
> > Paul J. Brzezinski
> > Integration Engineering - GM
> > EDS, an HP company
> >
> >   Phone:+1-248-365-9615(8-355)
> > P paul.brzezinski@hp.com
> >
> >
> > -----Original Message-----
> > From: ados1984@gmail.com [mailto:ados1984@gmail.com]
> > Sent: Monday, May 04, 2009 2:11 PM
> > To: Tomcat Users List
> > Subject: Re: Tomcat Configuration in Eclipse
> >
> > I am using Windows XP and so netstat -ab will not work with it.
> >
> >
> >
> > On Mon, May 4, 2009 at 12:08 PM, Martin Gainty <mg...@hotmail.com>
> wrote:
> >
> > >
> > > netstat -ab will display which binary or process (with pid) that is
> bound
> > > to the port
> > >
> > > Martin
> > > ______________________________________________
> > > Disclaimer and Confidentiality/Verzicht und Vertraulichkeitanmerkung /
> Note
> > > de déni et de confidentialité
> > > This message is confidential. If you should not be the intended
> receiver,
> > > then we ask politely to report. Each unauthorized forwarding or
> > > manufacturing of a copy is inadmissible. This message serves only for
> the
> > > exchange of information and has no legal binding effect. Due to the
> easy
> > > manipulation of emails we cannot take responsibility over the the
> contents.
> > > Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene
> > > Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede
> unbefugte
> > > Weiterleitung oder Fertigung einer Kopie ist unzulaessig. Diese
> Nachricht
> > > dient lediglich dem Austausch von Informationen und entfaltet keine
> > > rechtliche Bindungswirkung. Aufgrund der leichten Manipulierbarkeit von
> > > E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen.
> > > Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas
> le
> > > destinataire prévu, nous te demandons avec bonté que pour satisfaire
> > > informez l'expéditeur. N'importe quelle diffusion non autorisée ou la
> copie
> > > de ceci est interdite. Ce message sert à l'information seulement et
> n'aura
> > > pas n'importe quel effet légalement obligatoire. Étant donné que les
> email
> > > peuvent facilement être sujets à la manipulation, nous ne pouvons
> accepter
> > > aucune responsabilité pour le contenu fourni.
> > >
> > >
> > >
> > >
> > >
> > >
> > > > From: ados1984@gmail.com
> > > > Date: Mon, 4 May 2009 11:54:55 -0600
> > > > Subject: Re: Tomcat Configuration in Eclipse
> > > > To: users@tomcat.apache.org
> > > >
> > > > Hello,
> > > > With the help of Plugin Tomcat is being configured in Eclipse.
> > > >
> > > > But now when I am trying to run my jsp page on Tomcat server than it
> is
> > > not
> > > > running and am getting following message :
> > > >
> > > > "Several ports (8005, 8080, 8009) required by Tomcat v4.1 Server at
> > > > localhost are already in use. The server may already be running in
> > > another
> > > > process, or a system process may be using the port. To start this
> server
> > > you
> > > > will need to stop the other process or change the port number(s)."
> > > >
> > > > I have stopped server and restarted again but still am getting same
> > > message
> > > > and so bit confused with what is happening.
> > > >
> > > > Thanks,
> > > > Ados
> > > >
> > > >
> > > > On Mon, May 4, 2009 at 11:12 AM, ados1984@gmail.com <
> ados1984@gmail.com
> > > >wrote:
> > > >
> > > > > Thank you Sir,
> > > > > My issue has been resolved. I really appreciate efforts that group
> > > member's
> > > > > are putting in to guide Tomcat Community.
> > > > >
> > > > > Regards,
> > > > > Ados
> > > > >
> > > > >
> > > > >
> > > > >
> > > > > On Mon, May 4, 2009 at 8:05 AM, Martin Gainty <mgainty@hotmail.com
> >
> > > wrote:
> > > > >
> > > > >>
> > > > >> Please download and install tomcat sysdeo for eclipse plugin from
> > > > >> http://www.eclipsetotale.com/tomcatPlugin.html
> > > > >> and follow all the configuration instructions from
> > > > >> readme.html
> > > > >>
> > > > >> Martin
> > > > >> ______________________________________________
> > > > >> Disclaimer and Confidentiality/Verzicht und
> Vertraulichkeitanmerkung /
> > > > >> Note de déni et de confidentialité
> > > > >> This message is confidential. If you should not be the intended
> > > receiver,
> > > > >> then we ask politely to report. Each unauthorized forwarding or
> > > > >> manufacturing of a copy is inadmissible. This message serves only
> for
> > > the
> > > > >> exchange of information and has no legal binding effect. Due to
> the
> > > easy
> > > > >> manipulation of emails we cannot take responsibility over the the
> > > contents.
> > > > >> Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene
> > > > >> Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede
> > > unbefugte
> > > > >> Weiterleitung oder Fertigung einer Kopie ist unzulaessig. Diese
> > > Nachricht
> > > > >> dient lediglich dem Austausch von Informationen und entfaltet
> keine
> > > > >> rechtliche Bindungswirkung. Aufgrund der leichten
> Manipulierbarkeit
> > > von
> > > > >> E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen.
> > > > >> Ce message est confidentiel et peut être privilégié. Si vous
> n'êtes
> > > pas le
> > > > >> destinataire prévu, nous te demandons avec bonté que pour
> satisfaire
> > > > >> informez l'expéditeur. N'importe quelle diffusion non autorisée ou
> la
> > > copie
> > > > >> de ceci est interdite. Ce message sert à l'information seulement
> et
> > > n'aura
> > > > >> pas n'importe quel effet légalement obligatoire. Étant donné que
> les
> > > email
> > > > >> peuvent facilement être sujets à la manipulation, nous ne pouvons
> > > accepter
> > > > >> aucune responsabilité pour le contenu fourni.
> > > > >>
> > > > >>
> > > > >>
> > > > >>
> > > > >>
> > > > >>
> > > > >> > From: ados1984@gmail.com
> > > > >> > Date: Mon, 4 May 2009 07:17:17 -0600
> > > > >> > Subject: Tomcat Configuration in Eclipse
> > > > >> > To: users@tomcat.apache.org
> > > > >> >
> > > > >> > Hi,
> > > > >> > I am trying to configure TOMCAT Webserver in Eclipse and am not
> able
> > > to
> > > > >> do
> > > > >> > that. Guidance on the matter would be highly appreciated.
> > > > >> >
> > > > >> > Also, how can I access local jsp page which is on the WebApps
> folder
> > > in
> > > > >> > Webserver from Browser ?
> > > > >> >
> > > > >> > Thanks,
> > > > >> > Ados
> > > > >>
> > > > >> _________________________________________________________________
> > > > >> Hotmail® has ever-growing storage! Don't worry about storage
> limits.
> > > > >>
> > > > >>
> > >
> http://windowslive.com/Tutorial/Hotmail/Storage?ocid=TXT_TAGLM_WL_HM_Tutorial_Storage1_052009
> > > > >>
> > > > >
> > > > >
> > >
> > > _________________________________________________________________
> > > Hotmail® goes with you.
> > >
> > >
> http://windowslive.com/Tutorial/Hotmail/Mobile?ocid=TXT_TAGLM_WL_HM_Tutorial_Mobile1_052009
> > >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> > For additional commands, e-mail: users-help@tomcat.apache.org
> >
>
> _________________________________________________________________
> Windows Live™: Keep your life in sync.
> http://windowslive.com/explore?ocid=TXT_TAGLM_BR_life_in_synch_052009

RE: Tomcat Configuration in Eclipse

Posted by Martin Gainty <mg...@hotmail.com>.
assumed op had full suite of unix tools and cygwin

thanks ed,

Martin 
______________________________________________ 
Disclaimer and Confidentiality/Verzicht und Vertraulichkeitanmerkung / Note de déni et de confidentialité 
This message is confidential. If you should not be the intended receiver, then we ask politely to report. Each unauthorized forwarding or manufacturing of a copy is inadmissible. This message serves only for the exchange of information and has no legal binding effect. Due to the easy manipulation of emails we cannot take responsibility over the the contents.
Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht dient lediglich dem Austausch von Informationen und entfaltet keine rechtliche Bindungswirkung. Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen.
Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le destinataire prévu, nous te demandons avec bonté que pour satisfaire informez l'expéditeur. N'importe quelle diffusion non autorisée ou la copie de ceci est interdite. Ce message sert à l'information seulement et n'aura pas n'importe quel effet légalement obligatoire. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni.






> From: paul.brzezinski@hp.com
> To: users@tomcat.apache.org
> Date: Mon, 4 May 2009 18:15:26 +0000
> Subject: RE: Tomcat Configuration in Eclipse
> 
> On XP try:
> 
>  netstat -a -o
> 
> --
> Paul J. Brzezinski
> Integration Engineering - GM
> EDS, an HP company
>  
>   Phone:+1-248-365-9615(8-355)
> P paul.brzezinski@hp.com
> 
> 
> -----Original Message-----
> From: ados1984@gmail.com [mailto:ados1984@gmail.com] 
> Sent: Monday, May 04, 2009 2:11 PM
> To: Tomcat Users List
> Subject: Re: Tomcat Configuration in Eclipse
> 
> I am using Windows XP and so netstat -ab will not work with it.
> 
> 
> 
> On Mon, May 4, 2009 at 12:08 PM, Martin Gainty <mg...@hotmail.com> wrote:
> 
> >
> > netstat -ab will display which binary or process (with pid) that is bound
> > to the port
> >
> > Martin
> > ______________________________________________
> > Disclaimer and Confidentiality/Verzicht und Vertraulichkeitanmerkung / Note
> > de déni et de confidentialité
> > This message is confidential. If you should not be the intended receiver,
> > then we ask politely to report. Each unauthorized forwarding or
> > manufacturing of a copy is inadmissible. This message serves only for the
> > exchange of information and has no legal binding effect. Due to the easy
> > manipulation of emails we cannot take responsibility over the the contents.
> > Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene
> > Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte
> > Weiterleitung oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht
> > dient lediglich dem Austausch von Informationen und entfaltet keine
> > rechtliche Bindungswirkung. Aufgrund der leichten Manipulierbarkeit von
> > E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen.
> > Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le
> > destinataire prévu, nous te demandons avec bonté que pour satisfaire
> > informez l'expéditeur. N'importe quelle diffusion non autorisée ou la copie
> > de ceci est interdite. Ce message sert à l'information seulement et n'aura
> > pas n'importe quel effet légalement obligatoire. Étant donné que les email
> > peuvent facilement être sujets à la manipulation, nous ne pouvons accepter
> > aucune responsabilité pour le contenu fourni.
> >
> >
> >
> >
> >
> >
> > > From: ados1984@gmail.com
> > > Date: Mon, 4 May 2009 11:54:55 -0600
> > > Subject: Re: Tomcat Configuration in Eclipse
> > > To: users@tomcat.apache.org
> > >
> > > Hello,
> > > With the help of Plugin Tomcat is being configured in Eclipse.
> > >
> > > But now when I am trying to run my jsp page on Tomcat server than it is
> > not
> > > running and am getting following message :
> > >
> > > "Several ports (8005, 8080, 8009) required by Tomcat v4.1 Server at
> > > localhost are already in use. The server may already be running in
> > another
> > > process, or a system process may be using the port. To start this server
> > you
> > > will need to stop the other process or change the port number(s)."
> > >
> > > I have stopped server and restarted again but still am getting same
> > message
> > > and so bit confused with what is happening.
> > >
> > > Thanks,
> > > Ados
> > >
> > >
> > > On Mon, May 4, 2009 at 11:12 AM, ados1984@gmail.com <ados1984@gmail.com
> > >wrote:
> > >
> > > > Thank you Sir,
> > > > My issue has been resolved. I really appreciate efforts that group
> > member's
> > > > are putting in to guide Tomcat Community.
> > > >
> > > > Regards,
> > > > Ados
> > > >
> > > >
> > > >
> > > >
> > > > On Mon, May 4, 2009 at 8:05 AM, Martin Gainty <mg...@hotmail.com>
> > wrote:
> > > >
> > > >>
> > > >> Please download and install tomcat sysdeo for eclipse plugin from
> > > >> http://www.eclipsetotale.com/tomcatPlugin.html
> > > >> and follow all the configuration instructions from
> > > >> readme.html
> > > >>
> > > >> Martin
> > > >> ______________________________________________
> > > >> Disclaimer and Confidentiality/Verzicht und Vertraulichkeitanmerkung /
> > > >> Note de déni et de confidentialité
> > > >> This message is confidential. If you should not be the intended
> > receiver,
> > > >> then we ask politely to report. Each unauthorized forwarding or
> > > >> manufacturing of a copy is inadmissible. This message serves only for
> > the
> > > >> exchange of information and has no legal binding effect. Due to the
> > easy
> > > >> manipulation of emails we cannot take responsibility over the the
> > contents.
> > > >> Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene
> > > >> Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede
> > unbefugte
> > > >> Weiterleitung oder Fertigung einer Kopie ist unzulaessig. Diese
> > Nachricht
> > > >> dient lediglich dem Austausch von Informationen und entfaltet keine
> > > >> rechtliche Bindungswirkung. Aufgrund der leichten Manipulierbarkeit
> > von
> > > >> E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen.
> > > >> Ce message est confidentiel et peut être privilégié. Si vous n'êtes
> > pas le
> > > >> destinataire prévu, nous te demandons avec bonté que pour satisfaire
> > > >> informez l'expéditeur. N'importe quelle diffusion non autorisée ou la
> > copie
> > > >> de ceci est interdite. Ce message sert à l'information seulement et
> > n'aura
> > > >> pas n'importe quel effet légalement obligatoire. Étant donné que les
> > email
> > > >> peuvent facilement être sujets à la manipulation, nous ne pouvons
> > accepter
> > > >> aucune responsabilité pour le contenu fourni.
> > > >>
> > > >>
> > > >>
> > > >>
> > > >>
> > > >>
> > > >> > From: ados1984@gmail.com
> > > >> > Date: Mon, 4 May 2009 07:17:17 -0600
> > > >> > Subject: Tomcat Configuration in Eclipse
> > > >> > To: users@tomcat.apache.org
> > > >> >
> > > >> > Hi,
> > > >> > I am trying to configure TOMCAT Webserver in Eclipse and am not able
> > to
> > > >> do
> > > >> > that. Guidance on the matter would be highly appreciated.
> > > >> >
> > > >> > Also, how can I access local jsp page which is on the WebApps folder
> > in
> > > >> > Webserver from Browser ?
> > > >> >
> > > >> > Thanks,
> > > >> > Ados
> > > >>
> > > >> _________________________________________________________________
> > > >> Hotmail® has ever-growing storage! Don't worry about storage limits.
> > > >>
> > > >>
> > http://windowslive.com/Tutorial/Hotmail/Storage?ocid=TXT_TAGLM_WL_HM_Tutorial_Storage1_052009
> > > >>
> > > >
> > > >
> >
> > _________________________________________________________________
> > Hotmail® goes with you.
> >
> > http://windowslive.com/Tutorial/Hotmail/Mobile?ocid=TXT_TAGLM_WL_HM_Tutorial_Mobile1_052009
> >
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org
> 

_________________________________________________________________
Windows Live™: Keep your life in sync.
http://windowslive.com/explore?ocid=TXT_TAGLM_BR_life_in_synch_052009

RE: Tomcat Configuration in Eclipse

Posted by "BRZEZINSKI, PAUL" <pa...@hp.com>.
On XP try:

 netstat -a -o

--
Paul J. Brzezinski
Integration Engineering - GM
EDS, an HP company
 
  Phone:+1-248-365-9615(8-355)
P paul.brzezinski@hp.com


-----Original Message-----
From: ados1984@gmail.com [mailto:ados1984@gmail.com] 
Sent: Monday, May 04, 2009 2:11 PM
To: Tomcat Users List
Subject: Re: Tomcat Configuration in Eclipse

I am using Windows XP and so netstat -ab will not work with it.



On Mon, May 4, 2009 at 12:08 PM, Martin Gainty <mg...@hotmail.com> wrote:

>
> netstat -ab will display which binary or process (with pid) that is bound
> to the port
>
> Martin
> ______________________________________________
> Disclaimer and Confidentiality/Verzicht und Vertraulichkeitanmerkung / Note
> de déni et de confidentialité
> This message is confidential. If you should not be the intended receiver,
> then we ask politely to report. Each unauthorized forwarding or
> manufacturing of a copy is inadmissible. This message serves only for the
> exchange of information and has no legal binding effect. Due to the easy
> manipulation of emails we cannot take responsibility over the the contents.
> Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene
> Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte
> Weiterleitung oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht
> dient lediglich dem Austausch von Informationen und entfaltet keine
> rechtliche Bindungswirkung. Aufgrund der leichten Manipulierbarkeit von
> E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen.
> Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le
> destinataire prévu, nous te demandons avec bonté que pour satisfaire
> informez l'expéditeur. N'importe quelle diffusion non autorisée ou la copie
> de ceci est interdite. Ce message sert à l'information seulement et n'aura
> pas n'importe quel effet légalement obligatoire. Étant donné que les email
> peuvent facilement être sujets à la manipulation, nous ne pouvons accepter
> aucune responsabilité pour le contenu fourni.
>
>
>
>
>
>
> > From: ados1984@gmail.com
> > Date: Mon, 4 May 2009 11:54:55 -0600
> > Subject: Re: Tomcat Configuration in Eclipse
> > To: users@tomcat.apache.org
> >
> > Hello,
> > With the help of Plugin Tomcat is being configured in Eclipse.
> >
> > But now when I am trying to run my jsp page on Tomcat server than it is
> not
> > running and am getting following message :
> >
> > "Several ports (8005, 8080, 8009) required by Tomcat v4.1 Server at
> > localhost are already in use. The server may already be running in
> another
> > process, or a system process may be using the port. To start this server
> you
> > will need to stop the other process or change the port number(s)."
> >
> > I have stopped server and restarted again but still am getting same
> message
> > and so bit confused with what is happening.
> >
> > Thanks,
> > Ados
> >
> >
> > On Mon, May 4, 2009 at 11:12 AM, ados1984@gmail.com <ados1984@gmail.com
> >wrote:
> >
> > > Thank you Sir,
> > > My issue has been resolved. I really appreciate efforts that group
> member's
> > > are putting in to guide Tomcat Community.
> > >
> > > Regards,
> > > Ados
> > >
> > >
> > >
> > >
> > > On Mon, May 4, 2009 at 8:05 AM, Martin Gainty <mg...@hotmail.com>
> wrote:
> > >
> > >>
> > >> Please download and install tomcat sysdeo for eclipse plugin from
> > >> http://www.eclipsetotale.com/tomcatPlugin.html
> > >> and follow all the configuration instructions from
> > >> readme.html
> > >>
> > >> Martin
> > >> ______________________________________________
> > >> Disclaimer and Confidentiality/Verzicht und Vertraulichkeitanmerkung /
> > >> Note de déni et de confidentialité
> > >> This message is confidential. If you should not be the intended
> receiver,
> > >> then we ask politely to report. Each unauthorized forwarding or
> > >> manufacturing of a copy is inadmissible. This message serves only for
> the
> > >> exchange of information and has no legal binding effect. Due to the
> easy
> > >> manipulation of emails we cannot take responsibility over the the
> contents.
> > >> Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene
> > >> Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede
> unbefugte
> > >> Weiterleitung oder Fertigung einer Kopie ist unzulaessig. Diese
> Nachricht
> > >> dient lediglich dem Austausch von Informationen und entfaltet keine
> > >> rechtliche Bindungswirkung. Aufgrund der leichten Manipulierbarkeit
> von
> > >> E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen.
> > >> Ce message est confidentiel et peut être privilégié. Si vous n'êtes
> pas le
> > >> destinataire prévu, nous te demandons avec bonté que pour satisfaire
> > >> informez l'expéditeur. N'importe quelle diffusion non autorisée ou la
> copie
> > >> de ceci est interdite. Ce message sert à l'information seulement et
> n'aura
> > >> pas n'importe quel effet légalement obligatoire. Étant donné que les
> email
> > >> peuvent facilement être sujets à la manipulation, nous ne pouvons
> accepter
> > >> aucune responsabilité pour le contenu fourni.
> > >>
> > >>
> > >>
> > >>
> > >>
> > >>
> > >> > From: ados1984@gmail.com
> > >> > Date: Mon, 4 May 2009 07:17:17 -0600
> > >> > Subject: Tomcat Configuration in Eclipse
> > >> > To: users@tomcat.apache.org
> > >> >
> > >> > Hi,
> > >> > I am trying to configure TOMCAT Webserver in Eclipse and am not able
> to
> > >> do
> > >> > that. Guidance on the matter would be highly appreciated.
> > >> >
> > >> > Also, how can I access local jsp page which is on the WebApps folder
> in
> > >> > Webserver from Browser ?
> > >> >
> > >> > Thanks,
> > >> > Ados
> > >>
> > >> _________________________________________________________________
> > >> Hotmail® has ever-growing storage! Don't worry about storage limits.
> > >>
> > >>
> http://windowslive.com/Tutorial/Hotmail/Storage?ocid=TXT_TAGLM_WL_HM_Tutorial_Storage1_052009
> > >>
> > >
> > >
>
> _________________________________________________________________
> Hotmail® goes with you.
>
> http://windowslive.com/Tutorial/Hotmail/Mobile?ocid=TXT_TAGLM_WL_HM_Tutorial_Mobile1_052009
>

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


Re: Tomcat Configuration in Eclipse

Posted by "ados1984@gmail.com" <ad...@gmail.com>.
I am using Windows XP and so netstat -ab will not work with it.



On Mon, May 4, 2009 at 12:08 PM, Martin Gainty <mg...@hotmail.com> wrote:

>
> netstat -ab will display which binary or process (with pid) that is bound
> to the port
>
> Martin
> ______________________________________________
> Disclaimer and Confidentiality/Verzicht und Vertraulichkeitanmerkung / Note
> de déni et de confidentialité
> This message is confidential. If you should not be the intended receiver,
> then we ask politely to report. Each unauthorized forwarding or
> manufacturing of a copy is inadmissible. This message serves only for the
> exchange of information and has no legal binding effect. Due to the easy
> manipulation of emails we cannot take responsibility over the the contents.
> Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene
> Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte
> Weiterleitung oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht
> dient lediglich dem Austausch von Informationen und entfaltet keine
> rechtliche Bindungswirkung. Aufgrund der leichten Manipulierbarkeit von
> E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen.
> Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le
> destinataire prévu, nous te demandons avec bonté que pour satisfaire
> informez l'expéditeur. N'importe quelle diffusion non autorisée ou la copie
> de ceci est interdite. Ce message sert à l'information seulement et n'aura
> pas n'importe quel effet légalement obligatoire. Étant donné que les email
> peuvent facilement être sujets à la manipulation, nous ne pouvons accepter
> aucune responsabilité pour le contenu fourni.
>
>
>
>
>
>
> > From: ados1984@gmail.com
> > Date: Mon, 4 May 2009 11:54:55 -0600
> > Subject: Re: Tomcat Configuration in Eclipse
> > To: users@tomcat.apache.org
> >
> > Hello,
> > With the help of Plugin Tomcat is being configured in Eclipse.
> >
> > But now when I am trying to run my jsp page on Tomcat server than it is
> not
> > running and am getting following message :
> >
> > "Several ports (8005, 8080, 8009) required by Tomcat v4.1 Server at
> > localhost are already in use. The server may already be running in
> another
> > process, or a system process may be using the port. To start this server
> you
> > will need to stop the other process or change the port number(s)."
> >
> > I have stopped server and restarted again but still am getting same
> message
> > and so bit confused with what is happening.
> >
> > Thanks,
> > Ados
> >
> >
> > On Mon, May 4, 2009 at 11:12 AM, ados1984@gmail.com <ados1984@gmail.com
> >wrote:
> >
> > > Thank you Sir,
> > > My issue has been resolved. I really appreciate efforts that group
> member's
> > > are putting in to guide Tomcat Community.
> > >
> > > Regards,
> > > Ados
> > >
> > >
> > >
> > >
> > > On Mon, May 4, 2009 at 8:05 AM, Martin Gainty <mg...@hotmail.com>
> wrote:
> > >
> > >>
> > >> Please download and install tomcat sysdeo for eclipse plugin from
> > >> http://www.eclipsetotale.com/tomcatPlugin.html
> > >> and follow all the configuration instructions from
> > >> readme.html
> > >>
> > >> Martin
> > >> ______________________________________________
> > >> Disclaimer and Confidentiality/Verzicht und Vertraulichkeitanmerkung /
> > >> Note de déni et de confidentialité
> > >> This message is confidential. If you should not be the intended
> receiver,
> > >> then we ask politely to report. Each unauthorized forwarding or
> > >> manufacturing of a copy is inadmissible. This message serves only for
> the
> > >> exchange of information and has no legal binding effect. Due to the
> easy
> > >> manipulation of emails we cannot take responsibility over the the
> contents.
> > >> Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene
> > >> Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede
> unbefugte
> > >> Weiterleitung oder Fertigung einer Kopie ist unzulaessig. Diese
> Nachricht
> > >> dient lediglich dem Austausch von Informationen und entfaltet keine
> > >> rechtliche Bindungswirkung. Aufgrund der leichten Manipulierbarkeit
> von
> > >> E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen.
> > >> Ce message est confidentiel et peut être privilégié. Si vous n'êtes
> pas le
> > >> destinataire prévu, nous te demandons avec bonté que pour satisfaire
> > >> informez l'expéditeur. N'importe quelle diffusion non autorisée ou la
> copie
> > >> de ceci est interdite. Ce message sert à l'information seulement et
> n'aura
> > >> pas n'importe quel effet légalement obligatoire. Étant donné que les
> email
> > >> peuvent facilement être sujets à la manipulation, nous ne pouvons
> accepter
> > >> aucune responsabilité pour le contenu fourni.
> > >>
> > >>
> > >>
> > >>
> > >>
> > >>
> > >> > From: ados1984@gmail.com
> > >> > Date: Mon, 4 May 2009 07:17:17 -0600
> > >> > Subject: Tomcat Configuration in Eclipse
> > >> > To: users@tomcat.apache.org
> > >> >
> > >> > Hi,
> > >> > I am trying to configure TOMCAT Webserver in Eclipse and am not able
> to
> > >> do
> > >> > that. Guidance on the matter would be highly appreciated.
> > >> >
> > >> > Also, how can I access local jsp page which is on the WebApps folder
> in
> > >> > Webserver from Browser ?
> > >> >
> > >> > Thanks,
> > >> > Ados
> > >>
> > >> _________________________________________________________________
> > >> Hotmail® has ever-growing storage! Don’t worry about storage limits.
> > >>
> > >>
> http://windowslive.com/Tutorial/Hotmail/Storage?ocid=TXT_TAGLM_WL_HM_Tutorial_Storage1_052009
> > >>
> > >
> > >
>
> _________________________________________________________________
> Hotmail® goes with you.
>
> http://windowslive.com/Tutorial/Hotmail/Mobile?ocid=TXT_TAGLM_WL_HM_Tutorial_Mobile1_052009
>

RE: Tomcat Configuration in Eclipse

Posted by Martin Gainty <mg...@hotmail.com>.
netstat -ab will display which binary or process (with pid) that is bound to the port

Martin 
______________________________________________ 
Disclaimer and Confidentiality/Verzicht und Vertraulichkeitanmerkung / Note de déni et de confidentialité 
This message is confidential. If you should not be the intended receiver, then we ask politely to report. Each unauthorized forwarding or manufacturing of a copy is inadmissible. This message serves only for the exchange of information and has no legal binding effect. Due to the easy manipulation of emails we cannot take responsibility over the the contents.
Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht dient lediglich dem Austausch von Informationen und entfaltet keine rechtliche Bindungswirkung. Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen.
Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le destinataire prévu, nous te demandons avec bonté que pour satisfaire informez l'expéditeur. N'importe quelle diffusion non autorisée ou la copie de ceci est interdite. Ce message sert à l'information seulement et n'aura pas n'importe quel effet légalement obligatoire. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni.






> From: ados1984@gmail.com
> Date: Mon, 4 May 2009 11:54:55 -0600
> Subject: Re: Tomcat Configuration in Eclipse
> To: users@tomcat.apache.org
> 
> Hello,
> With the help of Plugin Tomcat is being configured in Eclipse.
> 
> But now when I am trying to run my jsp page on Tomcat server than it is not
> running and am getting following message :
> 
> "Several ports (8005, 8080, 8009) required by Tomcat v4.1 Server at
> localhost are already in use. The server may already be running in another
> process, or a system process may be using the port. To start this server you
> will need to stop the other process or change the port number(s)."
> 
> I have stopped server and restarted again but still am getting same message
> and so bit confused with what is happening.
> 
> Thanks,
> Ados
> 
> 
> On Mon, May 4, 2009 at 11:12 AM, ados1984@gmail.com <ad...@gmail.com>wrote:
> 
> > Thank you Sir,
> > My issue has been resolved. I really appreciate efforts that group member's
> > are putting in to guide Tomcat Community.
> >
> > Regards,
> > Ados
> >
> >
> >
> >
> > On Mon, May 4, 2009 at 8:05 AM, Martin Gainty <mg...@hotmail.com> wrote:
> >
> >>
> >> Please download and install tomcat sysdeo for eclipse plugin from
> >> http://www.eclipsetotale.com/tomcatPlugin.html
> >> and follow all the configuration instructions from
> >> readme.html
> >>
> >> Martin
> >> ______________________________________________
> >> Disclaimer and Confidentiality/Verzicht und Vertraulichkeitanmerkung /
> >> Note de déni et de confidentialité
> >> This message is confidential. If you should not be the intended receiver,
> >> then we ask politely to report. Each unauthorized forwarding or
> >> manufacturing of a copy is inadmissible. This message serves only for the
> >> exchange of information and has no legal binding effect. Due to the easy
> >> manipulation of emails we cannot take responsibility over the the contents.
> >> Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene
> >> Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte
> >> Weiterleitung oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht
> >> dient lediglich dem Austausch von Informationen und entfaltet keine
> >> rechtliche Bindungswirkung. Aufgrund der leichten Manipulierbarkeit von
> >> E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen.
> >> Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le
> >> destinataire prévu, nous te demandons avec bonté que pour satisfaire
> >> informez l'expéditeur. N'importe quelle diffusion non autorisée ou la copie
> >> de ceci est interdite. Ce message sert à l'information seulement et n'aura
> >> pas n'importe quel effet légalement obligatoire. Étant donné que les email
> >> peuvent facilement être sujets à la manipulation, nous ne pouvons accepter
> >> aucune responsabilité pour le contenu fourni.
> >>
> >>
> >>
> >>
> >>
> >>
> >> > From: ados1984@gmail.com
> >> > Date: Mon, 4 May 2009 07:17:17 -0600
> >> > Subject: Tomcat Configuration in Eclipse
> >> > To: users@tomcat.apache.org
> >> >
> >> > Hi,
> >> > I am trying to configure TOMCAT Webserver in Eclipse and am not able to
> >> do
> >> > that. Guidance on the matter would be highly appreciated.
> >> >
> >> > Also, how can I access local jsp page which is on the WebApps folder in
> >> > Webserver from Browser ?
> >> >
> >> > Thanks,
> >> > Ados
> >>
> >> _________________________________________________________________
> >> Hotmail® has ever-growing storage! Don’t worry about storage limits.
> >>
> >> http://windowslive.com/Tutorial/Hotmail/Storage?ocid=TXT_TAGLM_WL_HM_Tutorial_Storage1_052009
> >>
> >
> >

_________________________________________________________________
Hotmail® goes with you. 
http://windowslive.com/Tutorial/Hotmail/Mobile?ocid=TXT_TAGLM_WL_HM_Tutorial_Mobile1_052009

Re: Tomcat Configuration in Eclipse

Posted by "ados1984@gmail.com" <ad...@gmail.com>.
Hello,
With the help of Plugin Tomcat is being configured in Eclipse.

But now when I am trying to run my jsp page on Tomcat server than it is not
running and am getting following message :

"Several ports (8005, 8080, 8009) required by Tomcat v4.1 Server at
localhost are already in use. The server may already be running in another
process, or a system process may be using the port. To start this server you
will need to stop the other process or change the port number(s)."

I have stopped server and restarted again but still am getting same message
and so bit confused with what is happening.

Thanks,
Ados


On Mon, May 4, 2009 at 11:12 AM, ados1984@gmail.com <ad...@gmail.com>wrote:

> Thank you Sir,
> My issue has been resolved. I really appreciate efforts that group member's
> are putting in to guide Tomcat Community.
>
> Regards,
> Ados
>
>
>
>
> On Mon, May 4, 2009 at 8:05 AM, Martin Gainty <mg...@hotmail.com> wrote:
>
>>
>> Please download and install tomcat sysdeo for eclipse plugin from
>> http://www.eclipsetotale.com/tomcatPlugin.html
>> and follow all the configuration instructions from
>> readme.html
>>
>> Martin
>> ______________________________________________
>> Disclaimer and Confidentiality/Verzicht und Vertraulichkeitanmerkung /
>> Note de déni et de confidentialité
>> This message is confidential. If you should not be the intended receiver,
>> then we ask politely to report. Each unauthorized forwarding or
>> manufacturing of a copy is inadmissible. This message serves only for the
>> exchange of information and has no legal binding effect. Due to the easy
>> manipulation of emails we cannot take responsibility over the the contents.
>> Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene
>> Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte
>> Weiterleitung oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht
>> dient lediglich dem Austausch von Informationen und entfaltet keine
>> rechtliche Bindungswirkung. Aufgrund der leichten Manipulierbarkeit von
>> E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen.
>> Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le
>> destinataire prévu, nous te demandons avec bonté que pour satisfaire
>> informez l'expéditeur. N'importe quelle diffusion non autorisée ou la copie
>> de ceci est interdite. Ce message sert à l'information seulement et n'aura
>> pas n'importe quel effet légalement obligatoire. Étant donné que les email
>> peuvent facilement être sujets à la manipulation, nous ne pouvons accepter
>> aucune responsabilité pour le contenu fourni.
>>
>>
>>
>>
>>
>>
>> > From: ados1984@gmail.com
>> > Date: Mon, 4 May 2009 07:17:17 -0600
>> > Subject: Tomcat Configuration in Eclipse
>> > To: users@tomcat.apache.org
>> >
>> > Hi,
>> > I am trying to configure TOMCAT Webserver in Eclipse and am not able to
>> do
>> > that. Guidance on the matter would be highly appreciated.
>> >
>> > Also, how can I access local jsp page which is on the WebApps folder in
>> > Webserver from Browser ?
>> >
>> > Thanks,
>> > Ados
>>
>> _________________________________________________________________
>> Hotmail® has ever-growing storage! Don’t worry about storage limits.
>>
>> http://windowslive.com/Tutorial/Hotmail/Storage?ocid=TXT_TAGLM_WL_HM_Tutorial_Storage1_052009
>>
>
>

Re: Tomcat Configuration in Eclipse

Posted by "ados1984@gmail.com" <ad...@gmail.com>.
Thank you Sir,
My issue has been resolved. I really appreciate efforts that group member's
are putting in to guide Tomcat Community.

Regards,
Ados



On Mon, May 4, 2009 at 8:05 AM, Martin Gainty <mg...@hotmail.com> wrote:

>
> Please download and install tomcat sysdeo for eclipse plugin from
> http://www.eclipsetotale.com/tomcatPlugin.html
> and follow all the configuration instructions from
> readme.html
>
> Martin
> ______________________________________________
> Disclaimer and Confidentiality/Verzicht und Vertraulichkeitanmerkung / Note
> de déni et de confidentialité
> This message is confidential. If you should not be the intended receiver,
> then we ask politely to report. Each unauthorized forwarding or
> manufacturing of a copy is inadmissible. This message serves only for the
> exchange of information and has no legal binding effect. Due to the easy
> manipulation of emails we cannot take responsibility over the the contents.
> Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene
> Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte
> Weiterleitung oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht
> dient lediglich dem Austausch von Informationen und entfaltet keine
> rechtliche Bindungswirkung. Aufgrund der leichten Manipulierbarkeit von
> E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen.
> Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le
> destinataire prévu, nous te demandons avec bonté que pour satisfaire
> informez l'expéditeur. N'importe quelle diffusion non autorisée ou la copie
> de ceci est interdite. Ce message sert à l'information seulement et n'aura
> pas n'importe quel effet légalement obligatoire. Étant donné que les email
> peuvent facilement être sujets à la manipulation, nous ne pouvons accepter
> aucune responsabilité pour le contenu fourni.
>
>
>
>
>
>
> > From: ados1984@gmail.com
> > Date: Mon, 4 May 2009 07:17:17 -0600
> > Subject: Tomcat Configuration in Eclipse
> > To: users@tomcat.apache.org
> >
> > Hi,
> > I am trying to configure TOMCAT Webserver in Eclipse and am not able to
> do
> > that. Guidance on the matter would be highly appreciated.
> >
> > Also, how can I access local jsp page which is on the WebApps folder in
> > Webserver from Browser ?
> >
> > Thanks,
> > Ados
>
> _________________________________________________________________
> Hotmail® has ever-growing storage! Don’t worry about storage limits.
>
> http://windowslive.com/Tutorial/Hotmail/Storage?ocid=TXT_TAGLM_WL_HM_Tutorial_Storage1_052009
>

RE: Tomcat Configuration in Eclipse

Posted by Martin Gainty <mg...@hotmail.com>.
Please download and install tomcat sysdeo for eclipse plugin from 
http://www.eclipsetotale.com/tomcatPlugin.html
and follow all the configuration instructions from 
readme.html

Martin 
______________________________________________ 
Disclaimer and Confidentiality/Verzicht und Vertraulichkeitanmerkung / Note de déni et de confidentialité 
This message is confidential. If you should not be the intended receiver, then we ask politely to report. Each unauthorized forwarding or manufacturing of a copy is inadmissible. This message serves only for the exchange of information and has no legal binding effect. Due to the easy manipulation of emails we cannot take responsibility over the the contents.
Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht dient lediglich dem Austausch von Informationen und entfaltet keine rechtliche Bindungswirkung. Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen.
Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le destinataire prévu, nous te demandons avec bonté que pour satisfaire informez l'expéditeur. N'importe quelle diffusion non autorisée ou la copie de ceci est interdite. Ce message sert à l'information seulement et n'aura pas n'importe quel effet légalement obligatoire. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni.






> From: ados1984@gmail.com
> Date: Mon, 4 May 2009 07:17:17 -0600
> Subject: Tomcat Configuration in Eclipse
> To: users@tomcat.apache.org
> 
> Hi,
> I am trying to configure TOMCAT Webserver in Eclipse and am not able to do
> that. Guidance on the matter would be highly appreciated.
> 
> Also, how can I access local jsp page which is on the WebApps folder in
> Webserver from Browser ?
> 
> Thanks,
> Ados

_________________________________________________________________
Hotmail® has ever-growing storage! Don’t worry about storage limits.
http://windowslive.com/Tutorial/Hotmail/Storage?ocid=TXT_TAGLM_WL_HM_Tutorial_Storage1_052009