Configuration webfigures in web.xml
Show older comments
hello
I use webfigure and Tomcat application server. If I have one application, it is my web.xml
<servlet-name>
WebFigures </ servlet-name>
<servlet-class>
com.mathworks.toolbox.javabuilder.webfigures.WebFiguresServlet
</servlet-class>
<servlet-mapping>
<servlet-name> WebFigures </ servlet-name>
<url-pattern> / WebFigures / * </ url-pattern>
</ servlet-mapping>
But when I put this code in two applications, so as to run only one, the other not
Online source codes 1. Applications
http://matlabserver.ic.cz/files/aplikace/SimulaceModulaci/v1/servlet/build/WEB-INF/
Online source codes 2. Applications
http://matlabserver.ic.cz/files/aplikace/SpektrumSignalu/v1/servlet/build/WEB-INF/
applications are placed on the application server
CATALINA_HOME / webapps / SimulaceModulaci
CATALINA_HOME / webapps / SpektrumSignalu
Please, what could it be? Thank
Answers (1)
Michal
on 13 Jun 2011
0 votes
Hi Marcel, I try to run an application {http://matlabserver.ic.cz/files/aplikace/SimulaceModulaci/v1/servlet/build/} but there is no webfigure shown. Just try to change {<servlet-class> com.mathworks.toolbox.javabuilder.webfigures.jsp.WebFiguresServlet /servlet-class} and add a package to source packages {com.mathworks.toolbox.javabuilder.webfigures.jsp} I have the same problem. Did you solved this one?
Regards, Mike
Categories
Find more on Shifting and Sorting Matrices in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!