How to depoy.

2002-02-19 Thread Sami J. Casab.

Hi:

Im using tomcat 3.21 and i have a .war archive with all my clases and i need
to deploy it, so where i should put this file and what i have to  do?

Thanks in advance.

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com



Re: How to depoy.

2002-02-19 Thread Danny Ayers

There is documentation provided with Tomcat, in particular :

http://jakarta.apache.org/tomcat/tomcat-3.2-doc/appdev/index.html

---

Danny Ayers
 http://www.isacat.net 

>-Original Message-
>From: A mailing list about Java Server Pages specification and reference
>[mailto:[EMAIL PROTECTED]]On Behalf Of Sami J. Casab.
>Sent: 19 February 2002 22:17
>To: [EMAIL PROTECTED]
>Subject: How to depoy.
>
>
>Hi:
>
>Im using tomcat 3.21 and i have a .war archive with all my clases
>and i need
>to deploy it, so where i should put this file and what i have to  do?
>
>Thanks in advance.
>
>===
>To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
>JSP-INTEREST".
>For digest: mailto [EMAIL PROTECTED] with body: "set
>JSP-INTEREST DIGEST".
>Some relevant FAQs on JSP/Servlets can be found at:
>
> http://archives.java.sun.com/jsp-interest.html
> http://java.sun.com/products/jsp/faq.html
> http://www.esperanto.org.nz/jsp/jspfaq.jsp
> http://www.jguru.com/faq/index.jsp
> http://www.jspinsider.com

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com



Re: How to depoy.

2002-02-19 Thread Michael Dizon

RTFM
On Tuesday, February 19, 2002, at 04:16 PM, Sami J. Casab. wrote:

> -- Information from the mail
> header ---
> Sender:   A mailing list about Java Server Pages specification and
>   reference <[EMAIL PROTECTED]>
> Poster:   "Sami J. Casab." <[EMAIL PROTECTED]>
> Subject:  How to depoy.
> ---
>
> Hi:
>
> Im using tomcat 3.21 and i have a .war archive with all my clases and i
> need
> to deploy it, so where i should put this file and what i have to  do?
>
> Thanks in advance.
>
> =
> ==
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> JSP-INTEREST".
> For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
> DIGEST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://archives.java.sun.com/jsp-interest.html
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.jsp
>  http://www.jguru.com/faq/index.jsp
>  http://www.jspinsider.com
>

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com



Re: How to depoy.

2002-02-19 Thread marc benstein

/$TOMCAT_HOME/webapps/YOUR.war

Knowledge is for the world to share. I spent hours reading the Tomcat
documentation. I hope no one else has to.

- Original Message -
From: "Sami J. Casab." <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, February 19, 2002 2:16 PM
Subject: How to depoy.


> Hi:
>
> Im using tomcat 3.21 and i have a .war archive with all my clases and i
need
> to deploy it, so where i should put this file and what i have to  do?
>
> Thanks in advance.
>
>
===
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
> For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://archives.java.sun.com/jsp-interest.html
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.jsp
>  http://www.jguru.com/faq/index.jsp
>  http://www.jspinsider.com
>

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com



Re: How to depoy.

2002-02-19 Thread Sami J. Casab.

Thanks for you help, my servlet is now working under
http://www.smartware.com.mx:8080/sami/s3. Now i am trying to configure my
apache web server because i dont want to use the 8080 port. I searched in
http.config file but im not sure, could you give me a tip?

Thanks in advace.

-Mensaje original-
De: A mailing list about Java Server Pages specification and reference
[mailto:[EMAIL PROTECTED]]En nombre de marc benstein
Enviado el: Martes, 19 de Febrero de 2002 06:04 p.m.
Para: [EMAIL PROTECTED]
Asunto: Re: How to depoy.


/$TOMCAT_HOME/webapps/YOUR.war

Knowledge is for the world to share. I spent hours reading the Tomcat
documentation. I hope no one else has to.

- Original Message -
From: "Sami J. Casab." <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, February 19, 2002 2:16 PM
Subject: How to depoy.


> Hi:
>
> Im using tomcat 3.21 and i have a .war archive with all my clases and i
need
> to deploy it, so where i should put this file and what i have to  do?
>
> Thanks in advance.
>
>
===
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
> For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://archives.java.sun.com/jsp-interest.html
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.jsp
>  http://www.jguru.com/faq/index.jsp
>  http://www.jspinsider.com
>

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com



Re: How to depoy.

2002-02-19 Thread m benstein

Good try, but it's not Apache that's serving your Servlet. Tomcat is in
charge of that. To change the port that Tomcat is on edit your server.xml
file in $TOMCAT_HOME/conf/ and edit 








