IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
Navigation

Inscrivez-vous gratuitement
pour pouvoir participer, suivre les réponses en temps réel, voter pour les messages, poser vos propres questions et recevoir la newsletter

Apache Discussion :

WARN (962): Uri * is invalid. Uri must start with /


Sujet :

Apache

Vue hybride

Message précédent Message précédent   Message suivant Message suivant
  1. #1
    Membre confirmé Avatar de POKOU
    Homme Profil pro
    developpeur
    Inscrit en
    Décembre 2008
    Messages
    121
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 63
    Localisation : France, Finistère (Bretagne)

    Informations professionnelles :
    Activité : developpeur

    Informations forums :
    Inscription : Décembre 2008
    Messages : 121
    Par défaut WARN (962): Uri * is invalid. Uri must start with /
    Bonjour,

    quelqu'un connait il ce warning ? et où faut il le corriger ?
    dans la log apache2 :
    [Wed Jun 20 15:32:18 2012] [12914:3074914048] [warn] map_uri_to_worker_ext::jk_uri_worker_map.c (962): Uri * is invalid. Uri must start with /
    et dans la log mod_jk j'ai :
    [Wed Jun 20 15:40:58 2012] [12923:3074914048] [info] ajp_process_callback::jk_ajp_common.c (1945): Writing to client aborted or client network problems
    [Wed Jun 20 15:40:58 2012] [12923:3074914048] [info] ajp_service::jk_ajp_common.c (2607): (worker1) sending request to tomcat failed (unrecoverable), because of client write error (attempt=1)
    [Wed Jun 20 15:40:58 2012] [12923:3074914048] [info] jk_handler::mod_jk.c (2671): Aborting connection for worker=worker1

  2. #2
    Rédacteur
    Avatar de _Mac_
    Profil pro
    Inscrit en
    Août 2005
    Messages
    9 601
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Août 2005
    Messages : 9 601
    Par défaut
    Apparemment il y a un truc dans ta conf qui ne va pas. Tu peux la donner ?

  3. #3
    Membre confirmé Avatar de POKOU
    Homme Profil pro
    developpeur
    Inscrit en
    Décembre 2008
    Messages
    121
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 63
    Localisation : France, Finistère (Bretagne)

    Informations professionnelles :
    Activité : developpeur

    Informations forums :
    Inscription : Décembre 2008
    Messages : 121
    Par défaut
    Bonjour,
    Voila c'est un peu ça mon problème :

    J'ai une conf apache : /etc/apache2/*.conf (je crois!),
    une conf tomcat : /etc/tomcat6/*.conf (je crois!)
    et une conf mysql : à l'install de mysql j'ai mis un password à root et dans le applicationContext.xml de MonProjet j'appelle bien avec root et le password.

    - apache se sert de mod_jk pour envoyer les requettes http vers tomcat.
    - Mon model en struts qui fonctionne sur tomcat cherche a acceder à mysql.

    Ma première requette (l'authentification) ne renvoie rien, or ellerenvoie bien un user de la table user en test.
    voici la catalina.out :
    Jun 20, 2012 3:30:49 PM org.apache.coyote.http11.Http11Protocol pause
    INFO: Pausing Coyote HTTP/1.1 on http-8080
    Jun 20, 2012 3:30:50 PM org.apache.catalina.core.StandardService stop
    INFO: Stopping service Catalina
    Jun 20, 2012 3:30:50 PM org.apache.catalina.loader.WebappClassLoader clearReferencesJdbc
    SEVERE: The web application [/MonProjet] registered the JDBC driver [com.mysql.jdbc.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered.
    Jun 20, 2012 3:30:50 PM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
    SEVERE: The web application [/MonProjet] appears to have started a thread named [MySQL Statement Cancellation Timer] but has failed to stop it. This is very likely to create a memory leak.
    Jun 20, 2012 3:30:50 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
    SEVERE: The web application [/MonProjet] created a ThreadLocal with key of type [com.opensymphony.xwork2.inject.ContainerImpl$10] (value [com.opensymphony.xwork2.inject.ContainerImpl$10@19846fd]) and a value of type [java.lang.Object[]] (value [[Ljava.lang.Object;@5c90f6]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
    ...
    Jun 20, 2012 3:30:50 PM org.apache.coyote.http11.Http11Protocol destroy
    INFO: Stopping Coyote HTTP/1.1 on http-8080
    Jun 20, 2012 3:30:54 PM org.apache.coyote.http11.Http11Protocol init
    INFO: Initializing Coyote HTTP/1.1 on http-8080
    Jun 20, 2012 3:30:54 PM org.apache.catalina.startup.Catalina load
    INFO: Initialization processed in 1292 ms
    Jun 20, 2012 3:30:54 PM org.apache.catalina.core.StandardService start
    INFO: Starting service Catalina
    Jun 20, 2012 3:30:54 PM org.apache.catalina.core.StandardEngine start
    INFO: Starting Servlet Engine: Apache Tomcat/6.0.32
    Jun 20, 2012 3:30:54 PM org.apache.catalina.startup.HostConfig deployDescriptor
    INFO: Deploying configuration descriptor ROOT.xml
    Jun 20, 2012 3:30:54 PM org.apache.catalina.startup.HostConfig deployWAR
    INFO: Deploying web application archive MonProjet.war
    log4j:WARN No appenders could be found for logger (org.springframework.web.context.ContextLoader).
    log4j:WARN Please initialize the log4j system properly.
    Jun 20, 2012 3:31:01 PM org.apache.catalina.startup.HostConfig deployWAR
    INFO: Deploying web application archive TestJavascript.war
    Jun 20, 2012 3:31:01 PM org.apache.catalina.startup.HostConfig deployDirectory
    INFO: Deploying web application directory images_en_vrac
    Jun 20, 2012 3:31:01 PM org.apache.coyote.http11.Http11Protocol start
    INFO: Starting Coyote HTTP/1.1 on http-8080
    Jun 20, 2012 3:31:01 PM org.apache.jk.common.ChannelSocket init
    INFO: JK: ajp13 listening on /0.0.0.0:8009
    Jun 20, 2012 3:31:01 PM org.apache.jk.server.JkMain start
    INFO: Jk running ID=0 time=0/63 config=null
    Jun 20, 2012 3:31:01 PM org.apache.catalina.startup.Catalina start
    INFO: Server startup in 7906 ms
    Hibernate: select user0_.ID as ID2_, user0_.password as password2_, user0_.username as username2_ from User user0_ where user0_.username=? and user0_.password=?
    Une tentative de login ?chou?e
    Hibernate: select user0_.ID as ID2_, user0_.password as password2_, user0_.username as username2_ from User user0_ where user0_.username=? and user0_.password=?
    Une tentative de login ?chou?e
    Jun 20, 2012 3:40:58 PM org.apache.jk.common.ChannelSocket processConnection
    WARNING: processCallbacks status 2

    Ma conf apache2 :

    mon /etc/apache2/apache2.conf est :
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    74
    75
    76
    77
    78
    79
     
    ServerName localhost
    ServerRoot "/etc/apache2"
     
    LockFile ${APACHE_LOCK_DIR}/accept.lock
     
    PidFile ${APACHE_PID_FILE}
     
    Timeout 300
     
    KeepAlive On
     
    MaxKeepAliveRequests 100
     
    KeepAliveTimeout 5
     
    <IfModule mpm_prefork_module>
        StartServers          5
        MinSpareServers       5
        MaxSpareServers      10
        MaxClients          150
        MaxRequestsPerChild   0
    </IfModule>
     
    <IfModule mpm_worker_module>
        StartServers          2
        MinSpareThreads      25
        MaxSpareThreads      75 
        ThreadLimit          64
        ThreadsPerChild      25
        MaxClients          150
        MaxRequestsPerChild   0
    </IfModule>
     
    <IfModule mpm_event_module>
        StartServers          2
        MinSpareThreads      25
        MaxSpareThreads      75 
        ThreadLimit          64
        ThreadsPerChild      25
        MaxClients          150
        MaxRequestsPerChild   0
    </IfModule>
     
    User ${APACHE_RUN_USER}
    Group ${APACHE_RUN_GROUP}
     
    AccessFileName .htaccess
     
    <Files ~ "^\.ht">
        Order allow,deny
        Deny from all
        Satisfy all
    </Files>
     
    DefaultType text/plain
     
    HostnameLookups Off
     
    ErrorLog ${APACHE_LOG_DIR}/error.log
     
    LogLevel warn
     
    Include mods-enabled/*.load
    Include mods-enabled/*.conf
     
    Include httpd.conf
     
    Include ports.conf
     
    LogFormat "%v:%p %h %l %u %t \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\"" vhost_combined
    LogFormat "%h %l %u %t \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\"" combined
    LogFormat "%h %l %u %t \"%r\" %>s %O" common
    LogFormat "%{Referer}i -> %U" referer
    LogFormat "%{User-agent}i" agent
     
    Include conf.d/
     
    Include sites-enabled/
    mon /etc/apache2/httpd.conf est :
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
     
    <VirtualHost *>
            ServerAdmin <a href="mailto:admin@monsite.fr">admin@monsite.fr</a>
            ServerName monsite.fr
            ServerAlias <a href="http://www.monsite.fr" target="_blank">www.monsite.fr</a>
            DocumentRoot /var/lib/tomcat6/webapps/MonProjet/
            DirectoryIndex /login/LoginForm.jsp 
    	JkMount /* worker1
    </VirtualHost>
    mon /etc/apache2/ports.conf est :
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
     
    NameVirtualHost *:80
    Listen 80
    <IfModule mod_ssl.c>
        Listen 443
    </IfModule>
    <IfModule mod_gnutls.c>
        Listen 443
    </IfModule>
    mon /etc/apache2/workers.properties est :
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
     
    workers.tomcat_home=/usr/share/tomcat6
    workers.java_home=$(JAVA_HOME)
    ps=/
    worker.list=worker1
    worker.worker1.port=8009
    worker.worker1.host=localhost
    worker.worker1.type=ajp13
    ma JAVA_HOME est :
    /usr/lib/jvm/jdk1.6.0_31
    Ma conf tomcat6 :
    mon /etc/tomcat6/catalina.properties est :
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
     
    package.access=sun.,org.apache.catalina.,org.apache.coyote.,org.apache.tomcat.,org.apache.jasper.,sun.beans.
    package.definition=sun.,java.,org.apache.catalina.,org.apache.coyote.,org.apache.tomcat.,org.apache.jasper.
    common.loader=${catalina.base}/lib,${catalina.base}/lib/*.jar,${catalina.home}/lib,${catalina.home}/lib/*.jar,/var/lib/tomcat6/common/classes,/var/lib/tomcat6/common/*.jar
    server.loader=${catalina.home}/server/classes,${catalina.home}/server/*.jar,/var/lib/tomcat6/server/classes,/var/lib/tomcat6/server/*.jar
    shared.loader=${catalina.home}/shared/classes,${catalina.home}/shared/*.jar,/var/lib/tomcat6/shared/classes,/var/lib/tomcat6/shared/*.jar
    tomcat.util.buf.StringCache.byte.enabled=true
    mon /etc/tomcat6/catalina.properties est :
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
     
    <Context>
        <WatchedResource>WEB-INF/web.xml</WatchedResource>
    </Context>
    mon /etc/tomcat6/loggin.properties est :
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
     
    handlers = 1catalina.org.apache.juli.FileHandler, 2localhost.org.apache.juli.FileHandler, java.util.logging.ConsoleHandler
     
    .handlers = 1catalina.org.apache.juli.FileHandler, java.util.logging.ConsoleHandler
     
    1catalina.org.apache.juli.FileHandler.level = FINE
    1catalina.org.apache.juli.FileHandler.directory = ${catalina.base}/logs
    1catalina.org.apache.juli.FileHandler.prefix = catalina.
     
    2localhost.org.apache.juli.FileHandler.level = FINE
    2localhost.org.apache.juli.FileHandler.directory = ${catalina.base}/logs
    2localhost.org.apache.juli.FileHandler.prefix = localhost.
     
    java.util.logging.ConsoleHandler.level = FINE
    java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
     
    org.apache.catalina.core.ContainerBase.[Catalina].[localhost].level = INFO
    org.apache.catalina.core.ContainerBase.[Catalina].[localhost].handlers = 2localhost.org.apache.juli.FileHandler
    mon /etc/tomcat6/server.xml est :
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
     
    <Server port="8005" shutdown="SHUTDOWN">
     
      <Listener className="org.apache.catalina.core.JasperListener" />
      <Listener className="org.apache.catalina.core.JreMemoryLeakPreventionListener" />
      <Listener className="org.apache.catalina.mbeans.ServerLifecycleListener" />
      <Listener className="org.apache.catalina.mbeans.GlobalResourcesLifecycleListener" />
     
      <GlobalNamingResources>
        <Resource name="UserDatabase" auth="Container"
                  type="org.apache.catalina.UserDatabase"
                  description="User database that can be updated and saved"
                  factory="org.apache.catalina.users.MemoryUserDatabaseFactory"
                  pathname="conf/tomcat-users.xml" />
      </GlobalNamingResources>
     
      <Service name="Catalina">
        <Connector port="8080" protocol="HTTP/1.1" 
                   connectionTimeout="20000" 
                   URIEncoding="UTF-8"
                   redirectPort="8443" />
        <Connector port="8009" protocol="AJP/1.3" redirectPort="8443" />
     
        <Engine name="Catalina" defaultHost="localhost">
          <Realm className="org.apache.catalina.realm.UserDatabaseRealm"
                 resourceName="UserDatabase"/>
          <Host name="localhost"  appBase="webapps"
                unpackWARs="true" autoDeploy="true"
                xmlValidation="false" xmlNamespaceAware="false">
          </Host>
        </Engine>
      </Service>
    </Server>
    mon /etc/tomcat6/tomcat-users.xml est :
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
     
    <tomcat-users>
      <role rolename="tomcat"/>
      <role rolename="role1"/>
      <user username="tomcat" password="tomcat" roles="tomcat"/>
      <user username="both" password="tomcat" roles="tomcat,role1"/>
      <user username="role1" password="tomcat" roles="role1"/>
    </tomcat-users>
    mon /etc/tomcat6/web.xml est :
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
     
    <web-app xmlns="http://java.sun.com/xml/ns/javaee"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
        version="2.5">
    	<servlet>
            <servlet-name>default</servlet-name>
            <servlet-class>org.apache.catalina.servlets.DefaultServlet</servlet-class>
            <init-param>
                <param-name>debug</param-name>
                <param-value>0</param-value>
            </init-param>
            <init-param>
                <param-name>listings</param-name>
                <param-value>false</param-value>
            </init-param>
            <load-on-startup>1</load-on-startup>
    	</servlet>
    	<servlet>
            <servlet-name>jsp</servlet-name>
            <servlet-class>org.apache.jasper.servlet.JspServlet</servlet-class>
            <init-param>
                <param-name>fork</param-name>
                <param-value>false</param-value>
            </init-param>
            <init-param>
                <param-name>xpoweredBy</param-name>
                <param-value>false</param-value>
            </init-param>
            <load-on-startup>3</load-on-startup>
    	</servlet>
        <servlet-mapping>
            <servlet-name>default</servlet-name>
            <url-pattern>/</url-pattern>
        </servlet-mapping>
     
        <servlet-mapping>
            <servlet-name>jsp</servlet-name>
            <url-pattern>*.jsp</url-pattern>
        </servlet-mapping>
     
        <servlet-mapping>
            <servlet-name>jsp</servlet-name>
            <url-pattern>*.jspx</url-pattern>
        </servlet-mapping>
       <session-config>
            <session-timeout>30</session-timeout>
        </session-config>
        <mime-mapping>
    		...
    	</mime-mapping>	
        <welcome-file-list>
            <welcome-file>index.html</welcome-file>
            <welcome-file>index.htm</welcome-file>
            <welcome-file>LoginForm.jsp</welcome-file>
        </welcome-file-list>
    </web-app>
    mon /etc/tomcat6/workers.properties est :
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
     
    workers.tomcat_home=/usr/share/tomcat6
    workers.java_home=$(JAVA_HOME)
    ps=/
    worker.list=worker1
    worker.worker1.port=8009 
    worker.worker1.host=localhost 
    worker.worker1.type=ajp13 
    worker.worker1.lbfactor=1
    j'ai essayé en remplaçant dans les 2 workers.properties : workers.tomcat_home=/usr/share/tomcat6
    par : workers.tomcat_home=/etc/tomcat6
    mais rien n'y fait.

    Si quelqu'un a une piste ?

  4. #4
    Rédacteur
    Avatar de _Mac_
    Profil pro
    Inscrit en
    Août 2005
    Messages
    9 601
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Août 2005
    Messages : 9 601
    Par défaut
    Pour l'instant, RAS. Je ne vois pas de JkMount, c'est normal ?

  5. #5
    Membre confirmé Avatar de POKOU
    Homme Profil pro
    developpeur
    Inscrit en
    Décembre 2008
    Messages
    121
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 63
    Localisation : France, Finistère (Bretagne)

    Informations professionnelles :
    Activité : developpeur

    Informations forums :
    Inscription : Décembre 2008
    Messages : 121
    Par défaut
    mon /etc/apache2/mods-available/jk.load est :
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
     
    LoadModule jk_module /usr/lib/apache2/modules/mod_jk.so
    JkWorkersFile /etc/apache2/workers.properties
    JkLogFile /var/log/apache2/mod_jk.log
    JkLogLevel info
    JkLogStampFormat "[%a %b %d %H:%M:%S %Y] "
    mon /etc/apache2/mods-available/jk.conf est :
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
     
    <IfModule jk_module>
    JkShmFile /var/log/apache2/jk-runtime-status
    JkWatchdogInterval 60
    </IfModule>
    les liens dans /etc/apache2/mods-enabled/ sont :
    lrwxrwxrwx 1 root root 25 Apr 13 15:13 /etc/apache2/mods-enabled/jk.conf -> ../mods-available/jk.conf
    lrwxrwxrwx 1 root root 25 Apr 13 15:13 /etc/apache2/mods-enabled/jk.load -> ../mods-available/jk.load
    mon /etc/apache2/sites-available/default est :
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
     
    <VirtualHost *:80>
    	ServerAdmin webmaster@localhost
    	ServerName monsite.fr
    	ServerAlias www.monsite.fr
    	DocumentRoot /var/www/
    	<Directory />
    		Options FollowSymLinks
    		AllowOverride None
    		Deny from all
    	</Directory>
    	<Directory /var/lib/tomcat6/webapps/MonProjet/>
    		Options Indexes FollowSymLinks MultiViews
    		AllowOverride None
    		Order allow,deny
    		Allow from all
    	</Directory>
    	ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
    	<Directory "/usr/lib/cgi-bin">
    		AllowOverride None
    		Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
    		Order allow,deny
    		Allow from all
    	</Directory>
    	ErrorLog ${APACHE_LOG_DIR}/error.log
    	LogLevel debug
    	CustomLog ${APACHE_LOG_DIR}/access.log combined
        Alias /doc/ "/usr/share/doc/"
        <Directory "/usr/share/doc/">
            Options Indexes MultiViews FollowSymLinks
            AllowOverride None
            Order deny,allow
            Deny from all
            Allow from 127.0.0.0/255.0.0.0 ::1/128
        </Directory>
    	JkMount /TestJavascript/* worker1
    	JkMount /MonProjet/*.jsp worker1
    </VirtualHost>
    le lien dans \etc\apache2\sites-enabled/ est :
    lrwxrwxrwx 1 root root 26 Apr 13 11:30 000-default -> ../sites-available/default

  6. #6
    Membre confirmé Avatar de POKOU
    Homme Profil pro
    developpeur
    Inscrit en
    Décembre 2008
    Messages
    121
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 63
    Localisation : France, Finistère (Bretagne)

    Informations professionnelles :
    Activité : developpeur

    Informations forums :
    Inscription : Décembre 2008
    Messages : 121
    Par défaut
    Une petite idée :
    dans le fichier applicationContext.xml de MonProjet j'accède à mysql par le port 3306 ? est-ce le bon port ?
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    <bean 	id="dataSource"
    		class="org.springframework.jdbc.datasource.DriverManagerDataSource">
    		<property name="driverClassName" value="com.mysql.jdbc.Driver" />
    		<property name="url" value="jdbc:mysql://localhost:3306/madatabase" />
    		<property name="username" value="root" />
    		<property name="password" value="monmotdepasse" />	
    </bean>

+ Répondre à la discussion
Cette discussion est résolue.

Discussions similaires

  1. Invalid URI in request - Url tronquée
    Par chris188 dans le forum Apache
    Réponses: 1
    Dernier message: 27/09/2010, 14h07
  2. [Web Service] Invalid URI in request
    Par nizarblog dans le forum Bibliothèques et frameworks
    Réponses: 8
    Dernier message: 07/09/2010, 17h09
  3. Réponses: 3
    Dernier message: 28/07/2010, 16h34
  4. [Server Error] - Invalid URI: The hostname could not be parsed.
    Par crackers-belin dans le forum ASP.NET
    Réponses: 1
    Dernier message: 27/10/2009, 15h13
  5. Réponses: 1
    Dernier message: 03/05/2009, 21h43

Partager

Partager
  • Envoyer la discussion sur Viadeo
  • Envoyer la discussion sur Twitter
  • Envoyer la discussion sur Google
  • Envoyer la discussion sur Facebook
  • Envoyer la discussion sur Digg
  • Envoyer la discussion sur Delicious
  • Envoyer la discussion sur MySpace
  • Envoyer la discussion sur Yahoo