RE: accessing servlet 404 error

2002-12-16 Thread David Rayroud
Hi,

You must place your files into $TOMCAT_HOME/webapps/simple, and access to
http://servername:8080/simple if your server is configured to work on this
port (see $TOMCAT_HOME/conf/server.xml, section






-Message d'origine-
De : Julie Jordan [mailto:[EMAIL PROTECTED]]
Envoyé : lundi, 16. décembre 2002 16:23
À : [EMAIL PROTECTED]
Objet : accessing servlet 404 error

I'm just starting my first webapp with Tomcat and have placed the files &
classes into
/tomcat_home/simple:

Simple.html, index.class, index.jsp, index.java, Simple.java
classes
WEB-INF

I added the following to Server.xml:



When I try to access:
http://servername/simple

I get:

Ctx(/simple) : Status code:404 request:R( /simple + / + nu
ll) msg:null

I'm using:
Apache 1.3.9
JSDK2.0
mod_jk
Tomcat 3.3.1

Any help is greatly appreciated.
Julie


--
To unsubscribe, e-mail:

For additional commands, e-mail:



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




RE: who can help me with puretls.jar ???

2002-12-13 Thread David Rayroud
You can find puretls.jar on this adress :
http://jpackage.sourceforge.net/rpm2html/free/RPMS/puretls-0.9-0.b2.1jpp.noa
rch.html

David Rayroud

-Message d'origine-
De : Jean-Luc BEAUDET [mailto:[EMAIL PROTECTED]]
Envoyé : vendredi, 13. décembre 2002 11:16
À : tomcat-user
Objet : who can help me with puretls.jar ???

  Hi all,

I finally got my new 4.1.12 rel compiled and running.

Unfortunately, i had to comment out all the lines concerning
puretls.jar; i don't know where i can get it downloaded.

Any help welcome, thanks in advance.

Jean-Luc :O)




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


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




How to secure application

2002-12-12 Thread David Rayroud
Hi,

Excuse me but I'm beginner user with Tomcat.

I will protect an application, that can be use only for selected user. How
can I configure Tomcat for this ? With roles (tomcat-users.xml)? I didn't
find documentation for this.

I'm using Tomcat 4.1.12, running on a SME 5.7 (beta 2), based on RedHat 7.2.

Thank for your help

David Rayroud


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




RE: Tomcat on Startup

2002-12-11 Thread David Rayroud
Hi,

I'm using SME5.7 Server (based on Redhat 8.0), with Tomcat 4.1.12. To make
tomcat as a service, I did this command.

/sbin/chkconfig --add tomcat4
Try to do this. I'm not sure... Please read the manual of chkconfig

David Rayroud

-Message d'origine-
De : Peter [mailto:[EMAIL PROTECTED]]
Envoyé : mercredi, 11. décembre 2002 17:20
À : [EMAIL PROTECTED]
Objet : Tomcat on Startup

To all,
  What is the best way to start tomcat(4.1.9) on a boot up(Red Hat 8.0)?  It
would be nice if it were to show up in the Services like http(Apache  2.04).

Thanks,
Peter



__
The NEW Netscape 7.0 browser is now available. Upgrade now!
http://channels.netscape.com/ns/browsers/download.jsp

Get your own FREE, personal Netscape Mail account today at
http://webmail.netscape.com/

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


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




RE: Tomcat port number

2002-12-11 Thread David Rayroud
Hi,

You must edit your $TOMCAT_HOME/conf/server.xml. Make a search for "8080"
and you must see something like this :





The definition of the port is the line port="". Here you can change your
port number.

Regard

David Rayroud


-Message d'origine-
De : Laxmikanth M.S. [mailto:[EMAIL PROTECTED]]
Envoyé : mercredi, 11. décembre 2002 13:58
À : Tomcat Users List
Objet : Tomcat port number

Hi all,
How to change 8080 port number to some other port for tomcat
thanx
Laxmikanth

*
Disclaimer: The information in this e-mail and any attachments is
confidential / privileged. It is intended solely for the addressee or
addressees. If you are not the addressee indicated in this message, you may
not copy or deliver this message to anyone. In such case, you should destroy
this message and kindly notify the sender by reply email. Please advise
immediately if you or your employer does not consent to Internet email for
messages of this kind.
*

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


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




server.dtd

2002-12-11 Thread David Rayroud
Has anyone a dtd file for the server.xml file ?

I'm using Tomcat4.1.12, running on SME5.7 Linux Server.

Thank you

David Rayroud


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




RE: Adding Jar files in Tomcat 4.1.12

2002-12-06 Thread David Rayroud
Hi,

You must put your *.jar file in this directory if you want that all
application can access to this drivers :
$TOMCAT_HOME/common/lib

Bye

David Rayroud

-Message d'origine-
De : Laxmikanth M.S. [mailto:[EMAIL PROTECTED]]
Envoyé : vendredi, 6. décembre 2002 16:28
À : Tomcat Users List
Objet : Adding Jar files in Tomcat 4.1.12

Hi ,
In tomcat3.3.1 I added my JDBC Driver files classpath in tomcat.sh
simillarly where I have to add it in Tomcat4.1.12
thanks in advance for replies and answers
Laxmikanth

*
Disclaimer: The information in this e-mail and any attachments is
confidential / privileged. It is intended solely for the addressee or
addressees. If you are not the addressee indicated in this message, you may
not copy or deliver this message to anyone. In such case, you should destroy
this message and kindly notify the sender by reply email. Please advise
immediately if you or your employer does not consent to Internet email for
messages of this kind.
*

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

---
Incoming mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.422 / Virus Database: 237 - Release Date: 20.11.2002

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.422 / Virus Database: 237 - Release Date: 20.11.2002



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




RE: Tomacat and apache web server

2002-12-06 Thread David Rayroud
Hi,

Tell me your version of Tomcat and Apache and I will help you

David Rayroud

-Message d'origine-
De : Tushar Kulkarni [mailto:[EMAIL PROTECTED]]
Envoyé : mercredi, 5. décembre 2001 13:57
À : Tomcat Users List
Objet : Tomacat and apache web server

How to configure tomcat and apache web server?
Please help!



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

---
Incoming mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.422 / Virus Database: 237 - Release Date: 20.11.2002

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.422 / Virus Database: 237 - Release Date: 20.11.2002



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




AutoDeploy war file

2002-12-06 Thread David Rayroud
Hi,

First excuse for my poor English.

I will configure Tomcat4 for it deploy automatic *.war file but I wan't
restart the application.

I declare the application like this :



I'm using Tomcat 4.1.12 running on Mitel Networks SME Server 5.6beta7

I develop with CodeChage Studio

Thank you for your help

David Rayroud

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.422 / Virus Database: 237 - Release Date: 20.11.2002



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