-- Ritesh Sharma Ph.no : 8264183-87 Sr.Programmer Fax : 8314598. Infotech Financial Pvt Ltd. Mumbai, INDIA
Hi ,I develop one web application with the help of codegen(Enhydraenterprise4.0a4)
When i am going to start my multiserver with start script
I give errror thst "@OS_CONTENT_PATH@" not found
can not start the application
I replace the "@OS_CONTENT_PATH@" with my application root path
ie (/usr/local/SSTA/ProjectSSTA) in conf/servlet/servlet.conf file
Then i start the server again.
But again there is an error while starting the multiserver
2000.11.26 15:56:30: Multiserver,INFO: HTTP/1.1 http listening on port 9000 bound to (All Interfaces)
2000.11.26 15:56:30: Multiserver,INFO: Adding new ContextManager ProjectSSTA.
2000.11.26 15:56:30: Multiserver,INFO: Starting servlet/application ProjectSSTA
java.io.FileNotFoundException: /usr/local/SSTA/ProjectSSTA/WEB-INF/web.xml (No such file or directory)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java, Compiled Code)
at org.enhydra.servlet.deployment.WebXmlInt.contextInit(WebXmlInt.java:93)
at org.apache.tomcat.core.ContextManager.initContext(ContextManager.java:227)
at org.enhydra.servlet.servletManager.ServletManager.initContext(ServletManager.java:1193)
at org.enhydra.servlet.servletManager.ServletManager.buildContext(ServletManager.java:1099)
at org.enhydra.servlet.servletManager.ServletManager.start(ServletManager.java:1349)
at org.enhydra.servlet.servletManager.ServletManager.startAllContexts(ServletManager.java:1056)
at org.enhydra.servlet.ServletContainer.readConfigFile(ServletContainer.java:502)
at org.enhydra.servlet.ServletContainer.start(ServletContainer.java:304)
at org.enhydra.servlet.service.ServletServiceManager.init(ServletServiceManager.java:197)
at org.enhydra.multiServer.service.ServiceManagerWrapper.run(ServiceManagerWrapper.java, Compiled Code)
at java.lang.Thread.run(Thread.java, Compiled Code)
2000.11.26 15:56:37: ProjectSSTA,INFO: Context log path=""tomcat.errorPage: initBut when i open my browser and provide the url http://localhost:9000/
it shows me all the directory of the my document root
Through the naigation whern i clicked on /output/content
the index.html run auomatically then
ERROR 404 comes on browser stating /welcome not foundIs any body faced the problem ??????????????
Where can i find document on the EnhydraEnterprise ??????
the document provided by the enhydraenterprise tar files is of enhydra3.0 ?????????
Thanks in advance
Ritesh
----- Ritesh Sharma Ph.no : 8264183-87 Sr.Programmer Fax : 8314598. Infotech Financial Pvt Ltd. Mumbai, INDIA
