Re: access to Manager

2011-05-28 Thread abdelghni belfkih
c'est quoi la version text ? car, je connais juste comment lui acceder
via un navigateur.
Si vous pouvez expliquer d'avantage, merci.

On 5/28/11, Francis GALIEGUE  wrote:
> On Sat, May 28, 2011 at 00:27, abdelghni belfkih 
> wrote:
>> hi guys,
>>
>> I can't access to the manager/html cuz i don't know how create a user
>> login.
>>
>> Plz help me.
>>
>
> [c'est dans la doc de base]
>
> This is in the base documentation of Tomcat. And anyway, I strongly
> recommend AGAINST the HTML version of it. Why? It requires a Web
> browser for input.
>
> Try the text version instead. Everything is documented.
>
> --
> Francis Galiegue
> ONE2TEAM
> Ingénieur système
> Mob : +33 (0) 683 877 875
> Tel : +33 (0) 178 945 552
> f...@one2team.com
> 40 avenue Raymond Poincaré
> 75116 Paris
>
> -
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>
>


-- 
Élève Ingénieur en TIC
Option : *Informatique, Réseaux et Systèmes*
Institut National des Postes et Télécommunication
Mobile : +212672673731
E-mail : blfkih.i...@gmail.com

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



access to Manager

2011-05-27 Thread abdelghni belfkih
hi guys,

I can't access to the manager/html cuz i don't know how create a user login.

Plz help me.


-- 
Élève Ingénieur en TIC
Option : *Informatique, Réseaux et Systèmes*
Institut National des Postes et Télécommunication
Mobile : +212672673731
E-mail : blfkih.i...@gmail.com


Re: Hosting a website

2011-05-25 Thread abdelghni belfkih
And to give more information, the website is the OpenGTS project if you knew
it. It's an open source tracking GPS application.

On Thu, May 26, 2011 at 1:10 AM, abdelghni belfkih
wrote:

> I just don't know what to say or how to thank u André.
> But i should say it;thank you so much for the attention u showed for this
> matter and the time u spent to write the email.
>
> I do agreed with u that I didn't make myself clear so that people could
> help me easily. However, my problem is that I'm new to hosting websites and
> i don't know the basics, and what's the provider's responsibility in this
> case.
>
> I will search and get more information about this issue. And, then if i
> have any question or i need help i will ask you that.
>
> Tks again brave man and keep in touch :)
>
>
>
>
>
> On Wed, May 25, 2011 at 11:26 PM, André Warnier  wrote:
>
>> abdelghni belfkih wrote:
>>
>>> First, I assure you that tomcat is already installed in that server,
>>> because
>>> i have seen the default page which shows that tomcat is successfully
>>> installed and works.
>>>
>>
>> Good to know.  We did not know that before, or did we ?
>>
>>
>>  But, my issue isn't with tomcat itself but with transferring a website
>>> from
>>> a local server ( Ubuntu 10.10) to a distant and a payable server via
>>> DirectAdmin.
>>>
>>>  What do you mean by "website" ? "www.google.fr" is a website, composed
>> of many applications and running on several hundred or thousands of physical
>> hosts.
>>
>>
>>  Anyway i don't want to bother you with that problem since i have been
>>> told
>>> that it dosn't concern this mailing list.
>>>
>>>
>> abdelghni,
>> setting up Tomcat or a website or a web application is not poetry or
>> politics.
>> It is one of these dry technical matters which needs precise information,
>> and you cannot expect helpful answers if you do not provide this information
>> first.
>>
>> It is not that your problem does not /concern/ this mailing list, or that
>> people here would not want to help you.
>> The issue is that people on this list have no knowledge of that remote
>> server, or of this "DirectAdmin" of which you are talking, and thus cannot
>> help you with that particular aspect. (We don't know if it provides a
>> console, if it provides for file transfer, if you can use it to stop/start
>> Tomcat or change its configuration etc..)
>>
>> It is also that the expression "transfer a website" is not very clear.
>> Are you talking about one web application (or webapp or context), or about
>> a whole webserver "host" containing multiple web applications ?
>>
>> The point is, you have not asked your question in a way such that people
>> here would know if they can help or not, or how.
>>
>> Let me give you an example of a very simple case :
>>
>> - IF you have read the on-line Tomcat documentation
>> - IF the remote server has Tomcat installed, and the versions of Java and
>> Tomcat on your local server and remote server are relatively similar to one
>> another
>> - IF the remote Tomcat server has the Tomcat Manager application installed
>> and running, and accessible from your current location
>> - IF you know the user-id and password to access the Manager application
>> - IF what you must transfer is a single web application
>> - and IF that web application is already packaged as one single "war" file
>> (a special kind of zip file containing the whole web application)
>>
>> THEN
>> - you could install that web application on the remote server using simply
>> a browser :
>>  - call up the Manager application on the remote server
>> (http://remoteserver.company.com:port/manager/html)
>>  - on that page, there is a section "WAR file to deploy", that you can use
>> to upload
>>your web application ".war" file, and deploy it right away.
>>
>> and you would not even need to use this "DirectAdmin" at all.
>>
>> But you did not tell us any of that, and just asked us about DirectAdmin.
>>
>> If you are not in the simple case above, then moving one or more
>> applications from server1 to server2 will probably be more complicated, and
>> 1) will most probably involve copying files from the one to the other. So
>> you should find out (from your ISP support people, or from some
>> "DirectAdmin" support

Re: Hosting a website

2011-05-25 Thread abdelghni belfkih
I just don't know what to say or how to thank u André.
But i should say it;thank you so much for the attention u showed for this
matter and the time u spent to write the email.

I do agreed with u that I didn't make myself clear so that people could help
me easily. However, my problem is that I'm new to hosting websites and i
don't know the basics, and what's the provider's responsibility in this
case.

I will search and get more information about this issue. And, then if i have
any question or i need help i will ask you that.

Tks again brave man and keep in touch :)





