Edit: deploy, not employ :-)
Sting Ray wrote: > > > Hi, > > you got me right. That I also figured out just now while reading more > about paths. > > Do you have an idea how to employ that JSP without archiving it? > > That issue keeps on puzzling me ... :-) > > Thanks David, appreciate it. > > BRs, > Jori > > > djencks wrote: >> >> I can't tell since you only show one desired path, but if all the >> jsps need to be under "mobilesolution" then you can specify this path >> as the context-root element in a geronimo plan. If there is no such >> common path component then you can specify the context-root as "/" >> and specify the entire path in a servlet-mapping element in web.xml. >> >> Does this answer your question or did I misunderstand what you are >> asking? >> >> thanks >> david jencks >> >> On Apr 3, 2007, at 1:53 AM, Sting Ray wrote: >> >>> >>> Hey all, >>> >>> a newbie for Geronimo is behind this question. I could not find an >>> answer >>> for it and would appreciate some assistance. >>> >>> There is a service developed for Tomcat 4.1. In this service >>> solution, some >>> XML is generated on a JSP page, which must be available for >>> existing mobile >>> clients to parse as it is in a preset and known server path. This >>> means I'm >>> not able to archive (.war, for example) the JSPs in order to deploy >>> them on >>> Geronimo and I should get them configured to a certain path like >>> "http://server.servertest.com:8080/mobilesolution/menu.jsp" or >>> similar. >>> >>> Any suggestions how could I configure certain JSPs to a certain >>> path and >>> deploy them like with Tomcat 4.1. >>> >>> Cheers! >>> >>> Thanks a bunch! >>> -- >>> View this message in context: http://www.nabble.com/Issue-with- >>> deploying-a-service-in-correct-path-tf3510556s134.html#a9805946 >>> Sent from the Apache Geronimo - Users mailing list archive at >>> Nabble.com. >>> >> >> >> > > -- View this message in context: http://www.nabble.com/Issue-with-deploying-a-service-in-correct-path-tf3510556s134.html#a9816541 Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.