- Original Message -
From: "Sami J. Casab." <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, February 19, 2002 6:05 PM
Subject: Re: How to depoy.


> Thanks for you help, my servlet is now working under
> http://www.smartware.com.mx:8080/sami/s3. Now i am trying to configure my
> apache web server because i dont want to use the 8080 port. I searched in
> http.config file but im not sure, could you give me a tip?
>
> Thanks in advace.
>
> -Mensaje original-
> De: A mailing list about Java Server Pages specification and reference
> [mailto:[EMAIL PROTECTED]]En nombre de marc benstein
> Enviado el: Martes, 19 de Febrero de 2002 06:04 p.m.
> Para: [EMAIL PROTECTED]
> Asunto: Re: How to depoy.
>
>
> /$TOMCAT_HOME/webapps/YOUR.war
>
> Knowledge is for the world to share. I spent hours reading the Tomcat
> documentation. I hope no one else has to.
>
> - Original Message -
> From: "Sami J. Casab." <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Tuesday, February 19, 2002 2:16 PM
> Subject: How to depoy.
>
>
> > Hi:
> >
> > Im using tomcat 3.21 and i have a .war archive with all my clases and i
> need
> > to deploy it, so where i should put this file and what i have to  do?
> >
> > Thanks in advance.
> >
> >
>
===
> > To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> JSP-INTEREST".
> > For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
> DIGEST".
> > Some relevant FAQs on JSP/Servlets can be found at:
> >
> >  http://archives.java.sun.com/jsp-interest.html
> >  http://java.sun.com/products/jsp/faq.html
> >  http://www.esperanto.org.nz/jsp/jspfaq.jsp
> >  http://www.jguru.com/faq/index.jsp
> >  http://www.jspinsider.com
> >
>
>
===
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> JSP-INTEREST".
> For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
> DIGEST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://archives.java.sun.com/jsp-interest.html
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.jsp
>  http://www.jguru.com/faq/index.jsp
>  http://www.jspinsider.com
>
>
===
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
> For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://archives.java.sun.com/jsp-interest.html
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.jsp
>  http://www.jguru.com/faq/index.jsp
>  http://www.jspinsider.com
>

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com



Re: How to depoy.

2002-02-20 Thread Sami J. Casab.

Well, i have a apache server as a web server and i also have a tomcat
server. I have a servlet that is running ok under
http://www.smartware.com.mx:8080/sami/s3 but is not working without the port
number 8080 in the url. I dont want to change tomcat port i only want to
"route" a message from apache to tomcat as example
http://www.smartware.com.mx/sami/s3 without the 8080 port.

Thanks in advance.

-Mensaje original-
De: A mailing list about Java Server Pages specification and reference
[mailto:[EMAIL PROTECTED]]En nombre de m benstein
Enviado el: Martes, 19 de Febrero de 2002 08:36 p.m.
Para: [EMAIL PROTECTED]
Asunto: Re: How to depoy.


Good try, but it's not Apache that's serving your Servlet. Tomcat is in
charge of that. To change the port that Tomcat is on edit your server.xml
file in $TOMCAT_HOME/conf/ and edit 








- Original Message -
From: "Sami J. Casab." <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, February 19, 2002 6:05 PM
Subject: Re: How to depoy.


> Thanks for you help, my servlet is now working under
> http://www.smartware.com.mx:8080/sami/s3. Now i am trying to configure my
> apache web server because i dont want to use the 8080 port. I searched in
> http.config file but im not sure, could you give me a tip?
>
> Thanks in advace.
>
> -Mensaje original-
> De: A mailing list about Java Server Pages specification and reference
> [mailto:[EMAIL PROTECTED]]En nombre de marc benstein
> Enviado el: Martes, 19 de Febrero de 2002 06:04 p.m.
> Para: [EMAIL PROTECTED]
> Asunto: Re: How to depoy.
>
>
> /$TOMCAT_HOME/webapps/YOUR.war
>
> Knowledge is for the world to share. I spent hours reading the Tomcat
> documentation. I hope no one else has to.
>
> - Original Message -
> From: "Sami J. Casab." <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Tuesday, February 19, 2002 2:16 PM
> Subject: How to depoy.
>
>
> > Hi:
> >
> > Im using tomcat 3.21 and i have a .war archive with all my clases and i
> need
> > to deploy it, so where i should put this file and what i have to  do?
> >
> > Thanks in advance.
> >
> >
>
===
> > To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> JSP-INTEREST".
> > For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
> DIGEST".
> > Some relevant FAQs on JSP/Servlets can be found at:
> >
> >  http://archives.java.sun.com/jsp-interest.html
> >  http://java.sun.com/products/jsp/faq.html
> >  http://www.esperanto.org.nz/jsp/jspfaq.jsp
> >  http://www.jguru.com/faq/index.jsp
> >  http://www.jspinsider.com
> >
>
>
===
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> JSP-INTEREST".
> For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
> DIGEST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://archives.java.sun.com/jsp-interest.html
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.jsp
>  http://www.jguru.com/faq/index.jsp
>  http://www.jspinsider.com
>
>
===
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
> For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://archives.java.sun.com/jsp-interest.html
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.jsp
>  http://www.jguru.com/faq/index.jsp
>  http://www.jspinsider.com
>

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com