On Wed, May 25, 2011 at 11:26 PM, André Warnier  wrote:

> abdelghni belfkih wrote:
>
>> First, I assure you that tomcat is already installed in that server,
>> because
>> i have seen the default page which shows that tomcat is successfully
>> installed and works.
>>
>
> Good to know.  We did not know that before, or did we ?
>
>
>  But, my issue isn't with tomcat itself but with transferring a website
>> from
>> a local server ( Ubuntu 10.10) to a distant and a payable server via
>> DirectAdmin.
>>
>>  What do you mean by "website" ? "www.google.fr" is a website, composed
> of many applications and running on several hundred or thousands of physical
> hosts.
>
>
>  Anyway i don't want to bother you with that problem since i have been told
>> that it dosn't concern this mailing list.
>>
>>
> abdelghni,
> setting up Tomcat or a website or a web application is not poetry or
> politics.
> It is one of these dry technical matters which needs precise information,
> and you cannot expect helpful answers if you do not provide this information
> first.
>
> It is not that your problem does not /concern/ this mailing list, or that
> people here would not want to help you.
> The issue is that people on this list have no knowledge of that remote
> server, or of this "DirectAdmin" of which you are talking, and thus cannot
> help you with that particular aspect. (We don't know if it provides a
> console, if it provides for file transfer, if you can use it to stop/start
> Tomcat or change its configuration etc..)
>
> It is also that the expression "transfer a website" is not very clear.
> Are you talking about one web application (or webapp or context), or about
> a whole webserver "host" containing multiple web applications ?
>
> The point is, you have not asked your question in a way such that people
> here would know if they can help or not, or how.
>
> Let me give you an example of a very simple case :
>
> - IF you have read the on-line Tomcat documentation
> - IF the remote server has Tomcat installed, and the versions of Java and
> Tomcat on your local server and remote server are relatively similar to one
> another
> - IF the remote Tomcat server has the Tomcat Manager application installed
> and running, and accessible from your current location
> - IF you know the user-id and password to access the Manager application
> - IF what you must transfer is a single web application
> - and IF that web application is already packaged as one single "war" file
> (a special kind of zip file containing the whole web application)
>
> THEN
> - you could install that web application on the remote server using simply
> a browser :
>  - call up the Manager application on the remote server
> (http://remoteserver.company.com:port/manager/html)
>  - on that page, there is a section "WAR file to deploy", that you can use
> to upload
>your web application ".war" file, and deploy it right away.
>
> and you would not even need to use this "DirectAdmin" at all.
>
> But you did not tell us any of that, and just asked us about DirectAdmin.
>
> If you are not in the simple case above, then moving one or more
> applications from server1 to server2 will probably be more complicated, and
> 1) will most probably involve copying files from the one to the other. So
> you should find out (from your ISP support people, or from some
> "DirectAdmin" support people) how this works
> 2) may involve editing/changing some Tomcat configuration files on the
> remote server, so you should also find out how to do that.
> 3) will probably involve restarting Tomcat on the remote server, so you
> should also find out how to do that
> 4) if the versions of Java and/or Tomcat and/or the O.S. are different
> between your local machine and the remote server, then there may be more
> things to change. So you should also find that out.
>
>
>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>
>


