Ceren KOKSAL wrote:
Actually my first problem is to embed Apache Ds in my web application.I
read that article
http://directory.apache.org/apacheds/1.0/embedding-apacheds-as-a-web-application.html
<http://directory.apache.org/apacheds/1.0/embedding-apacheds-as-a-web-application.html> ,
and I put it to practice but it didn't work.
I didn't compile the application by the build.xml. I used Eclipse and
set up a new project with the files in the ApacheDSWebApp.zip^
<http://directory.apache.org/apacheds/1.0/embedding-apacheds-as-a-web-application.data/ApacheDSWebApp.zip>
.
After Eclipse created the classes automatically, I created a war file
and deployed it to Tomcat 5.5 server.
I m taking the error, http 404, the requested resource is not available.
I couldn't find the problem.What can it be? Thanks..
What URL do you type in your browse? The simple WebApp in the Sample
does not have a Welcome page defined. In fact, there is no web content
at all except the servlet. You therefore have to type the address of the
servlet to see anything in the browser.
Greetings,
Stefan