Jump to content
We've recently updated our Privacy Statement, available here ×

baileyao

Members
  • Posts

    4
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Downloads

Posts posted by baileyao

  1. Greetings,

    I am currently using Jasperserver 4.0.0. Community edition. Randomly as I upload documents and set parameters on the site, a page with the error message below appears and I lose all my information. Has anyone encountered this problem? Does anyone have a solution? Thanks

     

     

    HTTP Status 501 - Method ET is not defined in RFC 2068 and is not supported by the Servlet API


    type Status report

    message Method ET is not defined in RFC 2068 and is not supported by the Servlet API

    description The server does not support the functionality needed to fulfill this request (Method ET is not defined in RFC 2068 and is not supported by the Servlet API ).


    Apache Tomcat/6.0.26

  2. Greetings,

    I have been trying using past posts to configure SSL for our Jaspersever. We currently have Jasperserver 4.0 running on a bundled tomcat and a non bundled mysql. We also have apache httpd running on the server. I have tried:

    1. Modifying server.xml to pick up ther server.crt file.

    2. I have also modified apache httpd to do a proxy pass to jasperserver to jasperserver.

    Of course, neither has worked. My questions are:

    1. Are both options viable in my case or is there one that I should pursue?

    2. Is there any clear documentation on how to configure SSL? I have searched and have not been able to find any.

  3. Hi,

    I am able to get LDAP working in Community version 4.0 however when I use the same settings in 5.0 it does not work. Below are the areas configured in the version 5 applicationContext-security.xml file.Is there somethng that I am missing?

     


        
        
        
         cn=user,ou=User Accounts,ou=Countries,ou=Depts,ou=abc,dc=wabc,dc=com
         password
       
      
      
        
      
     
      
                   class="org.springframework.security.ldap.search.FilterBasedLdapUserSearch">
        
          
        
        
           sAMAccountName={0}
        
        
          
                    
        
           true
                    
                  
      
      
      
      
        
          
             
              sAMAccountName={0},ou=User Accounts,ou=Countries,ou=Depts,ou=abc
             
          
        
        
          
             
              ou=User Accounts,ou=Countries,ou=Depts,ou=abc
              sAMAccountName
              (&(uniqueMember={0})(objectclass=groupofuniquenames))
              true           
          
        
      
      .

      .

      .

     

×
×
  • Create New...