-- 
Élève Ingénieur en TIC
Option : *Informatique, Réseaux et Systèmes*
Institut National des Postes et Télécommunication
Mobile : +212672673731
E-mail : blfkih.i...@gmail.com


Re: Hosting a website

2011-05-25 Thread abdelghni belfkih
First, I assure you that tomcat is already installed in that server, because
i have seen the default page which shows that tomcat is successfully
installed and works.
But, my issue isn't with tomcat itself but with transferring a website from
a local server ( Ubuntu 10.10) to a distant and a payable server via
DirectAdmin.

Anyway i don't want to bother you with that problem since i have been told
that it dosn't concern this mailing list.

Thanks body

On Wed, May 25, 2011 at 8:16 PM, André Warnier  wrote:

> abdelghni belfkih wrote:
>
>> tks Peter for ur help and sorry if this wasn't a tomcat issue.
>>
>
> At this point and with the information you have provided so far, it is not
> even clear that the host you are talking about even has a Tomcat installed
> on it.
> You might want to check that first.
>
> And if/when it does, and you have questions related to Tomcat, then I
> suggest that you provide the following information with your next question :
> - the operating system and version
> - the exact version of Java
> - the exact version of Tomcat
> - and where from this Tomcat came
> That will save time for everyone, mostly for you.
>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>
>


-- 
Élève Ingénieur en TIC
Option : *Informatique, Réseaux et Systèmes*
Institut National des Postes et Télécommunication
Mobile : +212672673731
E-mail : blfkih.i...@gmail.com


Re: Hosting a website

2011-05-25 Thread abdelghni belfkih
tks Peter for ur help and sorry if this wasn't a tomcat issue.

On Wed, May 25, 2011 at 4:14 PM, Peter Miklosko wrote:

> Off topic: DirectAdmin http://www.directadmin.com/ is like cPanel which is
> web hosting control panel system
>
> @abdelghni belfkih check DirectAdmin FTP Menu. If your hosting provider is
> any good you should have there default FTP
> user account that you can use it to upload your application. Nevertheless
> check hosting company guidelines for application deployment.
> If there are none then you need to contact your hosting company (at this
> point I would already consider to move to different provider)
>
>
> Peter
>
> On 25 May 2011 15:10, David kerber  wrote:
>
> > On 5/25/2011 10:01 AM, abdelghni belfkih wrote:
> >
> >> ah ok, i thought he meant support guys here
> >>
> >
> > You already have contacted them, by posting here...
> >
> > What is DirectAdmin, btw?
> >
> >
> >
> >
> >
> >> On Wed, May 25, 2011 at 2:32 PM, David kerber
> >>  wrote:
> >>
> >>  On 5/25/2011 9:13 AM, abdelghni belfkih wrote:
> >>>
> >>>  tks Mikolaj, so plz give me their mail :)
> >>>>
> >>>>
> >>> I believe he meant the support guys at your hosting service!
> >>>
> >>>
> >>>
> >>>
> >>>  On Wed, May 25, 2011 at 2:10 PM, abdelghni belfkih
> >>>> wrote:
> >>>>
> >>>>  i have a track.war and i deploy it in my local tomcat server. but to
> do
> >>>>
> >>>>> it
> >>>>> via DirectAdmin for the distant sever that's the problem
> >>>>>
> >>>>>
> >>>>> On Wed, May 25, 2011 at 1:56 PM, Mikolaj Rydzewski
> >>>>> wrote:
> >>>>>
> >>>>>  On Wed, 25 May 2011 12:52:48 +, abdelghni belfkih wrote:
> >>>>>
> >>>>>>
> >>>>>>  yeah thats what I think I should do. But, how can i deploy my .rar
> >>>>>>
> >>>>>>> since
> >>>>>>> I connect to the distant server via DirectAdmin?
> >>>>>>>
> >>>>>>>
> >>>>>>>  Ask support guys?
> >>>>>>
> >>>>>> --
> >>>>>> Mikolaj Rydzewski
> >>>>>>
> >>>>>
> >
> > -
> > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> > For additional commands, e-mail: users-h...@tomcat.apache.org
> >
> >
>



-- 
Élève Ingénieur en TIC
Option : *Informatique, Réseaux et Systèmes*
Institut National des Postes et Télécommunication
Mobile : +212672673731
E-mail : blfkih.i...@gmail.com


JSP hosting

2011-05-25 Thread abdelghni belfkih
Hi everybody,

I want to host a JSP website. the control panel used by the provider is
DirectAdmin. I have access to my account there but since I'm new to hosting
website i need help in this matter. Can someone send me a good tuto about
this, or show me what to do?

Tks in advance :)

-- 
Élève Ingénieur en TIC
Option : *Informatique, Réseaux et Systèmes*
Institut National des Postes et Télécommunication
Mobile : +212672673731
E-mail : blfkih.i...@gmail.com


Re: Hosting a website

2011-05-25 Thread abdelghni belfkih
tks for the clarification

On Wed, May 25, 2011 at 3:16 PM, David kerber  wrote:

> On 5/25/2011 10:13 AM, abdelghni belfkih wrote:
>
>> yeah  thats right!!!
>>
>> but still dont get the right solution to my problem :(
>>
>
> This doesn't appear to be a tomcat issue, but rather one that your hosting
> company will have to answer.  If they don't provide the tomcat manager app,
> then they must have some other mechanism for you to install your
> applications, and nobody here will know about that.
>
>
>
>
>> On Wed, May 25, 2011 at 3:10 PM, David kerber
>>  wrote:
>>
>>  On 5/25/2011 10:01 AM, abdelghni belfkih wrote:
>>>
>>>  ah ok, i thought he meant support guys here
>>>>
>>>>
>>> You already have contacted them, by posting here...
>>>
>>> What is DirectAdmin, btw?
>>>
>>>
>>>
>>>
>>>
>>>  On Wed, May 25, 2011 at 2:32 PM, David kerber
>>>>  wrote:
>>>>
>>>>  On 5/25/2011 9:13 AM, abdelghni belfkih wrote:
>>>>
>>>>>
>>>>>  tks Mikolaj, so plz give me their mail :)
>>>>>
>>>>>>
>>>>>>
>>>>>>  I believe he meant the support guys at your hosting service!
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>  On Wed, May 25, 2011 at 2:10 PM, abdelghni belfkih
>>>>>
>>>>>> wrote:
>>>>>>
>>>>>>  i have a track.war and i deploy it in my local tomcat server. but to
>>>>>> do
>>>>>>
>>>>>>  it
>>>>>>> via DirectAdmin for the distant sever that's the problem
>>>>>>>
>>>>>>>
>>>>>>> On Wed, May 25, 2011 at 1:56 PM, Mikolaj Rydzewski
>>>>>>> wrote:
>>>>>>>
>>>>>>>  On Wed, 25 May 2011 12:52:48 +, abdelghni belfkih wrote:
>>>>>>>
>>>>>>>
>>>>>>>>  yeah thats what I think I should do. But, how can i deploy my .rar
>>>>>>>>
>>>>>>>>  since
>>>>>>>>> I connect to the distant server via DirectAdmin?
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>  Ask support guys?
>>>>>>>>>
>>>>>>>>
>>>>>>>> --
>>>>>>>> Mikolaj Rydzewski
>>>>>>>>
>>>>>>>>
>>>>>>>
>>> -
>>> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
>>> For additional commands, e-mail: users-h...@tomcat.apache.org
>>>
>>>
>>>
>>
>>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>
>


