Browse Applications does not show any Applications

X-Application Version: 4.1.1
Tamino Version : 4.1.4.1
Platform : WinXP
WebContainer : Tomcat 4.1.24
JDK Version : 1.4.1

I have generated several applications but none show on the Browse Applications page. So now when I generate the application again I get a new version. How can I see my applications and delete the old ones?

Hello,

The applications that the generator lists within the application pane are related to a session. That means, if you start the generator again by opening a new browser window, the information about former generated applications will be lost.

The generator does not examine the webapps directory of your Tomcat to lookup for application that it generated before.

To get rid of a generated application, you can just delete the sub-directory of your Tomcat/webapps directory. If you generated for instance an application ‘myProperty’ yesterday, delete the directory

…/jakarta-tomcat-…/webapps/myProperty

To start an application, just open a browser window and enter the URL for your application. The URL is

http://localhost:8080/<your application name>/search.jsp
</pre><BR><BR>For the myProperty example the URL is<BR><BR><pre class="ip-ubbcode-code-pre">
http://localhost:8080/myProperty/search.jsp



Bye,
Christian.