Re: How to depoy.

2002-02-20 Thread Branden Root

Sami,

Why can't you just write a redirect html page in
http://www.smartware.com.xm/sami/s3? For instance, index.html is a one line
file with:
http://www.smartware.com.xm:8080/sami/s3";>

That will redirect anyone that goes to the apache site to the tomcat site.
Will this work or am I grossly simplifying the issue?

Branden Root
Web Developer
Portent Interactive
[EMAIL PROTECTED]


-Original Message-
From: A mailing list about Java Server Pages specification and reference
[mailto:[EMAIL PROTECTED]]On Behalf Of Sami J. Casab.
Sent: Wednesday, February 20, 2002 10:31 AM
To: [EMAIL PROTECTED]
Subject: Re: How to depoy.


Well, i have a apache server as a web server and i also have a tomcat
server. I have a servlet that is running ok under
http://www.smartware.com.mx:8080/sami/s3 but is not working without the port
number 8080 in the url. I dont want to change tomcat port i only want to
"route" a message from apache to tomcat as example
http://www.smartware.com.mx/sami/s3 without the 8080 port.

Thanks in advance.

-Mensaje original-
De: A mailing list about Java Server Pages specification and reference
[mailto:[EMAIL PROTECTED]]En nombre de m benstein
Enviado el: Martes, 19 de Febrero de 2002 08:36 p.m.
Para: [EMAIL PROTECTED]
Asunto: Re: How to depoy.


Good try, but it's not Apache that's serving your Servlet. Tomcat is in
charge of that. To change the port that Tomcat is on edit your server.xml
file in $TOMCAT_HOME/conf/ and edit 








- Original Message -
From: "Sami J. Casab." <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, February 19, 2002 6:05 PM
Subject: Re: How to depoy.


> Thanks for you help, my servlet is now working under
> http://www.smartware.com.mx:8080/sami/s3. Now i am trying to configure my
> apache web server because i dont want to use the 8080 port. I searched in
> http.config file but im not sure, could you give me a tip?
>
> Thanks in advace.
>
> -Mensaje original-
> De: A mailing list about Java Server Pages specification and reference
> [mailto:[EMAIL PROTECTED]]En nombre de marc benstein
> Enviado el: Martes, 19 de Febrero de 2002 06:04 p.m.
> Para: [EMAIL PROTECTED]
> Asunto: Re: How to depoy.
>
>
> /$TOMCAT_HOME/webapps/YOUR.war
>
> Knowledge is for the world to share. I spent hours reading the Tomcat
> documentation. I hope no one else has to.
>
> - Original Message -
> From: "Sami J. Casab." <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Tuesday, February 19, 2002 2:16 PM
> Subject: How to depoy.
>
>
> > Hi:
> >
> > Im using tomcat 3.21 and i have a .war archive with all my clases and i
> need
> > to deploy it, so where i should put this file and what i have to  do?
> >
> > Thanks in advance.
> >
> >
>
===
> > To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> JSP-INTEREST".
> > For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
> DIGEST".
> > Some relevant FAQs on JSP/Servlets can be found at:
> >
> >  http://archives.java.sun.com/jsp-interest.html
> >  http://java.sun.com/products/jsp/faq.html
> >  http://www.esperanto.org.nz/jsp/jspfaq.jsp
> >  http://www.jguru.com/faq/index.jsp
> >  http://www.jspinsider.com
> >
>
>
===
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> JSP-INTEREST".
> For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
> DIGEST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://archives.java.sun.com/jsp-interest.html
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.jsp
>  http://www.jguru.com/faq/index.jsp
>  http://www.jspinsider.com
>
>
===
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
> For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://archives.java.sun.com/jsp-interest.html
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.jsp
>  http://www.jguru.com/faq/index.jsp
>  http://www.jspinsider.com
>

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
Some relevan

Re: How to depoy.

2002-02-20 Thread Sami J. Casab.

Well, i want to do this automatically because i dont know if some users have
a firewall with 8080 port closed. I dont know why
http://www.smartware.com.mx/examples/servlet/HelloWorldExample and
http://www.smartware.com.mx:8080/examples/servlet/HelloWorldExample works
fine but with my own servlet not...

Thanks again.

