bonjour tout le monde!!
premiérement j'ai réalisé mon projet sous eclipse j2ee + jdk6.0 + apache tomcate 7.0
Quand j'ai excuté mon programme voici le message que je recu 404 not found et dans la barre de console:
mai 15, 2013 1:43:44 PM org.apache.catalina.core.AprLifecycleListener init
INFO: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: C:\Program Files\Java\jre7\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:/Program Files/Java/jre7/bin/client;C:/Program Files/Java/jre7/bin;C:/Program Files/Java/jre7/lib/i386;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C :\Program Files\Java\jdk1.6.0_21\bin ;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\ ;C:\Program Files\eclipse-jee-indigo-SR2-win32\eclipse;;.
mai 15, 2013 1:43:46 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-bio-9999"]
mai 15, 2013 1:43:46 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["ajp-bio-8009"]
mai 15, 2013 1:43:46 PM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 2166 ms
mai 15, 2013 1:43:46 PM org.apache.catalina.core.StandardService startInternal
INFO: Démarrage du service Catalina
mai 15, 2013 1:43:46 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/7.0.39
mai 15, 2013 1:43:47 PM org.apache.catalina.startup.HostConfig deployDescriptor
INFO: Déploiement du descripteur de configuration C:\Users\BADR\workspace\.metadata\.plugins\org.eclipse.wst.server.core\tmp0\conf\Catalina\localhost\GestionDesProjets.xml
mai 15, 2013 1:43:47 PM org.apache.catalina.startup.SetContextPropertiesRule begin
WARNING: [SetContextPropertiesRule]{Context} Setting property 'source' to 'org.eclipse.jst.jee.server:GestionDesProjets' did not find a matching property.
mai 15, 2013 1:43:48 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-bio-9999"]
mai 15, 2013 1:43:48 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["ajp-bio-8009"]
mai 15, 2013 1:43:48 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 2471 ms
dont les 3 classe que j'en ai :
utilisateur:
package com.myapp.struts;
The apache tomcat native library which allows using openssl was not found on the java.library.path
Org.apache.catalina.core.aprlifecyclelistener.lifecycleevent the apache tomcat native library which allows using openssl was not found on the java.library.path - Meilleures réponses
The apache tomcat native library which allows using openssl was not found - Meilleures réponses
cs_Palex
Messages postés31Date d'inscriptionmardi 5 novembre 2002StatutMembreDernière intervention16 juin 2013 15 mai 2013 à 23:17
J ai du mal à saisir ton problème, vu le nombre de réponse je dois pas être le seul lol
Déjà ce que je peux dire c que le log que tu as mis correspond au démarrage de ton serveur tomcat
Il s agit ici de warning, le premier concerne la librairie apr, si tu n es pas sur un serveur de prod ignore ce warning car il s agit d une librairie qui améliore les performances donc inutile en dev si tu n en à pas besoin.
Le deuxième warning concerne une propriété défini dans ton fichier context.xml de ton serveur, il doit y avoir ne propriété source qui est défini mais non utilisée par ta version de tomcat du coup il te met un warning.
Dans les log de démarrage on ne vois pas démarrer ton appli...
Ensuite j aimerai savoir ce que tu tape comme URL dans ta barre d adresse? Est ce que dans ton répertoire webapps de tomcat tu as bien le war de ton application de présent et décompresse? Tu utilise éclipse pour lancer ton serveur? Car là tu nous donne le code de ton application mais ça ne nous sert à rien pour le moment car j ai l impression que ton serveur est même pas lancé avec la webapps...
cs_Palex
Messages postés31Date d'inscriptionmardi 5 novembre 2002StatutMembreDernière intervention16 juin 2013 15 mai 2013 à 23:19
Je viens de voir que tu étais sur éclipse donc je suppose que tu as bien configurer ton serveur et que tu a clique droit dessus et fait ajouter un projet et que tu as mis ton projet dedans? Et que ton projet est bien un projet web?
bonjour
par apport le 1er warning j'etais ajouté la librairie apr dans le bin de tomcat et j'ai le meme erreur.
voila ce que tape comme url: http://localhost:9999/GestionDesProjets/
le start de mon serveur me donne :
mai 16, 2013 9:52:13 PM org.apache.catalina.core.AprLifecycleListener init
INFO: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: C:\Program Files\Java\jre7\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:/Program Files/Java/jre7/bin/client;C:/Program Files/Java/jre7/bin;C:/Program Files/Java/jre7/lib/i386;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C :\Program Files\Java\jdk1.6.0_21\bin ;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\ ;C:\Program Files\eclipse-jee-indigo-SR2-win32\eclipse;;.
mai 16, 2013 9:52:13 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-bio-9999"]
mai 16, 2013 9:52:13 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["ajp-bio-8009"]
mai 16, 2013 9:52:13 PM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 923 ms
mai 16, 2013 9:52:13 PM org.apache.catalina.core.StandardService startInternal
INFO: Démarrage du service Catalina
mai 16, 2013 9:52:13 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/7.0.39
mai 16, 2013 9:52:14 PM org.apache.catalina.startup.HostConfig deployDescriptor
INFO: Déploiement du descripteur de configuration C:\Users\BADR\workspace\.metadata\.plugins\org.eclipse.wst.server.core\tmp0\conf\Catalina\localhost\GestionDesProjets.xml
mai 16, 2013 9:52:14 PM org.apache.catalina.startup.SetContextPropertiesRule begin
WARNING: [SetContextPropertiesRule]{Context} Setting property 'source' to 'org.eclipse.jst.jee.server:GestionDesProjets' did not find a matching property.
mai 16, 2013 9:52:15 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-bio-9999"]
mai 16, 2013 9:52:15 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["ajp-bio-8009"]
mai 16, 2013 9:52:15 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 1291 ms
enfaite je n'arrive pas a ajouté l'objet utilisateur a la base de donnes
si tu peux m'aider
et merci
Vous n’avez pas trouvé la réponse que vous recherchez ?
cs_Palex
Messages postés31Date d'inscriptionmardi 5 novembre 2002StatutMembreDernière intervention16 juin 2013 17 mai 2013 à 22:02
Deja il y a une chose que je n avait pas vu, tu essai de deployer ton projet sur tomcat? Alors qu il ne s agit a priori pas d un projet web, tu dispose d un main,
Il faudrait deja definir qu elle type de projet tu veux, projet web ou projet executable...etc...
Pour executer un main il faut compiler ton projet en bytecode java avec la commande javac et une fois tes classes genere tu pourra faire java tonfichier.class
Mais ce n est pas aussi simple il te faudra lire des tutoriel pour comprendre, donc commence dans un premier temps par un simple helloworld et tu verras apres pour la persistaence en base de donnees...
salut palex
c'est un projet web (gestions des projets) ,pour le main si jusque pour testé la connexion avec la base de donnes(s'il fait l'ajout )
enfaite si tu peux me conseiller de les framework que je l utilise