Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
こんにちは、drupal 6 がインストールされている Apache サーバーから別のサーバーの Tomcat にセッションを共有することは可能でしょうか? ユーザーが drupal にログインするときに、Tomcat Web アプリケーションに対してユーザーを認証したいと考えています。私はそれに関するドキュメントを読みましたが、それらはすべてApacheサーバーとTomcatサーバーが同じドメインにあることを必要とします.
セッション処理にデータベースを使用できます。データベースは、apache と tomcat の両方からアクセスできる必要があります。