-Mensaje original-
De: A mailing list about Java Server Pages specification and reference
[mailto:[EMAIL PROTECTED]]En nombre de Branden Root
Enviado el: MiƩrcoles, 20 de Febrero de 2002 12:43 p.m.
Para: [EMAIL PROTECTED]
Asunto: Re: How to depoy.


Sami,

Why can't you just write a redirect html page in
http://www.smartware.com.xm/sami/s3? For instance, index.html is a one line
file with:
http://www.smartware.com.xm:8080/sami/s3";>

That will redirect anyone that goes to the apache site to the tomcat site.
Will this work or am I grossly simplifying the issue?

Branden Root
Web Developer
Portent Interactive
[EMAIL PROTECTED]


-Original Message-
From: A mailing list about Java Server Pages specification and reference
[mailto:[EMAIL PROTECTED]]On Behalf Of Sami J. Casab.
Sent: Wednesday, February 20, 2002 10:31 AM
To: [EMAIL PROTECTED]
Subject: Re: How to depoy.


Well, i have a apache server as a web server and i also have a tomcat
server. I have a servlet that is running ok under
http://www.smartware.com.mx:8080/sami/s3 but is not working without the port
number 8080 in the url. I dont want to change tomcat port i only want to
"route" a message from apache to tomcat as example
http://www.smartware.com.mx/sami/s3 without the 8080 port.

Thanks in advance.

-Mensaje original-
De: A mailing list about Java Server Pages specification and reference
[mailto:[EMAIL PROTECTED]]En nombre de m benstein
Enviado el: Martes, 19 de Febrero de 2002 08:36 p.m.
Para: [EMAIL PROTECTED]
Asunto: Re: How to depoy.


Good try, but it's not Apache that's serving your Servlet. Tomcat is in
charge of that. To change the port that Tomcat is on edit your server.xml
file in $TOMCAT_HOME/conf/ and edit 








- Original Message -
From: "Sami J. Casab." <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, February 19, 2002 6:05 PM
Subject: Re: How to depoy.


> Thanks for you help, my servlet is now working under
> http://www.smartware.com.mx:8080/sami/s3. Now i am trying to configure my
> apache web server because i dont want to use the 8080 port. I searched in
> http.config file but im not sure, could you give me a tip?
>
> Thanks in advace.
>
> -Mensaje original-
> De: A mailing list about Java Server Pages specification and reference
> [mailto:[EMAIL PROTECTED]]En nombre de marc benstein
> Enviado el: Martes, 19 de Febrero de 2002 06:04 p.m.
> Para: [EMAIL PROTECTED]
> Asunto: Re: How to depoy.
>
>
> /$TOMCAT_HOME/webapps/YOUR.war
>
> Knowledge is for the world to share. I spent hours reading the Tomcat
> documentation. I hope no one else has to.
>
> - Original Message -
> From: "Sami J. Casab." <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Tuesday, February 19, 2002 2:16 PM
> Subject: How to depoy.
>
>
> > Hi:
> >
> > Im using tomcat 3.21 and i have a .war archive with all my clases and i
> need
> > to deploy it, so where i should put this file and what i have to  do?
> >
> > Thanks in advance.
> >
> >
>
===
> > To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> JSP-INTEREST".
> > For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
> DIGEST".
> > Some relevant FAQs on JSP/Servlets can be found at:
> >
> >  http://archives.java.sun.com/jsp-interest.html
> >  http://java.sun.com/products/jsp/faq.html
> >  http://www.esperanto.org.nz/jsp/jspfaq.jsp
> >  http://www.jguru.com/faq/index.jsp
> >  http://www.jspinsider.com
> >
>
>
===
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> JSP-INTEREST".
> For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
> DIGEST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://archives.java.sun.com/jsp-interest.html
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.jsp
>  http://www.jguru.com/faq/index.jsp
>  http://www.jspinsider.com
>
>
===
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
> For digest: mailto [EMAIL PROTECTED] with body: "

Re: How to depoy.

2002-02-20 Thread MARSHALL,John

Guys

Any ideas on this?  Or where I should really place it?

Installed Jakarta-Tomcat-3.2.4 and all works fine with the standard
Tomcat startup, and shutdown.BAT files.  But, 
i am having problems starting tomcat as an NT Service.