-- 
Élève Ingénieur en TIC
Option : *Informatique, Réseaux et Systèmes*
Institut National des Postes et Télécommunication
Mobile : +212672673731
E-mail : blfkih.i...@gmail.com


Re: Hosting a website

2011-05-25 Thread abdelghni belfkih
yeah  thats right!!!

but still dont get the right solution to my problem :(

On Wed, May 25, 2011 at 3:10 PM, David kerber  wrote:

> On 5/25/2011 10:01 AM, abdelghni belfkih wrote:
>
>> ah ok, i thought he meant support guys here
>>
>
> You already have contacted them, by posting here...
>
> What is DirectAdmin, btw?
>
>
>
>
>
>> On Wed, May 25, 2011 at 2:32 PM, David kerber
>>  wrote:
>>
>>  On 5/25/2011 9:13 AM, abdelghni belfkih wrote:
>>>
>>>  tks Mikolaj, so plz give me their mail :)
>>>>
>>>>
>>> I believe he meant the support guys at your hosting service!
>>>
>>>
>>>
>>>
>>>  On Wed, May 25, 2011 at 2:10 PM, abdelghni belfkih
>>>> wrote:
>>>>
>>>>  i have a track.war and i deploy it in my local tomcat server. but to do
>>>>
>>>>> it
>>>>> via DirectAdmin for the distant sever that's the problem
>>>>>
>>>>>
>>>>> On Wed, May 25, 2011 at 1:56 PM, Mikolaj Rydzewski
>>>>> wrote:
>>>>>
>>>>>  On Wed, 25 May 2011 12:52:48 +, abdelghni belfkih wrote:
>>>>>
>>>>>>
>>>>>>  yeah thats what I think I should do. But, how can i deploy my .rar
>>>>>>
>>>>>>> since
>>>>>>> I connect to the distant server via DirectAdmin?
>>>>>>>
>>>>>>>
>>>>>>>  Ask support guys?
>>>>>>
>>>>>> --
>>>>>> Mikolaj Rydzewski
>>>>>>
>>>>>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>
>


-- 
Élève Ingénieur en TIC
Option : *Informatique, Réseaux et Systèmes*
Institut National des Postes et Télécommunication
Mobile : +212672673731
E-mail : blfkih.i...@gmail.com


Re: Hosting a website

2011-05-25 Thread abdelghni belfkih
ah ok, i thought he meant support guys here

On Wed, May 25, 2011 at 2:32 PM, David kerber  wrote:

