1

I have legacy java, which wants to run on tomcat 6. Now, i got tomcat 7 configured somewhat easily using tutorial. Download, extract, give permissions and it appeared as usable server in intelliJ. But it was not old enough..

However, same is not working with tomcat 6

I can see tomcat 6 is using different layout for content, but i have no idea how to configure it on intelliJ

enter image description here

enter image description here

1
  • You need to add it to project settings. Commented Jan 2, 2020 at 10:16

1 Answer 1

1

You've defined tomcat's src folder instead of bin folder. IntelliJ IDEA recognizes Tomcat 6 as predictable for me: enter image description here So, please download suitable distribution here: https://archive.apache.org/dist/tomcat/tomcat-6/v6.0.9/bin/

Sign up to request clarification or add additional context in comments.

1 Comment

Whelp... yeah.. i have accidentally downloaded src package... off to next problem. thank you!

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.