Pid wrote:

>
> On 01/06/2011 10:55, Lentes, Bernd wrote:
> > lrwxrwxrwx   1 root root   20 Apr 18 16:33 webapps ->
> /srv/tomcat6/webapps/
>
> What is in the webapps dir?  A directory called 'mouseidgenes'?
>

Yes.

> If so, what is the file tree in that directory?
>

vm53200-12:~ # l /srv/tomcat6/webapps/mouseidgenes
total 268
drwxr-xr-x 6 tomcat tomcat  4096 May 30 16:55 ./
drwxrwxr-x 8 root   tomcat  4096 May 30 16:55 ../
-rw-r--r-- 1 tomcat tomcat  1481 May 20 15:02 Applet.htm
-rw-r--r-- 1 tomcat tomcat  2443 May  9 16:21 Download.html
drwxr-xr-x 2 tomcat tomcat  4096 May 30 16:55 File_Ressources/
-rw-r--r-- 1 tomcat tomcat  2798 May 23 14:35 IDGenesStyle.css
-rw-r--r-- 1 tomcat tomcat  6088 Apr 13 10:40 LinkedSelection.js
drwxr-xr-x 2 tomcat tomcat  4096 May 30 16:55 META-INF/
-rw-r--r-- 1 tomcat tomcat   498 Apr 13 11:53 MailingList.html
drwxr-xr-x 4 tomcat tomcat  4096 May 30 17:03 WEB-INF/
drwxr-xr-x 6 tomcat tomcat  4096 May 30 16:55 classes/
-rw-r--r-- 1 tomcat tomcat  2032 Apr 13 11:54 contact.html
-rw-r--r-- 1 tomcat tomcat  7239 May  9 16:13 help.html
-rw-r--r-- 1 tomcat tomcat  2500 Apr 13 11:55 home.html
-rw-r--r-- 1 tomcat tomcat   443 May 11 13:16 ind2_old.html
-rw-r--r-- 1 tomcat tomcat   378 May 20 15:59 ind_old.html
-rw-r--r-- 1 tomcat tomcat   434 Apr 29 22:31 intSearch_old.html
-rw-r--r-- 1 tomcat tomcat 85925 May 11 09:40 jquery.min.js
-rw-r--r-- 1 tomcat tomcat 37133 Apr 20 12:47 jquery.validate.js
-rw-r--r-- 1 tomcat tomcat  4731 May  4 14:14 main_new.htm
-rw-r--r-- 1 tomcat tomcat  1409 May 20 14:47 menu.htm
-rw-r--r-- 1 tomcat tomcat  1930 Mar 25 10:22 terminAuswahl.js
-rw-r--r-- 1 tomcat tomcat 14537 May  4 09:44 tidy.html
-rw-r--r-- 1 tomcat tomcat 28948 May  9 13:55 xhtml2fo.xsl

> What is "/mouseidgenes/InputData"? Is it a servlet or a JSP?

It's a servlet.
Extract from web.xml:

...
     <servlet>
        <servlet-name>InputData</servlet-name>
        <servlet-class>input.InputData</servlet-class>
    </servlet>
    <servlet-mapping>
        <servlet-name>InputData</servlet-name>
        <url-pattern>/InputData</url-pattern>
        </servlet-mapping>
...


Bernd

Helmholtz Zentrum München
Deutsches Forschungszentrum für Gesundheit und Umwelt (GmbH)
Ingolstädter Landstr. 1
85764 Neuherberg
www.helmholtz-muenchen.de
Aufsichtsratsvorsitzende: MinDir´in Bärbel Brumme-Bothe
Geschäftsführer: Prof. Dr. Günther Wess und Dr. Nikolaus Blum
Registergericht: Amtsgericht München HRB 6466
USt-IdNr: DE 129521671

Reply via email to