Title: Bericht

Hi,

 

Thanks for your suggestions. The statements mentioned below are already present at webapp level and I added them at Tomcat level. This makes no difference.

 

When clicking on index.jsp in the directory list I get a 404 message: /mmbase/securityindex.jsp

When adding the slash I get an apparently blank page.

When viewing the source code I get repeating code:

 

<html>
  <head>
    <title>Cloud Context Security Administration</title>
    <link href="style/default.css" rel="stylesheet" type="text/css" />
    <link rel="icon" href="images/favicon.ico" type="image/x-icon" />
    <link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon" />
  </head>
  <body>
<!-- IncludeTag page = '/mmbase/security/index.jsp?parameters=location,language&location=&language=en' -->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd">
<html>
  <head>
    <title>Cloud Context Security Administration</title>
    <link href="style/default.css" rel="stylesheet" type="text/css" />
    <link rel="icon" href="images/favicon.ico" type="image/x-icon" />
    <link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon" />
  </head>
  <body>
<!-- IncludeTag page = '/mmbase/security/index.jsp' -->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd">
<html>
  <head>
    <title>Cloud Context Security Administration</title>
    <link href="style/default.css" rel="stylesheet" type="text/css" />
    <link rel="icon" href="images/favicon.ico" type="image/x-icon" />
    <link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon" />
  </head>
  <body>
<!-- IncludeTag page = '/mmbase/security/index.jsp' -->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd">
<html>
  <head>
    <title>Cloud Context Security Administration</title>
    <link href="style/default.css" rel="stylesheet" type="text/css" />
    <link rel="icon" href="images/favicon.ico" type="image/x-icon" />
    <link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon" />
  </head>
  <body>
<!-- IncludeTag page = '/mmbase/security/index.jsp' -->

 

 

Any other suggestions? Thanks

 


Van: Ernst Bunders [mailto:[EMAIL PROTECTED]
Verzonden: donderdag 6 oktober 2005 17:08
Aan: Discussion list for developers
Onderwerp: RE: [Developers] Cloud context security

 

look in the file WEB-INF/web.xml

there is an element welcome-file-list

it should look like

 

<welcome-file-list>
      <welcome-file>index.jsp</welcome-file>
      <welcome-file>default.jsp</welcome-file>
      <welcome-file>index.html</welcome-file>
   </welcome-file-list>

 

 

if it contains a index.jsp element than those pages should be shown automatically.

 

hope this helps

 

ernst

-----Oorspronkelijk bericht-----
Van: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Namens Ferdinandus, Humphrey
Verzonden: donderdag 6 oktober 2005 15:40
Aan: Discussion list for developers
Onderwerp: [Developers] Cloud context security

All,

 

I am using cloud context security in different webapps. The strangest thing occurs. In one webapp I get a directory listing when opening http://host:port/webapp/mmbase/security and in the other webapp the security application opens correctly.

What could be causing this problem? I am using mmbase 1.7.3 for all webapps.

 

Kind regards,

 

Humphrey

 

--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.344 / Virus Database: 267.11.10/120 - Release Date: 5-10-2005


--
No virus found in this incoming message.
Checked by AVG Anti-Virus.
Version: 7.0.344 / Virus Database: 267.11.10/120 - Release Date: 5-10-2005


--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.344 / Virus Database: 267.11.13/123 - Release Date: 6-10-2005

_______________________________________________
Developers mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/developers

Reply via email to