- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我创建了一个 jira 7.6.1 插件(使用 atlas-create-jira-plugin
)和一个 servlet 模块(使用 atlas-create-jira-plugin-module
).在定义 servlet 模块时,我坚持使用建议的默认值 - 我的 atlassian-plugin.xml
如下所示:
<atlassian-plugin ...>
...
<servlet name="My Servlet" i18n-name-key="my-servlet.name" key="my-servlet" class="my.package.servlet.MyServlet">
<description key="my-servlet.description">The My Servlet Plugin</description>
<url-pattern>/myservlet</url-pattern>
</servlet>
</atlassian-plugin>
当我运行 jira 时,插件和模块在加载项管理中正确显示。
如何访问新的 servlet?
我尝试了这些网址,但没有一个有效:
最佳答案
根据Jira plugin developer documentation
Your servlet will be accessible within the Atlassian web application via each url-pattern you specify, beneath the /plugins/servlet parent path.
在这个例子中,它应该是:
关于java - 如何访问/myservlet 示例 servlet?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48663797/
我有一个 servlet,myservlet,在 servlet-mapping 下的 web.xml 文件中,我已经映射到 url-pattern,index.html。请求 http://mydo
这个问题在这里已经有了答案: Servlet returns "HTTP Status 404 The requested resource (/servlet) is not available"
这个问题在这里已经有了答案: java.lang.IllegalArgumentException: The servlets named [X] and [Y] are both mapped t
我创建了一个 jira 7.6.1 插件(使用 atlas-create-jira-plugin)和一个 servlet 模块(使用 atlas-create-jira-plugin-module )
我的index.jsp页面的代码是 Insert title here Welcome to the jsp page
我正在尝试自学J2EE。从Servlet开始..所以我下载了J2ee的eclipse.,前几天tomcat运行得很好...但是现在,它没有运行,事实上它给出了错误,即Server Tomcat v8.
我是使用 servlet 的新手。 我正在创建一个 servlet,但在运行之后出现错误 谁能帮我解决这个问题。 错误 Type Exception Report Message Class [com
我是使用 servlet 的新手。 我正在创建一个 servlet,但在运行之后出现错误 谁能帮我解决这个问题。 错误 Type Exception Report Message Class [com
MyServlet.java class MyServlet extends HttpServlet{ private static final long serialVersion
我正在尝试创建 FreeMarker 和 Spring 的非常简单的集成。但是,当我运行示例时,出现异常: GRAVE: Servlet.service() for servlet MyServlet
我是一名优秀的程序员,十分优秀!