> On 5/25/2011 9:13 AM, abdelghni belfkih wrote:
>
>> tks Mikolaj, so plz give me their mail :)
>>
>
> I believe he meant the support guys at your hosting service!
>
>
>
>
>> On Wed, May 25, 2011 at 2:10 PM, abdelghni belfkih
>> wrote:
>>
>>  i have a track.war and i deploy it in my local tomcat server. but to do
>>> it
>>> via DirectAdmin for the distant sever that's the problem
>>>
>>>
>>> On Wed, May 25, 2011 at 1:56 PM, Mikolaj Rydzewski  wrote:
>>>
>>>  On Wed, 25 May 2011 12:52:48 +, abdelghni belfkih wrote:
>>>>
>>>>  yeah thats what I think I should do. But, how can i deploy my .rar
>>>>> since
>>>>> I connect to the distant server via DirectAdmin?
>>>>>
>>>>>
>>>> Ask support guys?
>>>>
>>>> --
>>>> Mikolaj Rydzewski
>>>>
>>>>
>>>> -
>>>> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
>>>> For additional commands, e-mail: users-h...@tomcat.apache.org
>>>>
>>>>
>>>>
>>>
>>> --
>>> Élève Ingénieur en TIC
>>> Option : *Informatique, Réseaux et Systèmes*
>>> Institut National des Postes et Télécommunication
>>> Mobile : +212672673731
>>> E-mail : blfkih.i...@gmail.com
>>>
>>>
>>>
>>
>>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>
>


-- 
Élève Ingénieur en TIC
Option : *Informatique, Réseaux et Systèmes*
Institut National des Postes et Télécommunication
Mobile : +212672673731
E-mail : blfkih.i...@gmail.com


Re: Hosting a website

2011-05-25 Thread abdelghni belfkih
tks Mikolaj, so plz give me their mail :)

On Wed, May 25, 2011 at 2:10 PM, abdelghni belfkih
wrote:

> i have a track.war and i deploy it in my local tomcat server. but to do it
> via DirectAdmin for the distant sever that's the problem
>
>
> On Wed, May 25, 2011 at 1:56 PM, Mikolaj Rydzewski  wrote:
>
>> On Wed, 25 May 2011 12:52:48 +, abdelghni belfkih wrote:
>>
>>> yeah thats what I think I should do. But, how can i deploy my .rar since
>>> I connect to the distant server via DirectAdmin?
>>>
>>
>> Ask support guys?
>>
>> --
>> Mikolaj Rydzewski 
>>
>>
>> -
>> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
>> For additional commands, e-mail: users-h...@tomcat.apache.org
>>
>>
>
>
> --
> Élève Ingénieur en TIC
> Option : *Informatique, Réseaux et Systèmes*
> Institut National des Postes et Télécommunication
> Mobile : +212672673731
> E-mail : blfkih.i...@gmail.com
>
>


-- 
Élève Ingénieur en TIC
Option : *Informatique, Réseaux et Systèmes*
Institut National des Postes et Télécommunication
Mobile : +212672673731
E-mail : blfkih.i...@gmail.com


Re: Hosting a website

2011-05-25 Thread abdelghni belfkih
i have a track.war and i deploy it in my local tomcat server. but to do it
via DirectAdmin for the distant sever that's the problem

On Wed, May 25, 2011 at 1:56 PM, Mikolaj Rydzewski  wrote:

> On Wed, 25 May 2011 12:52:48 +, abdelghni belfkih wrote:
>
>> yeah thats what I think I should do. But, how can i deploy my .rar since
>> I connect to the distant server via DirectAdmin?
>>
>
> Ask support guys?
>
> --
> Mikolaj Rydzewski 
>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>
>


-- 
Élève Ingénieur en TIC
Option : *Informatique, Réseaux et Systèmes*
Institut National des Postes et Télécommunication
Mobile : +212672673731
E-mail : blfkih.i...@gmail.com


Re: Hosting a website

2011-05-25 Thread abdelghni belfkih
yeah thats what I think I should do. But, how can i deploy my .rar since
I connect to the distant server via DirectAdmin?

On Wed, May 25, 2011 at 1:44 PM, Partha Goswami
wrote:

