Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

shaher11's avatar

If it possible to deploy laravel project on Apache Tomcat ?

I have a laravel finished project and I want to publish it. Now I have an Apache Tomcat and I wonder if it is possible to deploy laravel project on JavaServer?

0 likes
2 replies
jlrdw's avatar

No tomcat is a servlet container (server). It's possible on GlassFish, but I wouldn't. Tomcat may be possible with the same addon that Glassfish would use.

Also have you googled run php on tomcat.

Tray2's avatar

Tomcat is a server for running web applications written in java and while it has an Apache server in the bottom that you probably can configure to run php and Laravel but I wouldn't recommend it.

1 like

Please or to participate in this conversation.