Avatar billede superib Nybegynder
19. maj 2003 - 09:17 Der er 2 kommentarer og
1 løsning

URL rewriting i Resin 3.0

Hvordan slår man det til???

resin.conf:
------------------------
<!--
  - Temporary minimal resin.conf during 3.0 refactoring.
  -->
<resin xmlns="http://caucho.com/ns/resin">
  <!--
    - Logging configuration for the JDK logging API.
    -->
  <log id='' level='info' path='stderr:' timestamp='[%H:%M:%S.%s] '/>

  <!--
    - For production sites, change dependency-check-interval to something
    - like 60s, so it only checks for updates every minute.
    -->
  <dependency-check-interval>2s</dependency-check-interval>

  <!--
    - You can change the compiler to "javac" or jikes.
    - The default is "internal" only because it's the most
    - likely to be available.
    -->
  <javac compiler="internal" args=""/>

  <!--
    - Sample database pool configuration
    - The JDBC name is java:comp/env/jdbc/test
    -->
  <database>
    <name>jdbc/test</name>
    <driver-class>com.caucho.jdbc.mysql.Driver</driver-class>
    <driver-url>jdbc:mysql_caucho://localhost:3306/test</driver-url>
    <user></user>
    <password></password>
    <max-connections>20</max-connections>
    <max-idle-time>30s</max-idle-time>
  </database>

  <server>
    <!-- The http port -->
    <http id='' host='*' port='8080'/>

    <!--
      - SSL port configuration:
      -
      - <http port=8443>
      -  <openssl>
      -    <certificate-file>keys/gryffindor.crt</certificate-file>
      -    <certificate-key-file>keys/gryffindor.key</certificate-key-file>
      -    <password>test123</password>
      -  </openssl>
      - </http>
      -->

    <!--
      - The local cluster, used for load balancing and distributed
      - backup.
      -->
    <cluster>
      <srun id='' host='127.0.0.1' port='6802'/>
    </cluster>

    <!--
      - If starting bin/resin as root on Unix, specify the user name
      - and group name for the web server user.
      -
      - <user-name>resin</user-name>
      - <group-name>resin</group-name>
      -->

    <!--
      - Default host configuration applied to all virtual hosts.
      -->
    <host-default>
      <class-loader>
        <!--
          - If true, the classloader order follows the Servlet spec.
          - If false, the classloader order follows the JDK spec.
          -->
        <servlet-hack>false</servlet-hack>

        <compiling-loader path='webapps/WEB-INF/classes'/>
        <library-loader path='webapps/WEB-INF/lib'/>
      </class-loader>

      <!--
        - With another web server, like Apache, this can be commented out
        - because the web server will log this information.
        -->
      <access-log path='logs/access.log'
            format='%h %l %u %t "%r" %s %b "%{Referer}i" "%{User-Agent}i"'
            rollover-period='1W'/>

      <!-- creates the webapps directory for .war expansion -->
      <web-app-deploy path='webapps'/>
    </host-default>

    <!-- includes the web-app-default for default web-app behavior -->
    <resin:include href="app-default.xml"/>

    <!-- configures the default host, matching any host name -->
    <host id=''>
      <document-directory>doc</document-directory>

      <!-- configures the root web-app -->
      <web-app id='/'>
        <!-- adds xsl to the search path -->
        <class-loader>
          <simple-loader path="$host-root/xsl"/>
        </class-loader>

        <servlet-mapping url-pattern="/servlet/*" servlet-name="invoker"/>
      </web-app>
    </host>
  </server>
</resin>
Avatar billede disky Nybegynder
19. maj 2003 - 09:33 #1
prøv at indsæt:
<session-config>
        <session-max>4096</session-max>
        <session-timeout>30</session-timeout>
        <enable-cookies>false</enable-cookies>
        <enable-url-rewriting>true</enable-url-rewriting>
</session-config>
Avatar billede disky Nybegynder
19. maj 2003 - 09:35 #2
kig her:
http://www.caucho.com/resin-3.0/config/webapp.xtp#session-config
Under tabelen står der:

By default, both enable-cookies and enable-url-rewriting are true. To force url rewriting, you would create a configuration like:

<web-app id='/'>

  <session-config
  enable-cookies='false'
  enable-url-rewriting='true'/>

</web-app>
Avatar billede superib Nybegynder
30. juni 2003 - 18:24 #3
Jeg fatter stadig hat af hat... men du har jo sikket ret... det plejer du jo at have... ;)
Avatar billede Ny bruger Nybegynder

Din løsning...

Tilladte BB-code-tags: [b]fed[/b] [i]kursiv[/i] [u]understreget[/u] Web- og emailadresser omdannes automatisk til links. Der sættes "nofollow" på alle links.

Loading billede Opret Preview
Kategori
Kurser inden for grundlæggende programmering

Log ind eller opret profil

Hov!

For at kunne deltage på Computerworld Eksperten skal du være logget ind.

Det er heldigvis nemt at oprette en bruger: Det tager to minutter og du kan vælge at bruge enten e-mail, Facebook eller Google som login.

Du kan også logge ind via nedenstående tjenester