I use:-
Microwoft WIndows NT Version 4.0 (Build 1381) Service Pack 6)
Jakarta_Tomcat-3.2.3
jk_nt_service.exe (binary download - from 3.2.4 

Then using document "Working with the Jakarta NT Service"

1.  cmd prompt:  jk_nt_service -R Jakarta wrapper.properties
2.  performed a net start Jakarta, and received the following three
lines
The Jakarta service is starting
The Jakarta service could not be started
The service did not report an error.

I then tried...

From Windows NT Control Panel>Services 
1.  (start) Jakarta and received the following message
"Could not start the Jakarta Service on \\blah
Error 2140: An Internal Windows NT Error Occured"

FYI my wrapper.properties contains:-



#
# $Header: /home/cvs/jakarta-tomcat/src/etc/Attic/wrapper.properties,v
1.2.2.1 2000/10/16 01:59:22 larryi Exp $
# $Revision: 1.2.2.1 $
# $Date: 2000/10/16 01:59:22 $
#
#
# jk_service.properties - a bootstrup file for the Tomcat NT service.
#
# This file provides jk_nt_service with the needed information to
# start tomcat at a different process.
#
# As a general note, the characters $( and ) are used internally to
define
# macros. Do not use them!!!
#
# Whenever you see a set of lines such as:
# x=value
# y=$(x)\something
#
# the final value for y will be value\something
#
# Normaly all you will need to modify is the first two properties, i.e.
# wrapper.tomcat_home and wrapper.java_home. Most of the configuration
# is derived from these two.
#

#
# wrapper.tomcat_home should point to the location where you
# installed tomcat. This is where you have your conf, webapps and lib
# directories.
#
wrapper.tomcat_home=

#
# wrapper.java_home should point to your Java installation. Normally
# you should have a bin and lib directories beneath it.
#
wrapper.java_home=

#
#-- ADVANCED MODE 
# Make sure that you read the how-to before making too many changes.
#-
#

#
# Defining where the service is going to put the standard
# output of Tomcat. This is where System.out.println and
# System.err.println goes to.
#
wrapper.stdout=$(wrapper.tomcat_home)\logs\jvm.stdout
wrapper.stderr=$(wrapper.tomcat_home)\logs\jvm.stderr

#
# Additions to the path. put here directories where you store DLLs for
# native methods etc.
#
wrapper.ld_path=d:\
wrapper.ld_path=c:\

#
# Defining the classpath. All the rows that belongs to the class_path
# property are concatenated to create the classpath for Tomcat.
#
# If you have additional locations that you would like to add to the
# claspath you should add a new wrapper.class_path= line.
#
wrapper.class_path=$(wrapper.tomcat_home)\classes
wrapper.class_path=$(wrapper.tomcat_home)\lib\jaxp.jar

# wrapper.class_path=$(wrapper.tomcat_home)\lib\parser.jar

wrapper.class_path=$(wrapper.tomcat_home)\lib\webserver.jar
wrapper.class_path=$(wrapper.tomcat_home)\lib\servlet.jar
wrapper.class_path=$(wrapper.tomcat_home)\lib\jasper.jar

#
# This is where Javac is located in JDK1.2.x
#
# wrapper.class_path=$(wrapper.java_home)\lib\tools.jar
#
# and a tribute to JDK1.1.x
#
# wrapper.class_path=$(wrapper.java_home)\lib\classes.zip

#
# This is the Java interpreter used for running Tomcat
#
wrapper.javabin=$(wrapper.java_home)\bin\java.exe

#
# This is Tomcat's startup class (the class that contains Tomcat's
# starting point.
#
wrapper.startup_class=org.apache.tomcat.startup.Tomcat

#
# This is the location where tomcat's server.xml configuration file 
# is located. 
#
wrapper.server_xml=$(wrapper.tomcat_home)\conf\server.xml

#
# The NT service uses AJP12/AJP13 to shutdown Tomcat. The 
# wrapper.shutdown_port tells the service the identity of the port that 
# is used by AJP12/AJP13.
#
wrapper.shutdown_port=8007

#
# Can either be ajp12 or ajp13 depending on your configuration.
#
# Default value is ajp12
#
wrapper.shutdown_protocol=ajp12

#
# This is the command line that is used to start Tomcat. You can *add*
extra
# parameters to it but you can not remove anything.
#
wrapper.cmd_line=$(wrapper.javabin) -classpath $(wrapper.class_path)
$(wrapper.startup_class) -config $(wrapper.server_xml) -home
$(wrapper.tomcat_home)

Notice:
The information contained in this e-mail message and any attached files may
be confidential information, and may also be the subject of legal
professional privilege.  If you are not the intended recipient any use,
disclosure or copying of this e-mail is unauthorised.  If you have received
this e-mail in error, please notify the sender immediately

Re: How to depoy.

2002-02-20 Thread Kishor K

wrapper.tomcat_home=
wrapper.java_home=

from the above try removing the <>

wrapper.tomcat_home=c:\jakarta-tomcat-3.2.4
wrapper.java_home=c:\jdk1.3.1

- Original Message -
From: "MARSHALL,John" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, February 21, 2002 5:07 AM
Subject: Re: How to depoy.


Guys

Any ideas on this?  Or where I should really place it?

Installed Jakarta-Tomcat-3.2.4 and all works fine with the standard
Tomcat startup, and shutdown.BAT files.  But,
i am having problems starting tomcat as an NT Service.

I use:-
Microwoft WIndows NT Version 4.0 (Build 1381) Service Pack 6)
Jakarta_Tomcat-3.2.3
jk_nt_service.exe (binary download - from 3.2.4

Then using document "Working with the Jakarta NT Service"

1.  cmd prompt:  jk_nt_service -R Jakarta wrapper.properties
2.  performed a net start Jakarta, and received the following three
lines
The Jakarta service is starting
The Jakarta service could not be started
The service did not report an error.

I then tried...

>From Windows NT Control Panel>Services
1.  (start) Jakarta and received the following message
"Could not start the Jakarta Service on \\blah
Error 2140: An Internal Windows NT Error Occured"

FYI my wrapper.properties contains:-



#
# $Header: /home/cvs/jakarta-tomcat/src/etc/Attic/wrapper.properties,v
1.2.2.1 2000/10/16 01:59:22 larryi Exp $
# $Revision: 1.2.2.1 $
# $Date: 2000/10/16 01:59:22 $
#
#
# jk_service.properties - a bootstrup file for the Tomcat NT service.
#
# This file provides jk_nt_service with the needed information to
# start tomcat at a different process.
#
# As a general note, the characters $( and ) are used internally to
define
# macros. Do not use them!!!
#
# Whenever you see a set of lines such as:
# x=value
# y=$(x)\something
#
# the final value for y will be value\something
#
# Normaly all you will need to modify is the first two properties, i.e.
# wrapper.tomcat_home and wrapper.java_home. Most of the configuration
# is derived from these two.
#

#
# wrapper.tomcat_home should point to the location where you
# installed tomcat. This is where you have your conf, webapps and lib
# directories.
#
wrapper.tomcat_home=

#
# wrapper.java_home should point to your Java installation. Normally
# you should have a bin and lib directories beneath it.
#
wrapper.java_home=

#
#-- ADVANCED MODE 
# Make sure that you read the how-to before making too many changes.
#-
#

#
# Defining where the service is going to put the standard
# output of Tomcat. This is where System.out.println and
# System.err.println goes to.
#
wrapper.stdout=$(wrapper.tomcat_home)\logs\jvm.stdout
wrapper.stderr=$(wrapper.tomcat_home)\logs\jvm.stderr

#
# Additions to the path. put here directories where you store DLLs for
# native methods etc.
#
wrapper.ld_path=d:\
wrapper.ld_path=c:\

#
# Defining the classpath. All the rows that belongs to the class_path
# property are concatenated to create the classpath for Tomcat.
#
# If you have additional locations that you would like to add to the
# claspath you should add a new wrapper.class_path= line.
#
wrapper.class_path=$(wrapper.tomcat_home)\classes
wrapper.class_path=$(wrapper.tomcat_home)\lib\jaxp.jar

# wrapper.class_path=$(wrapper.tomcat_home)\lib\parser.jar

wrapper.class_path=$(wrapper.tomcat_home)\lib\webserver.jar
wrapper.class_path=$(wrapper.tomcat_home)\lib\servlet.jar
wrapper.class_path=$(wrapper.tomcat_home)\lib\jasper.jar

#
# This is where Javac is located in JDK1.2.x
#
# wrapper.class_path=$(wrapper.java_home)\lib\tools.jar
#
# and a tribute to JDK1.1.x
#
# wrapper.class_path=$(wrapper.java_home)\lib\classes.zip

#
# This is the Java interpreter used for running Tomcat
#
wrapper.javabin=$(wrapper.java_home)\bin\java.exe

#
# This is Tomcat's startup class (the class that contains Tomcat's
# starting point.
#
wrapper.startup_class=org.apache.tomcat.startup.Tomcat

#
# This is the location where tomcat's server.xml configuration file
# is located.
#
wrapper.server_xml=$(wrapper.tomcat_home)\conf\server.xml

#
# The NT service uses AJP12/AJP13 to shutdown Tomcat. The
# wrapper.shutdown_port tells the service the identity of the port that
# is used by AJP12/AJP13.
#
wrapper.shutdown_port=8007

#
# Can either be ajp12 or ajp13 depending on your configuration.
#
# Default value is ajp12
#
wrapper.shutdown_protocol=ajp12

#
# This is the command line that is used to start Tomcat. You can *add*
extra
# parameters to it but you can not remove anything.
#
wrapper.cmd_line=$(wrapper.javabin) -classpath $(wrapper.class_path)
$(wrapper.startup_class) -config $(wrapper.server_xml) -hom

Re: How to depoy.

2002-02-20 Thread Gare, Trefor

I think the problem might be in the way you're calling the jk_nt_service.exe

My installation required the following at the command prompt

d:\jakarta-tomcat-3.3\bin\jk_nt_service.exe -i jakarta
d:\jakarta-tomcat-3.3\conf\jk\wrapper.properties

ie:  the path to the exe file,   the switch  -i,  the name of the service
"jakarta", and the path to the wrapper.properties file.


Tref Gare
Web Developer MCSD/SCJP
eCommerce Group
Phone:  (03) 9221 4106
Mobile: 0409 556 478
Fax:(03) 9941 4295

> -Original Message-
> From: MARSHALL,John [SMTP:[EMAIL PROTECTED]]
> Sent: Thursday,21 February 2002 10:37
> To:   [EMAIL PROTECTED]
> Subject:  Re: How to depoy.
>
> Guys
>
> Any ideas on this?  Or where I should really place it?
>
> Installed Jakarta-Tomcat-3.2.4 and all works fine with the standard
> Tomcat startup, and shutdown.BAT files.  But,
> i am having problems starting tomcat as an NT Service.
>
> I use:-
> Microwoft WIndows NT Version 4.0 (Build 1381) Service Pack 6)
> Jakarta_Tomcat-3.2.3
> jk_nt_service.exe (binary download - from 3.2.4
>
> Then using document "Working with the Jakarta NT Service"
>
> 1.  cmd prompt:  jk_nt_service -R Jakarta wrapper.properties
> 2.  performed a net start Jakarta, and received the following three
> lines
> The Jakarta service is starting
> The Jakarta service could not be started
> The service did not report an error.
>
> I then tried...
>
> From Windows NT Control Panel>Services
> 1.  (start) Jakarta and received the following message
> "Could not start the Jakarta Service on \\blah
> Error 2140: An Internal Windows NT Error Occured"
>
> FYI my wrapper.properties contains:-
> 
> 
> 
> #
> # $Header: /home/cvs/jakarta-tomcat/src/etc/Attic/wrapper.properties,v
> 1.2.2.1 2000/10/16 01:59:22 larryi Exp $
> # $Revision: 1.2.2.1 $
> # $Date: 2000/10/16 01:59:22 $
> #
> #
> # jk_service.properties - a bootstrup file for the Tomcat NT service.
> #
> # This file provides jk_nt_service with the needed information to
> # start tomcat at a different process.
> #
> # As a general note, the characters $( and ) are used internally to
> define
> # macros. Do not use them!!!
> #
> # Whenever you see a set of lines such as:
> # x=value
> # y=$(x)\something
> #
> # the final value for y will be value\something
> #
> # Normaly all you will need to modify is the first two properties, i.e.
> # wrapper.tomcat_home and wrapper.java_home. Most of the configuration
> # is derived from these two.
> #
>
> #
> # wrapper.tomcat_home should point to the location where you
> # installed tomcat. This is where you have your conf, webapps and lib
> # directories.
> #
> wrapper.tomcat_home=
>
> #
> # wrapper.java_home should point to your Java installation. Normally
> # you should have a bin and lib directories beneath it.
> #
> wrapper.java_home=
>
> #
> #-- ADVANCED MODE 
> # Make sure that you read the how-to before making too many changes.
> #-
> #
>
> #
> # Defining where the service is going to put the standard
> # output of Tomcat. This is where System.out.println and
> # System.err.println goes to.
> #
> wrapper.stdout=$(wrapper.tomcat_home)\logs\jvm.stdout
> wrapper.stderr=$(wrapper.tomcat_home)\logs\jvm.stderr
>
> #
> # Additions to the path. put here directories where you store DLLs for
> # native methods etc.
> #
> wrapper.ld_path=d:\
> wrapper.ld_path=c:\
>
> #
> # Defining the classpath. All the rows that belongs to the class_path
> # property are concatenated to create the classpath for Tomcat.
> #
> # If you have additional locations that you would like to add to the
> # claspath you should add a new wrapper.class_path= line.
> #
> wrapper.class_path=$(wrapper.tomcat_home)\classes
> wrapper.class_path=$(wrapper.tomcat_home)\lib\jaxp.jar
>
> # wrapper.class_path=$(wrapper.tomcat_home)\lib\parser.jar
>
> wrapper.class_path=$(wrapper.tomcat_home)\lib\webserver.jar
> wrapper.class_path=$(wrapper.tomcat_home)\lib\servlet.jar
> wrapper.class_path=$(wrapper.tomcat_home)\lib\jasper.jar
>
> #
> # This is where Javac is located in JDK1.2.x
> #
> # wrapper.class_path=$(wrapper.java_home)\lib\tools.jar
> #
> # and a tribute to JDK1.1.x
> #
> # wrapper.class_path=$(wrapper.java_home)\lib\classes.zip
>
> #
> # This is the Java interpreter used for runni

Re: How to depoy.

2002-02-20 Thread Gare, Trefor

Sorry... just realised these instructions are for tomcat-3.3 which may well
be different than for 3.4.

Tref Gare
Web Developer MCSD/SCJP
eCommerce Group
Phone:  (03) 9221 4106
Mobile: 0409 556 478
Fax:(03) 9941 4295

> -Original Message-
> From: Gare, Trefor [SMTP:[EMAIL PROTECTED]]
> Sent: Thursday,21 February 2002 2:44
> To:   [EMAIL PROTECTED]
> Subject:  Re: How to depoy.
>
> I think the problem might be in the way you're calling the
> jk_nt_service.exe
>
> My installation required the following at the command prompt
>
> d:\jakarta-tomcat-3.3\bin\jk_nt_service.exe -i jakarta
> d:\jakarta-tomcat-3.3\conf\jk\wrapper.properties
>
> ie:  the path to the exe file,   the switch  -i,  the name of the service
> "jakarta", and the path to the wrapper.properties file.
>
>
> Tref Gare
> Web Developer MCSD/SCJP
> eCommerce Group
> Phone:  (03) 9221 4106
> Mobile: 0409 556 478
> Fax:(03) 9941 4295
>
> > -Original Message-
> > From: MARSHALL,John [SMTP:[EMAIL PROTECTED]]
> > Sent: Thursday,21 February 2002 10:37
> > To:   [EMAIL PROTECTED]
> > Subject:  Re: How to depoy.
> >
> > Guys
> >
> > Any ideas on this?  Or where I should really place it?
> >
> > Installed Jakarta-Tomcat-3.2.4 and all works fine with the standard
> > Tomcat startup, and shutdown.BAT files.  But,
> > i am having problems starting tomcat as an NT Service.
> >
> > I use:-
> > Microwoft WIndows NT Version 4.0 (Build 1381) Service Pack 6)
> > Jakarta_Tomcat-3.2.3
> > jk_nt_service.exe (binary download - from 3.2.4
> >
> > Then using document "Working with the Jakarta NT Service"
> >
> > 1.  cmd prompt:  jk_nt_service -R Jakarta wrapper.properties
> > 2.  performed a net start Jakarta, and received the following three
> > lines
> > The Jakarta service is starting
> > The Jakarta service could not be started
> > The service did not report an error.
> >
> > I then tried...
> >
> > From Windows NT Control Panel>Services
> > 1.  (start) Jakarta and received the following message
> > "Could not start the Jakarta Service on \\blah
> > Error 2140: An Internal Windows NT Error Occured"
> >
> > FYI my wrapper.properties contains:-
> > 
> > 
> > 
> > #
> > # $Header: /home/cvs/jakarta-tomcat/src/etc/Attic/wrapper.properties,v
> > 1.2.2.1 2000/10/16 01:59:22 larryi Exp $
> > # $Revision: 1.2.2.1 $
> > # $Date: 2000/10/16 01:59:22 $
> > #
> > #
> > # jk_service.properties - a bootstrup file for the Tomcat NT service.
> > #
> > # This file provides jk_nt_service with the needed information to
> > # start tomcat at a different process.
> > #
> > # As a general note, the characters $( and ) are used internally to
> > define
> > # macros. Do not use them!!!
> > #
> > # Whenever you see a set of lines such as:
> > # x=value
> > # y=$(x)\something
> > #
> > # the final value for y will be value\something
> > #
> > # Normaly all you will need to modify is the first two properties, i.e.
> > # wrapper.tomcat_home and wrapper.java_home. Most of the configuration
> > # is derived from these two.
> > #
> >
> > #
> > # wrapper.tomcat_home should point to the location where you
> > # installed tomcat. This is where you have your conf, webapps and lib
> > # directories.
> > #
> > wrapper.tomcat_home=
> >
> > #
> > # wrapper.java_home should point to your Java installation. Normally
> > # you should have a bin and lib directories beneath it.
> > #
> > wrapper.java_home=
> >
> > #
> > #-- ADVANCED MODE 
> > # Make sure that you read the how-to before making too many changes.
> > #-
> > #
> >
> > #
> > # Defining where the service is going to put the standard
> > # output of Tomcat. This is where System.out.println and
> > # System.err.println goes to.
> > #
> > wrapper.stdout=$(wrapper.tomcat_home)\logs\jvm.stdout
> > wrapper.stderr=$(wrapper.tomcat_home)\logs\jvm.stderr
> >
> > #
> > # Additions to the path. put here directories where you store DLLs for
> > # native methods etc.
> > #
> > wrapper.ld_path=d:\
> > wrappe