User bd47ef87bc
22-04-2009 09:03:58
Hi All,
I'm facing problem during image generation. I want to run this following url functionality on my tomcat i.e. local.
http://localhost:8080/MarvinEditor_DeskToWeb_ServerSide/view/jsp/marvin/show_image2.jsp
I doing POC for above url which contain image generation program using JSP. Following are steps to do this.
To run the examples, I follow the next steps:
- Install Tomcat.
(of course the examples also run under other servlet servers.) - Copy all jar files (files with .jar extension) of the Marvin Beans
or JChem package under Tomcat's lib directory. - Create the marvin directory under Tomcat's webapps/examples/jsp/marvin
- Copy all files from the examples/image-generation directory of Marvin Beans to
Tomcat's webapps/examples/jsp/marvin/ directory. - Modify show_image3.jsp and show_image4.jsp to refer to that directory in
the path to caffeine.smi - Start Tomcat
- Open:
- Using the GET method and URL encoding for
sending a SMILES string and the image format.
- Using the GET method and URL encoding for
Naote: Instead of webapps/examples/jsp/marvin
I usage webapps /MarvinEditor_DeskToWeb_ServerSide/view/jsp/marvin.
Because I already created here one servlet and under the same servlet I’m running show_image2.jsp
But image not generated.
Please anyone can hlep me on this matter.