> Ok. Just go tomcat manager then upload your rar and deploy it you will
> find the link too
>
> On Wed, May 25, 2011 at 6:10 PM, abdelghni belfkih
>  wrote:
> > Can you plz explain what do you mean by file tomcat root manager.
> Because,
> > in my tomcat folder i have root folder and manager folder both in webapps
> > folder. So which folder of these do you mean?
> >
> > On Wed, May 25, 2011 at 1:36 PM, Martin Gainty 
> wrote:
> >
> >>
> >> assuming your provider configures tc on port 80 instead of apache or iis
> >>
> >> Martin
> >> __
> >> Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité
> >>  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.
> >>
> >>
> >>
> >>
> >> > Date: Wed, 25 May 2011 18:02:12 +0530
> >> > Subject: Re: Hosting a website
> >> > From: parthagoswam...@gmail.com
> >> > To: users@tomcat.apache.org
> >> >
> >> > i think you have to upload file tomcat root manager or public_html
> >> > folder, 1st connect ftp using ftp client like filezilla then upload
> >> > all files.
> >> >
> >> > On Wed, May 25, 2011 at 5:59 PM, abdelghni belfkih
> >> >  wrote:
> >> > > Dear,
> >> > >
> >> > > I'm using a distant tomcat server to host my JSP website via
> >> DirectAdmin. I
> >> > > already have my website worked in my local server ( in Ubuntu
> 10.10).
> >> But,
> >> > > now i want to host my website in a distant server and i don't know
> how
> >> to do
> >> > > it or where to put the directories which contains my website.
> >> > >
> >> > > Please help me solve this problem because I'm a beginner in hosting
> >> > > websites.
> >> > >
> >> > > Ur sincerely,
> >> > >
> >> > >
> >> > > --
> >> > > Élève Ingénieur en TIC
> >> > > Option : *Informatique, Réseaux et Systèmes*
> >> > > Institut National des Postes et Télécommunication
> >> > > Mobile : +212672673731
> >> > > E-mail : blfkih.i...@gmail.com
> >> > >
> >> >
> >> >
> >> >
> >> > --
> >> > Regards
> >> >
> >> > Partha Goswami
> >> > Find About me And Latest Update of mine @
> >> > www.parthagoswami.me
> >> >
> >> > -
> >> > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> >> > For additional commands, e-mail: users-h...@tomcat.apache.org
> >> >
> >>
> >>
> >
> >
> >
> > --
> > Élève Ingénieur en TIC
> > Option : *Informatique, Réseaux et Systèmes*
> > Institut National des Postes et Télécommunication
> > Mobile : +212672673731
> > E-mail : blfkih.i...@gmail.com
> >
>
>
>
> --
> Regards
>
> Partha Goswami
> Find About me And Latest Update of mine @
> www.parthagoswami.me
>
> -
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>
>


-- 
Élève Ingénieur en TIC
Option : *Informatique, Réseaux et Systèmes*
Institut National des Postes et Télécommunication
Mobile : +212672673731
E-mail : blfkih.i...@gmail.com


Re: Hosting a website

2011-05-25 Thread abdelghni belfkih
Can you plz explain what do you mean by file tomcat root manager. Because,
in my tomcat folder i have root folder and manager folder both in webapps
folder. So which folder of these do you mean?

On Wed, May 25, 2011 at 1:36 PM, Martin Gainty  wrote:

