problème avec tomcat

problème avec tomcat - Java - Programmation

Marsh Posté le 29-04-2003 à 18:13:06    

Bonjour;
 
Quelqu'un pourra m'aider à comprendre (la cause) pourquoi j'ai le msg suivant lorsque je me connecte à mon application web.
Les messages suivant s'affichent lors de tentative de connexion. WebApp: Error 500 File: pr_warp.c Line: 239) Cannot open connection warpConnection
 
Merci;

Reply

Marsh Posté le 29-04-2003 à 18:13:06   

Reply

Marsh Posté le 29-04-2003 à 18:20:42    

yanis97 a écrit :

Bonjour;
 
Quelqu'un pourra m'aider à comprendre (la cause) pourquoi j'ai le msg suivant lorsque je me connecte à mon application web.
Les messages suivant s'affichent lors de tentative de connexion. WebApp: Error 500 File: pr_warp.c Line: 239) Cannot open connection warpConnection
 
Merci;
 


 
va dans la ligne 239 de warp.c
et tu la supprimes
dis pas merci  :wahoo:

Reply

Marsh Posté le 29-04-2003 à 21:37:33    

brash a écrit :


 
va dans la ligne 239 de warp.c
et tu la supprimes
dis pas merci  :wahoo:  


 
 
[:ban]

Reply

Marsh Posté le 29-04-2003 à 22:47:35    

tu vas en faire combien des topics dit pour ton pb de tomcat?


---------------
Hey toi, tu veux acheter des minifigurines Lego, non ?
Reply

Marsh Posté le 30-04-2003 à 09:55:35    

Bonjour;
 
Mon fichier server.xml :
 
<Server port="8005" shutdown="SHUTDOWN" debug="0">
 
 
 
  <!-- A "Service" is a collection of one or more "Connectors" that share
       a single "Container" (and therefore the web applications visible
       within that Container).  Normally, that Container is an "Engine",
       but this is not required.
 
       Note:  A "Service" is not itself a "Container", so you may not
       define subcomponents such as "Valves" or "Loggers" at this level.
   -->
 
  <!-- The MOD_WEBAPP connector is used to connect Apache 1.3 with Tomcat 4.0
       as its servlet container. Please read the README.txt file coming with
       the WebApp Module distribution on how to build it.
       (Or check out the "jakarta-tomcat-connectors/webapp" CVS repository)
 
       To configure the Apache side, you must ensure that you have the
       "ServerName" and "Port" directives defined in "httpd.conf".  Then,
       lines like these to the bottom of your "httpd.conf" file:
 
         LoadModule webapp_module libexec/mod_webapp.so
         WebAppConnection warpConnection warp localhost:8008
         WebAppDeploy examples warpConnection /examples/
 
       The next time you restart Apache (after restarting Tomcat, if needed)
       the connection will be established, and all applications you make
       visible via "WebAppDeploy" directives can be accessed through Apache.
  -->
 
  <!-- Define an Apache-Connector Service -->
  <Service name="Tomcat-Apache">
 
    <Connector className="org.apache.catalina.connector.warp.WarpConnector"
     port="8008" minProcessors="5" maxProcessors="75"
     enableLookups="true" appBase="webapps"
     acceptCount="10" debug="0"/>
 
    <Engine className="org.apache.catalina.connector.warp.WarpEngine"
     name="stldev" debug="0">
 
      <Logger className="org.apache.catalina.logger.FileLogger"
              prefix="apache_log." suffix=".txt"
              timestamp="true"/>
 
      <Realm className="org.apache.catalina.realm.MemoryRealm" />
 
    </Engine>
 
  </Service>
 
</Server>
 
Si vous avez un fichier server.xml bcq plus complet et qui marche, je suis prennant.
 
Merci;

Reply

Marsh Posté le 30-04-2003 à 10:05:55    

le server.xml par défaut de tomcat est bien plus complet

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed