Re: Problems with dir structure

2003-07-24 Thread bernd pier
hi, you can put servlets in every dir you have create.it had to be this structure /webapps/WEB-INF/classes and there must be a web.xml file. look into the webapps/examples dir as a template.this question is often discussed in this list. Lenandlar Singh schrieb: Hello, where do i put static

Re: Problem with Dir Structure...

2003-07-24 Thread bernd pier
hi, i think this should be your servlet mapping: servlet-mapping servlet-nameShowParameters/servlet-name url-pattern/testapp/ShowParameters/url-pattern /servlet-mapping and so far as i know you had to do in html action='ShowParameters' method='.. and so on. Lenandlar Singh

Re: how to change this example JSP and servlet?

2003-07-24 Thread bernd pier
hi tommy, what you see is the html side of the servlet. you can go to tomcat/webapps/examples/WEB-INF/classes there you`ll find the SendMailServlet. you`ll see to files one end with .java and one with .class. when you open the .java file you`ll see the source of the java serlvet which you can

Re: Location of servlets?

2003-07-21 Thread bernd pier
if you try the example servlet Hello World the url must be http://localhost:8080/examples/servlet/HelloWorldExample; cause this servlet is located in webapps/examples/WEB-INF/classes. bernd Jeff Howard schrieb: Thanks for everyone's help earlier today. Upgrading to JDK 1.4.2 from 1.2.2 allowed

Re: tomcat-WEB-INF

2003-07-17 Thread bernd pier
.. Original Message Follows From: bernd pier [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: tomcat-WEB-INF Date: Wed, 16 Jul 2003 15:35:54 +0200 MIME-Version: 1.0 Received: from apache.org ([208.185.179.12]) by mc7-f27.law1

Re: tomcat-WEB-INF

2003-07-16 Thread bernd pier
don`t really understand what you are doing. did you have a structure like this /webapps/mywebapplication/anotherwebapplication ? that won`t go. it must be /webapps/mywebapplication /webapps/anotherwebapplication bernd Elif Akten schrieb: I have an

Re: RPM Pacakages for RHLinux

2003-07-15 Thread bernd pier
hi hari i think that jsdk and tomcat are available in bin or source versions.in my opinion the bin version is the easier way to install both of them. if you run in problems with one of the installation feel free to ask, help is on the way. bernd Hari Om schrieb: where can I download rpm file

Re: how to create servlet?

2003-07-10 Thread bernd pier
you can also create a own webapp-folder for your servelts, lets say named project. there must be a structure like this: /project/WEB-INF/classes /project/WEB-INF/lib and a web.xml file under WEB-INF. then you can add this folder to the server.xml file located in tomcat../conf/.look in this file

Re: strange error

2003-07-08 Thread BERND PIER
what tomcat version did you use. i got a similary error when i shutdown an older version of tomcat something like 4.1.24 or so. i have installed the newest tomcat version and this works fine. bernd Bodycombe, Andrew schrieb: Sounds like you may have a corrupted .jar file. -Original

Re: Tiomcat 4.1.24 HTTP Status 404 - The requested resource (servlet) is not available

2003-07-07 Thread bernd pier
hi, could it be, that the folder coffemy is not integrate into the server.xml. cause when tomcat couldn`t find all the servlets that are in this folder, this could be the reason. hope that will help you a little bernd At 20:10 02.07.2003 +0100, you wrote: I have Tomcat 4.02 working using

Re: Help Creating new Host

2003-07-07 Thread bernd pier
so far as i know no, cause tomcat had to read the config files to make the changes. bernd At 12:25 07.07.2003 -0400, you wrote: Hi I'm using Tomcat 4.1.24 and when I create a new host with the Administration Tool I have to restart the server for the changes to take place. If I don't restart

tomcat and xp

2003-07-02 Thread bernd pier
hi, i`ve installed tomcat 5.0 on windows xp, using j2sdk1.4.2. i´ve set JAVA_HOME and CATALINA_HOME, but tomcat won`t start. i have use the installer from tomcat, so i try to run tomcat from the command line and from the startmenu, but when try to connect http://lodalhost:8080/ i got

the server encountered an internal error () ...

2003-02-20 Thread bernd pier
hey, i`m just new with tomcat. i wrote a servlet, that transform xml with xsl. i use tomcat 4.1.18, xerces,xalan on windows xp and i have the .jar files copied in c:/programme/apache group/tomcat 4.1/lib. running the servlet following error occurse: HTTP Status 500 - type Exception report