>
> assuming your provider configures tc on port 80 instead of apache or iis
>
> Martin
> __
> Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité
>  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.
>
>
>
>
> > Date: Wed, 25 May 2011 18:02:12 +0530
> > Subject: Re: Hosting a website
> > From: parthagoswam...@gmail.com
> > To: users@tomcat.apache.org
> >
> > i think you have to upload file tomcat root manager or public_html
> > folder, 1st connect ftp using ftp client like filezilla then upload
> > all files.
> >
> > On Wed, May 25, 2011 at 5:59 PM, abdelghni belfkih
> >  wrote:
> > > Dear,
> > >
> > > I'm using a distant tomcat server to host my JSP website via
> DirectAdmin. I
> > > already have my website worked in my local server ( in Ubuntu 10.10).
> But,
> > > now i want to host my website in a distant server and i don't know how
> to do
> > > it or where to put the directories which contains my website.
> > >
> > > Please help me solve this problem because I'm a beginner in hosting
> > > websites.
> > >
> > > Ur sincerely,
> > >
> > >
> > > --
> > > Élève Ingénieur en TIC
> > > Option : *Informatique, Réseaux et Systèmes*
> > > Institut National des Postes et Télécommunication
> > > Mobile : +212672673731
> > > E-mail : blfkih.i...@gmail.com
> > >
> >
> >
> >
> > --
> > Regards
> >
> > Partha Goswami
> > Find About me And Latest Update of mine @
> > www.parthagoswami.me
> >
> > -
> > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> > For additional commands, e-mail: users-h...@tomcat.apache.org
> >
>
>



-- 
Élève Ingénieur en TIC
Option : *Informatique, Réseaux et Systèmes*
Institut National des Postes et Télécommunication
Mobile : +212672673731
E-mail : blfkih.i...@gmail.com


Re: Hosting a website

2011-05-25 Thread abdelghni belfkih
Thank you for your help.

On Wed, May 25, 2011 at 1:32 PM, Partha Goswami
wrote:

> i think you have to upload file tomcat root manager or public_html
> folder, 1st connect ftp using ftp client like filezilla then upload
> all files.
>
> On Wed, May 25, 2011 at 5:59 PM, abdelghni belfkih
>  wrote:
> > Dear,
> >
> > I'm using a distant tomcat server to host my JSP website via DirectAdmin.
> I
> > already have my website worked in my local server ( in Ubuntu 10.10).
> But,
> > now i want to host my website in a distant server and i don't know how to
> do
> > it or where to put the directories which contains my website.
> >
> > Please help me solve this problem because I'm a beginner in hosting
> > websites.
> >
> > Ur sincerely,
> >
> >
> > --
> > Élève Ingénieur en TIC
> > Option : *Informatique, Réseaux et Systèmes*
> > Institut National des Postes et Télécommunication
> > Mobile : +212672673731
> > E-mail : blfkih.i...@gmail.com
> >
>
>
>
> --
> Regards
>
> Partha Goswami
> Find About me And Latest Update of mine @
> www.parthagoswami.me
>
> -
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>
>


-- 
Élève Ingénieur en TIC
Option : *Informatique, Réseaux et Systèmes*
Institut National des Postes et Télécommunication
Mobile : +212672673731
E-mail : blfkih.i...@gmail.com


Hosting a website

2011-05-25 Thread abdelghni belfkih
Dear,

I'm using a distant tomcat server to host my JSP website via DirectAdmin. I
already have my website worked in my local server ( in Ubuntu 10.10). But,
now i want to host my website in a distant server and i don't know how to do
it or where to put the directories which contains my website.

Please help me solve this problem because I'm a beginner in hosting
websites.

Ur sincerely,
-- 
Élève Ingénieur en TIC
Option : *Informatique, Réseaux et Systèmes*
Institut National des Postes et Télécommunication
Mobile : +212672673731
E-mail : blfkih.i...@gmail.com


Hosting a website

2011-05-25 Thread abdelghni belfkih
Dear,

I'm using a distant tomcat server to host my JSP website via DirectAdmin. I
already have my website worked in my local server ( in Ubuntu 10.10). But,
now i want to host my website in a distant server and i don't know how to do
it or where to put the directories which contains my website.

Please help me solve this problem because I'm a beginner in hosting
websites.

Ur sincerely,


-- 
Élève Ingénieur en TIC
Option : *Informatique, Réseaux et Systèmes*
Institut National des Postes et Télécommunication
Mobile : +212672673731
E-mail : blfkih.i...@gmail.com