cancel
Showing results for 
Search instead for 
Did you mean: 

where is the traditional webapp folder?

Former Member
0 Kudos

Hi:

I would like to know where I have to copy&paste my old java app which are running at my Tomcat.

The tomcat folder is:

<b>C:\jakarta-tomcat-4.1.31\webapps\Application\....</b>

As any web application java I think that probably there's a place to copy and paste the app without makeing a deploy, or something like that, with the developer studio.Besides, I would like to know if exists some directory like <b>C:\jakarta-tomcat-4.1.31\webapps\ROOT</b> where you can put a file and call it via Http (For example: http:
localhost:8080\file.txt) without the need of authenticate yourself at the server.

I searched and nothing I found.

Any Idea or suggestions?.

Thanks a LOT for your time on this thread.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

hi,

traditionally SAP J2EE Engine has default application folder at

<drive>:\usr\sap\<SID>\<INSTANCE>\j2ee\cluster\server0\apps\sap.com\com.sap.engine.docs.examples\servlet_jsp\_dafault\root

which is like ROOT of

C:\jakarta-tomcat-4.1.31\webapps\ROOT

that means if u call http://localhost:50100/index.html then it will show the index.html in the above folder

but actually you can deploy your own file and make it as default application by changing the context root as / for your application.

Regards,

Piyush

ps: please mark useful answers.